Thanks DrByte, I did the local/configure technique and help me figure out the errors of "duplicated keys" and fixing them. :clap:
Printable View
Thanks DrByte, I did the local/configure technique and help me figure out the errors of "duplicated keys" and fixing them. :clap:
Hi all,
2 things:
1. So the name that's on the page where you download & the name in the actual software are different. That's why there was some confusion. Looks like someone took the old version & updated it, & didn't create a new unique name.
2. The issue was the template files that go into the "includes/modules" folder. We didn't see any instructions for them. The instructions say to rename YOUR_TEMPLATE directory (singular), there's actually multiple directories that need to be changed. There is one under "includes/modules," & that also needs to be changed, & that solved that problem.
HTH
I am trying to translate the display for the customers into French.
I copied all the files from the "english" language folders in a "french" language folder, and translated everything i could see.
However, i can still see TEXT_XSELL_PRODUCTS displayed, and i have no clue where i might be missing the translation of that header. I am not even sure in what file.
Could you point me to the right place?
Use your admin's Tools->Developers' Tool Kit and search for TEXT_XSELL_PRODUCTS in all Catalog .php files. That will let you know where it's defined in the english version.
We're really going to have to find you something to do:P
IF you have filled everything in, you might have missed a single quote (')on that define. Search first with the developers toolkit for the TEXT_XSELL_PRODUCTS to find what file(s) it is in.
If it's NOT in two files (english and french), add it to the french to match the english.
If it IS in two files, the french version is the problem. Should look something likeNote that there must always be an opening and closing single quote.Code:define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');
Thank you. Fixed it (I should get a hang of that developer tool!)
I'm using version 1.5 and it works well for my site and products but I wonder if there is a way to include a small text message to each cross sell. My cross sells are substitutes for out of stock or unavailable products. These substitutes often have some differences from the original product. I already have the messages available and linked up in a local database and I fill the cross sell table from a homemade php socket. I need a text field maximum of 256 characters in size to display with each cross sell. I know that I'll need another column in my db table and I can load it via my homemade socket, but I need help with displaying it and adding an extra field on the admin page just in case I need to change an individual entry.
Hi, I have just added this mod onto my site.
Why do my products fall below each other (vertical) shouldn't they be side by side (horizontally) i.e 3 products per row and bigger?
If I change the column settings the list just moves from centre (1 per row) to the left (6 per row)
Using version 1.5.5f
Is this module compatible with 1.5.6?