php Programming Glossary: specialprice
Programmatically add product to cart with price change http://stackoverflow.com/questions/5104482/programmatically-add-product-to-cart-with-price-change the discount isn't applied over and over when refreshing specialPrice item getOriginalPrice item getOriginalPrice percentDiscount.. percentDiscount Make sure we don't have a negative if specialPrice 0 item setCustomPrice specialPrice item setOriginalCustomPrice.. have a negative if specialPrice 0 item setCustomPrice specialPrice item setOriginalCustomPrice specialPrice item getProduct setIsSuperMode..
|