

Whizbiztrading
Members-
Content count
6 -
Joined
-
Last visited
Profile Information
-
Real Name
Jason Ong
- Website
-
don't bother to find the order numbers, just run the following query at mysql if you want your number to start from 1000. alter table orders auto_increment = 1000; Jason
-
Thank you for the prompt reply Jack. Well! guess just have to edit individually at this time. If you do recall back how to fix it, please let me know. Jason
-
Hi Jack, I have installed v3.0.4 recently. Everything working fine except there is a problem when I go to individual product page. The cName & pName are excluded from the header tags for active products. However, when I view those Sold Out items, both tags are filled up nicely. Any idea why is it so? Thanks Jason
-
Hi all, Just wondering if someone would like to view in other currencies other that the base currency, is it possible to change the default currencies for the estimated shipping costs popup window, For example, the base currency is USD, when someone in UK would like to view the estimated shipping costs in GBP, is there a way to show the shipping cost in GBP as well? <_< many thanks
-
### POINTS AND REWARDS MODULE V1.00 ###
Whizbiztrading replied to deep-silver's topic in General Add-Ons Support
Hi, I've found and solved this problem and discovered that there is nothing to do with this great contributions. I would like to take this opportunity to thanks deep-silver for contributing this script. My ‘add to cart’ is working fine now after I change some code in the catalog/includes/application_top.php file. At around line 374 to this: // customer adds a product from the products page case 'add_product' : if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) { $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $HTTP_POST_VARS['id']))+1, $HTTP_POST_VARS['id']); } tep_redirect(tep_href_link($goto, tep_get_all_get_params($parameters))); break; Hope someone can benefit from this too! -
### POINTS AND REWARDS MODULE V1.00 ###
Whizbiztrading replied to deep-silver's topic in General Add-Ons Support
Hi there, I have problem adding item into the shopping cart from the product_info page after installing ## POINTS AND REWARDS MODULE V2.0d ## CORRECTED recently. The Your Shopping Cart is empty! Appeared when I click ‘Add to cart’ button. I have been pulling hair searching high and low and still cannot find the solution. There is no problem in adding items from the index.php by clicking the ‘Buy it Now’ button. After searching through the related topics in the forums, google, and applied all the possible methods (mostly changing of configure.php file), I still cannot solved it. Do any body have similar encounter or anyone have good idea what’s when wrong please give me an advice. Thank you all in advance.