

lvanderb
Members-
Content count
29 -
Joined
-
Last visited
Profile Information
-
Real Name
Linda Vanderbaan
-
Location
Ontario, Canada
- Website
-
As for the dynamic pages google issue, I found the following page: How to fix Dynamic Content Sitemaps issue I have not yet installed SEO-G, but will be doing so soon. Linda
-
My client is reporting complaints of huge shipping amounts. She is using zones shipping by price, max. shipping is $6. She is getting reports of $84.25 shipping when it should be $4.25. This is happening as frequently as once per day and almost always at night (making me think it could be a server issue). Once it happens though, the cart has to be emptied and must be re-entered in order to fix the shipping amount. Has anyone run onto this? TIA, Linda
-
What version of osCommerce are you using? Do you have any image mods implemented? are you getting any errors? Linda
-
Hi, Can I suggest you change the following lines? define('DIR_WS_ADMIN', '/supplier/'); // absolute path required define('DIR_FS_ADMIN', '/home/yahoosto/public_html/catalog/supplier/); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/yahoosto/public_html/'); // absolute path required define('DIR_WS_IMAGES', '/admin/images/'); to define('DIR_WS_ADMIN', '/catalog/supplier/'); // absolute path required define('DIR_FS_ADMIN', '/home/yahoosto/public_html/catalog/supplier/); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/yahoosto/public_html/catalog/'); // absolute path required define('DIR_WS_IMAGES', '/catalog/admin/images/'); That's assuming your admin path is /catalog/admin. Hope that helps Linda
-
I think there is a earlier in this thread... but you need to edit supplier/supplier_s_categories_products.php so it looks like the following, around lines 290 or so $sql_data_array = array('products_name' => tep_db_prepare_input($HTTP_POST_VARS['products_name'][$language_id]), 'products_description' => tep_db_prepare_input($HTTP_POST_VARS['products_description'][$language_id]), 'products_url' => tep_db_prepare_input($HTTP_POST_VARS['products_url'][$language_id])); // 'products_head_title_tag' => tep_db_prepare_input($HTTP_POST_VARS['products_head_title_tag'][$language_id]), // 'products_head_desc_tag' => tep_db_prepare_input($HTTP_POST_VARS['products_head_desc_tag'][$language_id]), // 'products_head_keywords_tag' => tep_db_prepare_input($HTTP_POST_VARS['products_head_keywords_tag'][$language_id]) ); Linda
-
Yes, change it to the path for your admin folder... I changed mine to define('DIR_WS_INCLUDES', '../admin/includes/'); Linda
-
Hi, I just installed this awesome mod myself and my client thinks it's the bees knees :). Did you modify supplier/includes/configure.php to reflect your store? It's this line that's giving you grief define('DIR_WS_INCLUDES', '../idadmin/includes/'); Linda
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
lvanderb replied to Strider's topic in General Add-Ons Support
Thanks to Quin's help, we have found a resolution. Our configure file was wrong. It turns out that the HTTPS_COOKIE_DOMAIN needs to be the same as HTTPS_SERVER w/o the https:// bit. Linda -
Credit Class/Gift Vouchers/Discount Coupons 5.10
lvanderb replied to Strider's topic in General Add-Ons Support
HELP! Our store was running fine, new setup with SSL, Simple Template System, no problems. OSC 2.2 MS2 However, once Credit Class & Gift Voucher were added, clicking on Checkout takes you to the Login page. (Vouchers etc. have been installed in admin) Has anyone else run into a problem like this? any suggestions? Thanks! Linda -
Conflict between two otherwise good contributions
lvanderb replied to jwsfun's topic in General Add-Ons Support
Hi, Well, I got my tabs to work, but not my products_new page...too many contributions, I'm thinking! I just edited the catalog\includes\categories_tab.php file so it had the same query change as the others, basically to select categories_status=1. Linda -
Hi, I hope this didn't need to be a new thread, but I can't seem to find the contribution you have mentioned, Product Listing Stock Status 1.0.0. Can you post the link to it? Thanks, Linda