addbrad Posted March 15, 2007 Posted March 15, 2007 Hi does anyone know how i can show a price calculation on my product page ? what i am after is this Say i have an item and the price i have put into oscommerce is £50 Currently the customer see a price of just £50 What i would like to do is have this price labelled as Our Price then from this £50 have two other prices shown on the product page an R.R.P which is 25% markup and a Members price which is 15% Discount ideally i'd like the R.R.P and members price to automatically appear on all product pages/items working to the same code 25% up and 15% down (but excluding special offers) So for example in my shop R.R.P £62.50 Our Price £50 Members Price as low as £42.50 i'd like to show the pricing to everyone but the discounts only be available to customers that sign up for an account "members" and for it to exclude Special Offers, also i'd like the discounts to work like this: Spend up to £50 receive 5% Discount Spend up to £150 receive 10% Discount Spend up to £300 receive 15% Discount these discount only apply to customers whom open an account "Members" but if possible i'd also like one other account discount that is "Members" to whom i would like to give a fixed 20% discount on all products except special offers. this new account i'd manually transfer account holders across as there won't be many Can this be done i know the is a few contributions around but not sure if there is just one for this job If anyone is prepared to sort this code for me im prepared to pay ?
Guest Posted March 15, 2007 Posted March 15, 2007 Can be done with coding the mysql and then adding the math code to the admin/newproduct catalog/index.php catalog/product_listing.php catalog/product_info.php to name a few. It is possible I have done this in the past but will requires a decent amount of programming. I would recommend starting the with group pricing mod and changing it to your needs to save time. In any case time and or money to fix your issue. Hi does anyone know how i can show a price calculation on my product page ? what i am after is this Say i have an item and the price i have put into oscommerce is £50 Currently the customer see a price of just £50 What i would like to do is have this price labelled as Our Price then from this £50 have two other prices shown on the product page an R.R.P which is 25% markup and a Members price which is 15% Discount ideally i'd like the R.R.P and members price to automatically appear on all product pages/items working to the same code 25% up and 15% down (but excluding special offers) So for example in my shop R.R.P £62.50 Our Price £50 Members Price as low as £42.50 i'd like to show the pricing to everyone but the discounts only be available to customers that sign up for an account "members" and for it to exclude Special Offers, also i'd like the discounts to work like this: Spend up to £50 receive 5% Discount Spend up to £150 receive 10% Discount Spend up to £300 receive 15% Discount these discount only apply to customers whom open an account "Members" but if possible i'd also like one other account discount that is "Members" to whom i would like to give a fixed 20% discount on all products except special offers. this new account i'd manually transfer account holders across as there won't be many Can this be done i know the is a few contributions around but not sure if there is just one for this job If anyone is prepared to sort this code for me im prepared to pay ?
addbrad Posted March 15, 2007 Author Posted March 15, 2007 ok didn't realise it would be so indepth i was hopefully going to install the customer accounts contribute and then modify the specials (as this is half way there) to: if every product was a special and all was set to 15% discount i would then just have to get the calculation for the R.R.P price and allow it to account "members" only i.e. £50 £42.50
Recommended Posts
Archived
This topic is now archived and is closed to further replies.