

Paulz
Members-
Content count
87 -
Joined
-
Last visited
Profile Information
-
Real Name
Paul
-
Location
UK
-
Trying to produce a better option than Products Attributes in Admin. ie: 1 main product with multiple sizes available but each with an individual product_id ? Please see example: http://shop.canonical.com/product_info.php?products_id=767 each size adds a individual product to cart Is there any contribution available to do this?
-
Ive upgraded to latest: Ultimate_Seo_Urls_5_PRO_r205
-
When i Enable SEO URLs 5, & select the product in product info i get: Product not found the Address bar shows the changed url ok but no product info, Ive checked all files over & over again without any errors? Any ideas what may be wrong?
-
Ive got the same problem, any help with a solution Thanks
-
category with different format to all other categories
Paulz posted a topic in General Add-Ons Support
My standard categories list the products in 3 columns with images etc & this looks good. I need a different category format that will list each product on a single line (just 1 column) without any images, just model number title price & small buy now button. This would be used to list complete manufacturers price lists. Possible 100 or 200 at a time, a good idea would be to have check boxes for multiple selection & a buy it now button. Any Suggestions appreciated -
Paypal Transaction ID recorded in database, Has anyone got a solution on how to do this: I want to record the Paypal Unique Transaction ID : 17 characters as example 23Q183171B041133K Regards Paul
-
Upgraded and still got the same problem with the Primary address,, Ive added a note for the customer to log out after editing there primary address. Has anyone else tested for this problem?
-
Thanks for your help Steve, Just tried this update, didnt make any difference ? The initial version I used was: country-state-selector_1_2_3_4_5_6_7.zip What do you recommend? Regards Paul
-
when a customer logs on my site displays product prices including tax but when they make any changes to the Primary Address, ie: address line 1 (say, house number to 47 instead of 7) and stays logged on, it changes the site prices to exclude tax instead of include tax? when the customer logs off and back on again its back to normal? Ive come to the conclusion this has something to do with the..Country-State Selector module. Please help !!
-
Im still unsure on what other product tables to delete the unwanted items from, can anyone help on that. Ive added 'Delete from products_description' to the script, i dont think it looks right but it works ok! Id apreciate if someone could tidy the code. if ($action == "update_prices") { foreach($HTTP_POST_VARS['product_new_price'] as $id => $cancella) { echo "id: $id -> $cancella<br>"; mysql_query("DELETE FROM products WHERE products_id=$id"); mysql_query("DELETE FROM products_description WHERE products_id=$id"); $count++; }
-
I had the problem of deleting a large number of discontinued products, as quick and simple as possible. Found this contribution: Delete product with search, http://www.oscommerce.com/community/contri...+product+search It allows a type of wild card search lists all matching products with check boxes enabling multiple deletion. However It only deletes from the products table.. I want it to delete from all the other product tables, one question though will any of the products tables effect the customer account_history_info.php for deleted products? Ive deleted items from the product table and the products_description table and they still appear OK in the customer account_history_info. Cannot find any feedback on this contribution in the forum, has anyone modified it or had any provlems. or could anyone help with modifying. p.s. Another advantage compared with similar contributions is it doesnt effect the categories and you dont have to search through the cats either!
-
Did anyone get a solution to the "Please select" as an option for states ? Regards Paul :huh:
-
Im currently reloading my site on a new server and Ive got the Register globals problem, My version of OSC is 2.2-MS1 will this contribution work with it. ? Anyone had any success with 2.2-MS1 or are there any alternative options? Thanks
-
Fame at last, my first contribution: http://www.oscommerce.com/community/contributions,882 :D
-
Got it working I had this missing line: tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added) values ('Payment Zone', 'MODULE_PAYMENT_WORLDPAY_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes(', now())"); Thanks