Quote:
Originally Posted by piscaonline
Not sure if anyone still needs help with shipping costs, but since I'm only charging my fans a flat rate for USPS shipping of 4.99, the integration for Paypal was rather easy.
Under the cartblog_view_cart template, add the following code:
HTML Code:
<input type="hidden" name="handling_cart" value="0.00">
Where 0.00 is your flat-fee. I know it doesn't help with people who have shipping of various weights and sizes, but it's better than listing your items higher in order to charge shipping.
If you're good with PHP and MySQL maybe you can integrate a custom script (for yourself) to allow for custom rates for various items. If that's allowed.
|
so where do you add this in the view_cart template?