Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #20481
    Templatesyard
    Participant

    i just installed Shopingo template on my blogger. I like to set the shipping cost differently base on specific item and countries..Example – Item A ship to UK is USD 6 but to Australia is USD 8 . Item B to UK is USD10 but to Australia is USD15…

    the default script fo Shopingo template as below.

    <script src='http://yourjavascript.com/313721211126/wojosimplecart-idr.js' type='text/javascript'/>
    <script type='text/javascript'>
    simpleCart.email = "[email protected]";
    simpleCart.checkoutTo = PayPal;
    simpleCart.currency = USD;
    simpleCart.taxRate = 0.02;
    simpleCart.shippingFlatRate = 3.25;
    simpleCart.shippingQuantityRate = 1.00;
    simpleCart.cartHeaders = ["Name", "thumb_image" , "Quantity_input" , "Total", "remove" ];
    </script>
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.