gwinger Posted October 12, 2002 Posted October 12, 2002 In the contribution section of the oscommerce-site. http://www.oscommerce.com/downloads.php/co...ibutions/type,6 It is called --> Members Discount v2.x I use a Snapshot of mid september and was not able to get it working with the price-discount been showed on every page or anywhere. Also it seems not to work in the customer_status.php to change the global_discount flag from Yes to No or No to Yes. I tried with xmembers 2.2 but if it works with 2.1 or 2.0 then inform me please. Quote xtcommerce Templates And this is my new coding project. A multilingual sitesearch for online stores. Have a look at the search field left in the navbar: WWW.BE-INSHAPE.DE Proteinpulver, Aminosäure Liquids and Supplements for Bodybuilding and Fitness It finds all the ingredients like amino acids, carnitin and proteins if you don't know how to spell. In realtime...
ibandyop Posted October 12, 2002 Author Posted October 12, 2002 Also it seems not to work in the customer_status.php to change the global_discount flag from Yes to No or No to Yes. I tried with xmembers 2.2 but if it works with 2.1 or 2.0 then inform me please. Gwinger, Thank you. I am trying to get it to work with customer_status.php also. Will let you know my progress. Have a good one. ibandyop Quote ibandyop
gwinger Posted October 13, 2002 Posted October 13, 2002 I got it now. It works and very well. I think it is sometimes stupid, when you search for anything that g?has gone wrong and you are not able to see the forest, but only trees. Ok, I made a mistake when I just copied the little codestring to put into the products_new.php. I placed this one : 'price' => $products_new['products_price']*(100 - $customer_discount_price)/100 but those one is right: 'price' => $products_new['products_price']*(100 - $customer_discount_price) / 100 with Spaces bfore and after the / Hihi, so stupid that the debugger didn't recognize it as a mistake?! But a nice module with very big usage. Thanks Elari for that work. Will see what I might help in for that. :wink: Quote xtcommerce Templates And this is my new coding project. A multilingual sitesearch for online stores. Have a look at the search field left in the navbar: WWW.BE-INSHAPE.DE Proteinpulver, Aminosäure Liquids and Supplements for Bodybuilding and Fitness It finds all the ingredients like amino acids, carnitin and proteins if you don't know how to spell. In realtime...
Guest Posted December 23, 2002 Posted December 23, 2002 I would like to show the members discount before the customer reaches checkout_sucsess.php, like on shoping_cart.php. This way my clients will be able see that they have more money to spend on my products due to the discounted prices. :lol: Can anyone please post code to do this? Quote
elari Posted December 23, 2002 Posted December 23, 2002 using x_member as is provided by Ian can not allow you to show the discount in shop since it applies only in order total customer status mainly apply two kind of discount -discount on each product (limited by a max disocunt allowed defined for each product), this discount is reported in shop -global discount using x_member customers status v3 let you see in shopping cart box & basket that a global discount will apply on order but the price will not display the global discount on each products (but it should be made with cs). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.