PDA

View Full Version : Customize: Actinic in iframe


adamwi
20-Dec-2002, 12:24 PM
I am trying to have the main actinic content within an iframe, controlled by buttons outside it.

Support said this is not recommended, but i want to do it anyway.

I have uploaded actinic and put all the links through the buttons. Catalogue, search, info, view cart buttons work ok. BUT checkout displays some of the actinic codes:

NETQUOTEVAR:ERROR NETQUOTEVAR:REFPAGE

NETQUOTEVAR:THEORDERDETAILS

--------------------------------------------------------------------------------
NETQUOTEDEL:PRELIMINARYINFORMATION

Also, checkout is too wide (same prob as mentioned by nsf)

Can anyone help?

Adam.

The url is here (http://66.216.126.96:8082/shop_frameset.html).
I will only give the password via email.

garyhay
22-Dec-2002, 11:07 AM
http://www.yourdomain.com/_cgi/ca000001.pl?ACTION=SHOWCART

http://www.yourdomain.com/_cgi/os000001.pl?ACTION=Start!

is how you refrence the "cart" and the "checkout"


The page you have is too wide because of the <HR> tags used to split products.

Make this 400 pixels rather than 600. Found in Act_Prodcut/sectionseperator templates.

cdicken
23-Dec-2002, 08:44 AM
To edit the width of the 'Add to Cart' page, you need to edit the <HR> tags in Act_OrderDetail.html.

To edit the width of the checkout section, you need to edit the <HR> and <TABLE> widths in Act_Order00.html, Act_Order01.html and Act_Order02.html.

To edit the width of the cart table you need to edit Perl in Actinic.pm. Search for '570' and change it to what you require. You can also change the word 'QUANTITY' in 'Design Options | Advanced:Language' to 'QTY' to help with this shrinking.

allen
23-Dec-2002, 11:30 AM
Note that Internet Explorer is the only browser (that I know of) that uses IFRAME's. If you have to use frames, use the standard FRAMEs.

AFAIK all other browsers will not display IFRAME's.

Allen

adamwi
30-Dec-2002, 10:12 AM
Thanks for the advice, i don't think i will use an IFRAME knowing that... bummer!

I must say Actinic is starting to give me a headache (sorry!), maybe cos its an old version, but either way i think i will move to an open source PHP solution soon.

Adam.

cdicken
02-Jan-2003, 08:32 AM
Sorry to hear you have not got on too well with v4. However, you really should take a look at v6 before you consider any other solutions. We have made dramatic improvements to the flexibility of the templates since v4 it should be entirely possible to get the look and feel you want.

There is a customisation guide for v6 called 'Designing with Actinic Developer' available to download from http://www.actinic.co.uk/support/downloads.htm which contains a lot of advice to get the look and feel you want.

adamwi
23-Jan-2003, 03:59 PM
Originally posted by cdicken
To edit the width of the 'Add to Cart' page, you need to edit the <HR> tags in Act_OrderDetail.html.

To edit the width of the checkout section, you need to edit the <HR> and <TABLE> widths in Act_Order00.html, Act_Order01.html and Act_Order02.html.

To edit the width of the cart table you need to edit Perl in Actinic.pm. Search for '570' and change it to what you require. You can also change the word 'QUANTITY' in 'Design Options | Advanced:Language' to 'QTY' to help with this shrinking.

Cannot find QUANTITY as described!!

p.s. please reply asap as if i get it after tomorrow early noon its too late.

cdicken
23-Jan-2003, 04:22 PM
You will find it about half-way down the 'Misc.' tab in 'Design | Options | Miscellaneous'.