Search found 1252 matches

by norman
Mon May 16, 2005 6:58 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

As with your other post today - if you can point me to a page, describe what's wrong there, and say what you want instead then I may be able to help.
by norman
Mon May 16, 2005 6:53 pm
Forum: Norcat - Installation and Configuration
Topic: Shopping Cart customisation
Replies: 7
Views: 21268

Sorry, but I don't understand what you mean by "Shopping Cart".

That phase could describe one of several things on an Actinic site.

Best point me to a particular page and tell me what's there and what you'd like there instead.
by norman
Mon May 09, 2005 3:55 pm
Forum: Norcat - Installation and Configuration
Topic: Shopping Cart customisation
Replies: 7
Views: 21268

Do you mean the Add to Cart button?

If so, then this is already an image called "Add.gif" - you can replace this with one of your own if you like.

Make sure you keep identical copies in Site1 and PreviewHTML in order for both the Site update and Preview to work.
by norman
Fri May 06, 2005 12:45 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: Multi-column brochure layout on V7
Replies: 1
Views: 6859

It should work fine in V7. If you're able to upload the site so I can see what's going on then I'm happy to help.

If that's not possible then try viewing your pages with Firefox (http://www.mozilla.org) and use Tools / JavaScript Console to get decent diagnostic messages.
by norman
Thu May 05, 2005 4:39 pm
Forum: NorPrice
Topic: Adding text to popup box?
Replies: 4
Views: 17176

You can set the popup dimensions via changes to the code you added to the top of Act_Primary.html. Look for the line var pricewin=window.open('NETQUOTEVAR:BASEHREFnorpricepopup.html', 'pricepop', 'height=100,width=400,toolbar=no'); and change the 100 and 400 to suit. Repeat the above for all templat...
by norman
Tue May 03, 2005 1:42 am
Forum: NorPrice
Topic: Adding text to popup box?
Replies: 4
Views: 17176

The popup is a complete little HTML page and can be user configured. Edit norpricepopup.html (in Site1) to add extra text to it. There's rather a lot of JavaScript in there so be careful not to put HTML within the <script..> . . . </script> tags. HTML put immediately after the <body> tag will appear...
by norman
Tue Apr 26, 2005 1:19 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

Look in Act_ProductBody.html (which starts the layout of your products). I see: <TABLE WIDTH="NETQUOTEVAR:ACTSTDWIDTH" COLS="3" BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR><TD WIDTH=500></TD><TD WIDTH=36></TD><TD WIDTH=200></TD></TR> Now NETQUOTE...
by norman
Mon Apr 25, 2005 5:27 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

I don't see the code I posted <table border=0 width="100%"> <tr> <td align="left">NETQUOTEVAR:PRODUCTIMAGE</td> </tr> <tr> <td align="left">NETQUOTEVAR:PRODUCTDESCRIPTION</td> </tr> </table> in your example product. Double check it's there or even add some visible text ...
by norman
Mon Apr 25, 2005 5:17 pm
Forum: Norcat - Installation and Configuration
Topic: Layout of Upsell Product
Replies: 9
Views: 25843

That Add.gif is a capitalisation problem. You've called it add.gif not Add.gif which Windows systems ignore but proper (Unix) computers find significant. In Site1 and Preview HTML rename it to "Add.gif" - use an Uppercase A. Now go to Advanced / Additional Files, delete and re-select Add.g...
by norman
Mon Apr 25, 2005 3:23 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

Have you a live page I can look at to see what's happening?
by norman
Mon Apr 25, 2005 2:40 pm
Forum: Norcat - Installation and Configuration
Topic: Layout of Upsell Product
Replies: 9
Views: 25843

I'm not seeing the Add to cart buttons on the So-Shei pages. It looks like you've not uploaded Add.gif (via Actinic / Advanced / Additional Files) you should keep an identical copy of this image in Site1 and also PreviewHTML - use the Site1 one for the upload. You also seem to have some JavaScript e...
by norman
Mon Apr 25, 2005 2:13 pm
Forum: Norcat - Installation and Configuration
Topic: Layout of Upsell Product
Replies: 9
Views: 25843

As mentioned before there's only one variable NETQUOTEVAR:PRODUCTDESCRIPTION big enough for all the Notes generated data (including upsell componenets) and the Buy Matrix to fit into. This is what's making a layout like you desire nearly impossible. See http://drillpine.biz/forums/viewtopic.php?t=64...
by norman
Mon Apr 25, 2005 1:50 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

That code is nearly OK - but there are no <tr> and </tr> tags. Try <table border=0 width="100%"> <tr> <td align="left">NETQUOTEVAR:PRODUCTIMAGE</td> </tr> <tr> <td align="left">NETQUOTEVAR:PRODUCTDESCRIPTION</td> </tr> </table>
by norman
Fri Apr 22, 2005 12:35 pm
Forum: Norcat - Installation and Configuration
Topic: Norcat layout issues
Replies: 12
Views: 34058

There's a bit of juggling required to move things around. Also some layouts are impossible due to limitations in T2T, Norcat and Actinic. Starting at the Actinic end, the product layout is via a customised product Template Norcat_ProductLine.html (there's also a variant Norcat_ProductLine-NoImage.ht...
by norman
Thu Apr 21, 2005 3:13 pm
Forum: Norcat - Installation and Configuration
Topic: Layout of Upsell Product
Replies: 9
Views: 25843

would it be possible for upsell product to show the Euro price as well? Not possible, sorry. You'd have to include it in the upsell text and keep track of exchange rates. PS there's an add-on NorPrice that hides the second currency until the customer chooses it from one of many different rates. See...