dejansimic Posted August 13, 2012 Share Posted August 13, 2012 Hi there, I'm trying to make an feature for each product. I made POINTS feature and gave specific numebr of points to each product in the shop. It's all good. I managed to dysplay this feature (points) next to price value in the product page and everything is ok at this point. But now, I would like to make sum of this points when someone is adding products to cart. For example, when product_01 is added to cart, cart should display product price and points as well. When another product is added to cart, price sum in the cart will increase (for the new added product price) but points sum should be also increased for another vaule of points (attached to product_02). Example: product_01, price: 10,00 points: 5 product_02, price: 15,00 points: 7 When you add these two product to cart it should display: total price: 25,00 total points: 12 So, I just want the cart to display total points (sum) in the same way as the prices are displayed. Is there an option to do that at all? Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts