Guest Posted June 17, 2010 Posted June 17, 2010 We worked through and got email confirmation of orders working and completed, now: I want to show a different price, other than the original advertised, when the item is to be purchased and placed in the Shopping Cart. This would allow me to show and strike through the original price, and show a sell price once it was taken to the Shopping Cart. Is this possible with our Shopping Cart setup, and if so, How? GBeck
knifeman Posted June 17, 2010 Posted June 17, 2010 We worked through and got email confirmation of orders working and completed, now: I want to show a different price, other than the original advertised, when the item is to be purchased and placed in the Shopping Cart. This would allow me to show and strike through the original price, and show a sell price once it was taken to the Shopping Cart. Is this possible with our Shopping Cart setup, and if so, How? GBeck If you create a specials price for a product, it does the strikethrough on the product info page. Of course this is shown prior to adding to cart. I understand you do not want this to show until it is added to cart. So you could either comment out the code that displays the special price altogether. or possibly make it only show if the item is in the cart. This second would take some modification to the existing product info page. Tim
Guest Posted June 17, 2010 Posted June 17, 2010 Tim, Thanks for your response! It would be ok if the original price shows with the strike through prior to placing it in the cart. I only need for the sale price to show after it is placed in the cart. GBeck
Guest Posted June 18, 2010 Posted June 18, 2010 Tim, Thanks for your response! It would be ok if the original price shows with the strike through prior to placing it in the cart. I only need for the sale price to show after it is placed in the cart. GBeck If you create a specials price for a product, it does the strikethrough on the product info page. Of course this is shown prior to adding to cart. I understand you do not want this to show until it is added to cart. So you could either comment out the code that displays the special price altogether. or possibly make it only show if the item is in the cart. This second would take some modification to the existing product info page. Tim Tim, Can you give me more info. as to actually how I can do this? GBeck
knifeman Posted June 18, 2010 Posted June 18, 2010 Tim, Can you give me more info. as to actually how I can do this? GBeck Sorry, but I am not capable of coding this. I assume you would need an if statement and another check to see if the item is added to the cart. I can envision some things logically, but I am not experienced enough to create the working code. So on product_info where the specials price is called for and displayed, you would tell it to only display if the item is added to the cart. Tim
Guest Posted June 18, 2010 Posted June 18, 2010 If you create a specials price for a product, it does the strikethrough on the product info page. Of course this is shown prior to adding to cart. I understand you do not want this to show until it is added to cart. So you could either comment out the code that displays the special price altogether. or possibly make it only show if the item is in the cart. This second would take some modification to the existing product info page. Tim Tim, Can you give me more info. as to actually how I can do this? GBeck
Guest Posted June 18, 2010 Posted June 18, 2010 I think I may have found a solution to my original problem. The Sales Maker portion by The Think Tank seems to give a way for a reduction from original price, and then address the sales price by deducting a % off of the original. The Specials portion has to have pricing in it before all will work together to get a Sales Price. I have tried several times reading the Sales Maker Usage Tips and trying to follow their directions in producing a Sales Price, but to no avail. Is there anyone out there familiar with this? GBeck
Recommended Posts
Archived
This topic is now archived and is closed to further replies.