Search found 1252 matches

by norman
Thu Apr 21, 2005 2:16 pm
Forum: Norcat - Installation and Configuration
Topic: Layout of Upsell Product
Replies: 9
Views: 25841

The upsell items (Components actually) are placed in the product description where you put the {+.....+} stuff. This allows you to have relevant text around these items if you choose. The product description can be to the right, above, or below the colour size matrix (via Config / Advanced / Tables ...
by norman
Wed Apr 20, 2005 12:25 pm
Forum: Norcat - Installation and Configuration
Topic: Product Image
Replies: 4
Views: 16085

There seem to be several nested tables with conflicting widths. The line <TD vAlign=top width=405 background="palette3bg.gif" height=244> starts the column which contains all your products and this seems way too small. The way I diagnose these things is to save the generated page (via Inte...
by norman
Tue Apr 19, 2005 11:56 am
Forum: Norcat - Installation and Configuration
Topic: Product Image
Replies: 4
Views: 16085

Hi Marianna If you use 9 digit filenames for the product images (1st 9 digits of the barcode) then that image is for a particular colour and will be placed to the left of the size matrix automatically. If it's the general product image (6 digits) then that can easily be shown to the left or right of...
by norman
Fri Apr 01, 2005 2:39 pm
Forum: Norcat - Daily operation
Topic: Showing a clickable image containing a matrix of choices
Replies: 0
Views: 14182

Showing a clickable image containing a matrix of choices

> Is it possible to have a swatch grid with Norcat? So that every product > that has different colours and different texture can be shown on a > grid. I know there is away around this, by placing the with the product > image, but I just want to know if Norcat can do it or not? If you use 9 digit pro...
by norman
Thu Mar 31, 2005 4:29 pm
Forum: Various Other Actinic / SellerDeck add-ons
Topic: make popup page have submit and attribute buttons.
Replies: 3
Views: 8964

You can but it's somewhat kludgy. Using Popup with Add to Cart on Business pages. The current version of Quantity on Product page doesn't show the price for logged in customers. However the following patch will (sort of) automate this. In Actinic / Advanced / Custom Properties, create two new proper...
by norman
Tue Mar 29, 2005 8:16 pm
Forum: Norcat - Installation and Configuration
Topic: Thumbnails
Replies: 1
Views: 32149

One way I can think of would be to arrange the Norcat Section List to include the Name as the additional final field. This would arrange your products as one product per page and the preceding page would show all products of the same type. However the price wouldn't show as it's not available at tha...
by norman
Tue Mar 29, 2005 8:04 pm
Forum: Norcat - Installation and Configuration
Topic: Navigation Menus
Replies: 2
Views: 14174

1. Is it possible to have the Section List menu only on the top bar? (the javascript menu) E.g like menswear, womenswear, accessories, gifts & home are displayed on http://www.joy-ful.co.uk/shop/index.php Once your section structure is defined, the page names are set, so you could hard-code such...
by norman
Wed Mar 16, 2005 5:34 pm
Forum: NorTree
Topic: Nortree menu on the login page
Replies: 4
Views: 19280

how can I use a different Primary Template for that page It's a bit back to front, but use the standard Act_Primary as your default page and then use the modified one for your Product pages. You do this by selecting the different Primary Template for each top-level section. All the other sections w...
by norman
Tue Mar 15, 2005 8:16 pm
Forum: NorTree
Topic: Nortree menu on the login page
Replies: 4
Views: 19280

Use a different Primary Template for that page, and leave the NorTree code out of that template. This is the chunk of code that you usually put just below the <BODY...> tag.

I hope you'll honour the DonationWare status of these patches.
by norman
Tue Mar 15, 2005 3:56 am
Forum: Norcat - Installation and Configuration
Topic: Odd Problem
Replies: 1
Views: 12977

These products aren't rendered identically. One uses a 6 digit product image name and is thus showing an image via NETQUOTEVAR:PRODUCTIMAGE. The other has a set of 9 digit image names and these are being laid out by embedded HTML within the NETQUOTEVAR:PRODUCTDESCRIPTION via Norcat generated code. Y...
by norman
Mon Mar 07, 2005 6:30 pm
Forum: Norcat - Installation and Configuration
Topic: Changing the look of the import
Replies: 7
Views: 23090

Norcat allows more than one Product Image to be shown simultaneously. Actinic only allows one. The way this is done is as follows:- If you have an image whose filename is 6 digits long then Norcat uses this as the standard Actinic image and you can move it around by relocating NETQUOTEVAR:PRODUCTIMA...
by norman
Mon Mar 07, 2005 2:20 pm
Forum: Norcat - Installation and Configuration
Topic: Changing the look of the import
Replies: 7
Views: 23090

Main (6 digit filename) image on left. Just replace Act_ProductImage with <!-- ProductImage HTML begin --> <!-- This file is used to build the product image markup. --> <IMG align=left SRC="NETQUOTEVAR:IMAGEFILE" ALT="NETQUOTEVAR:ALTERNATETEXT" BORDER=0 NETQUOTEVAR:IMAGEHEIGHT NE...
by norman
Thu Mar 03, 2005 12:43 am
Forum: NorCascade
Topic: Input boxes and MSIE
Replies: 3
Views: 14548

We can blame Sir Bill for that.
by norman
Tue Mar 01, 2005 6:37 pm
Forum: Multi Other Info
Topic: Formatting multiple other info
Replies: 3
Views: 15217

Glad that helped.
by norman
Mon Feb 28, 2005 6:06 pm
Forum: Multi Other Info
Topic: Formatting multiple other info
Replies: 3
Views: 15217

If you have only a single prompt then the patch tries to do things the standard Actinic way (for compatibility reasons) so any fancy formatting is lost. However you can alter the default size globally for single prompts. Edit actiniccore.js and look for the line document.write(pre + '<INPUT TYPE=tex...