

Mark Ford
Members-
Content count
15 -
Joined
-
Last visited
Profile Information
-
Real Name
Mark Ford
-
[support]?MultiGeoZone MultiTable Shipping Module
Mark Ford replied to dreamscape's topic in General Add-Ons Support
I have evrything working - with the zones set up, when i test it, buy an item, it is in the cart, I go to check out and i have the item there and in the Shipping Method I can see the correct shipping amount but the radio select button is not there to select that option so I can;t proceed with check out. Any ideas? Probably something simple I missed. If I enable other shipping options as well such as Flat rate, these other options have the select button but not the MultiGeoZone. Many thanks Mark -
Hi Successfully installed and testing on Linux server, (Slackware 10.2 with 2.6.15.6 Kernel) PHP 5.1.2. and a clean OSC Store - no problems encountered :D Mark
-
Sorry for the double post, my browser locked up, I am not having a very happy day
-
-
Does anyone have a dummies guide to using this contribution :blush: I have installed STS Plus v4 and all is working ok (i think it is) I have read the documentation over and over and am still confused..... I turn on the default template in Admin, check the browser and I have the lovely orange header background with the OSCommerce logo and in the content I see the default OSC shop with This is the template index.php at the top.... I edit the sts_template.html as this from what I can understand it the default, I remove the $content placeholder. But it doesn;t change anything.... All the pages are the same, default OSC shop with the name of the template at the top...have I done something wrong? Sorry to be such a dummy, but I am stuck, can someone boot me in the right direction please? Many thanks Mark
-
Does anyone have a dummies guide to using this contribution :blush: I have installed STS Plus v4 and all is working ok (i think it is) I have read the documentation over and over and am still confused..... I turn on the default template in Admin, check the browser and I have the lovely orange header background with the OSCommerce logo and in the content I see the default OSC shop with This is the template index.php at the top.... I edit the sts_template.html as this from what I can understand it the default, I remove the $content placeholder. But it doesn;t change anything.... All the pages are the same, default OSC shop with the name of the template at the top...have I done something wrong? Sorry to be such a dummy, but I am stuck, can someone boot me in the right direction please? Many thanks Mark
-
Ok, in the meantime I loaded it on my Linux server and got it working, must have been something on Windoze that it didn't like. I set debug mode in the admin and by running the url , but still got the blank page, I will tackle it again later. Many thanks for your reply Mark
-
I mean SPPC - Seperate Price Per Customer is installed. The path shouldn;t be a problem as I have everything on my store correctly set in /includes/configure.php... Thanks Mark
-
I have just installed STS Plus(4.07) onto my test store, after I removed BTS. The only other contribution I am running is SPP. I successfully installed as per instructions, and used compare and merge to manually edit the required files and then uploaded the "new" files. STS is installed in Admin, turn STS on - and use the Test template. Go to the store, CTRL F5 and my index is blank? Hmmm.....turn STS off and my default store is back. Did I miss something? The only thing different to a stock standard store is I am not using catalog directory in my structure - doc root is /htdocs/nzcs (everything inside here) - so all the store structure is in the root directory. So I am guessing - path names are wrong (looking for catalog) or something interfering eg SPP...but the compare and merge looked ok.... Any ideas? Thanks in advance
-
Got it fixed... :D
-
Does anyone have an updated index.php with the applied queries to fix this problem please? I have been staring at the code on Page 95 of this forum for the last two hours and i can;t find those queries in my index.php.. :rolleyes: . Using SPP 4.1 and PHP5 an no other contributions installed, and have that : 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials_retail_prices s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '21' [TEP STOP] ..doh. :blush: ..maybe I am missing something obvious but need some sleep...thanks in advance Mark