You are here: Home
Support site for Tips and Tricks HQ premium products
Hmmm, maybe not the answer… I don’t see how you set TWO different base shipping prices… or is that when you just don’t use it?
For example, one product costs $4.99 with a shipping of $4.25, no matter how many you buy.
The other costs $14.99 with a $1.00 per ORDER handling fee and a shipping of $5.25 per item.
Any way to do that? Or should I just let PayPal handle it?
Got it worked out. I just put the metadata into a couple of $vars and then use those, as in:
$prodname = <?php echo c2c_get_custom(‘MMTname’); ?>
$prodprice = <?php echo c2c_get_custom(‘MMTprice’); ?>
then when I call the add to cart button, use:
<?php echo print_wp_cart_button_for_product($prodname, $prodprice); ?>
Nevermind, found the answer: