• Resolved organicsulfur4health

    (@organicsulfur4health)


    I am trying to migrate to eCommerce from another platform. I sell a physical product in various quantities to destinations in the US and overseas. I want to set up eCommerce so that when a customer orders 2 of my product (which is the minimum order), that the plugin automatically calculates a shipping cost of $31.00, but when they order 4 or 6 of the same item, the cost should be shown at variable rates which are not multiples of $31. Can this process be automated so that the customer doesn’t have to manually choose the correct shipping cost? Also, can I add code to WordPress so I can hide the Quantity box on the shopping cart? Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter organicsulfur4health

    (@organicsulfur4health)

    My site is not live so I cannot provide a URL address. I am testing it out using MAMP on my Mac.

    Hi,

    Unfortunately, the product does not have the mentioned functionality yet. However, the feature you wish to have would be a great addition. So could you please add your suggestion to our Submit Your Idea page?

    Our development team will consider working on this for further updates.

    To hide the cart button please add the code below to Appearance > Customize > Additional CSS.

    .wd_shop_btn_add_to_cart, .glyphicon-shopping-cart { 
    display:none; 
    } 

    Thank you and have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I link quantity ordered to a variable shipping rate?’ is closed to new replies.