PDA

View Full Version : Discount Price Screen


zorba
07-Sep-2004, 01:34 PM
Hi I am new to actinic and am currently in the process of developing a web page for a friend. He has purchased developer V7, he would like to set up a screen along the lines of :-

http://www.bargaincrazy.com/bcrazy/dynamic_prices.asp?brand=bcrazy&cat%5Fid=4100&zone%5Fid=&prod%5Fid=&offer%5Fid=&link%5Fid=&page=&orderby=&extra=&mo%5Fid=&mscs_sid=1S4349X700UG8HA5UCDKXW937GTP45H1

Would it be possible to create this using Actinic and if so is it an easy process or quite complex. If possible could this be an automated task or will manul intervention be required.

Any advice info pointers would be most appreciated.

Thanks

cdicken
13-Sep-2004, 08:19 AM
I don't think this can be done in an automated way exactly like the site you describe.

What you can do is use 'custom properties' ('Advanced | Custom Properties') to create extra user-definable fields for 'previous price' and 'amount of discount' and then display these as part of the product details. You can read more about custom properties in the main help - go to 'Help | Help Topics' and click on 'Custom Properties' in the 'Contents' tab.

To get a product layout in compact rows, there is some sample code to use in the 'DesignGuide.pdf' available in the 'Starter Guide' folder within 'Actinic v7'. Look at p23.

zorba
15-Sep-2004, 07:33 AM
Thanks

For the advice will give it a whirl...

:)