PDA

View Full Version : <Actinic:***> tags


johnk
05-Nov-2003, 06:20 PM
I'm writing a script that strips some information from an actinic generated page and re-writes it to make it a bit more dynamic (live component pricing etc.).. anyway... it seems to work fine when adding things to the cart, but i have just noticed i've not extracted any of the <Actinic:***> tags. Are these essential to the running of catalogue pages? Or can i safely ignore them without worrying about it coming back to bite me...?

Thanks.:)

Jan
05-Nov-2003, 08:11 PM
How do you make the component pricing live then?
Regards,

johnk
06-Nov-2003, 01:45 PM
nothing very clever... just putting components into actinic in the form:

"Component Name (Component Price: £x.xx, other dynamic options etc.)"

and then stripping out the bit in brackets with some javascript/php... you get the idea!

NormanRouxel
07-Nov-2003, 01:39 PM
I'd leave these <Actinic:***> tags in.

For example some of them mark areas of the page where things like the Product Price is displayed. If you're using Business then this code is expanded by the AccountScript to replace the single hard-coded price that normal customers see with the price schedule for that particular customer.

Some other uses I think they're nedded for are to mark areas of the page that contain mandatory values (like the product Quantity) so that errors can be highlighted if the customer inputs an illegal value.

Norman