Re: Core Credits on products
I got a quick way of doing this, but you may not like it.
If you look at the Products table, you will see a column called Shipping Freight.
Put 50 for shipping freight and tell the customer on the product details page that this product may have an addition CORE cost and you will see the additional cost in Checkout.
Similarly you can put some code into products_t.tpl and product_details.tpl to say if shipping freight not equal 0 then show the value of shipping freight.
Something like that.
But I am not sure how you will deal with returns.
|