nicolas wrote: Hi,
1. On the cart module, there is a "show shipping" setting for that.
However, there is no system to display the shipping fee on the cart manager of the user control panel.
That would require modifying the file "show" of the view "cart" via the menu Display>Views.
www.hikashop.com/support/documentation/1...-display.html#layout
Hi. I managed to remove the line of codes.but it does not display the actual total with the shipping costs, even though the option to select shipping method is available for selection.
nicolas wrote: 2. If you want to configure shipping price per product and display it on the product page, we actually have a system for that in HikaShop. We actually just published a tutorial on it here:
www.hikashop.com/support/documentation/3...ng-manual-price.html
Yes, but it doesnt seem to work for us.
If one of my shipping method priced at $x is for a single item, am i able to restrict to using this method for only 1 item in the cart?
It is described in the documentation that "The quantity of the order will be calculated based on the quantity of
each products in it."
Does this mean, it is possible that my cart has 1 item of 2 products, and will still be able to select use the specified shipping method, despite the restriction in quantity has been set to 1?
How can we also apply various shipping costs based on different product quantity tiers?
Example: for item A, within the quantities of 5-10, the shipping method/price is $y amount, and for same item in 11-15 the shipping amount is $z.