Handling Fee on checkout
Hi guys,
I'd like to ask how to add handling fee on each product during checkout.
I have tested this module but it only add handling fee to the amount of all products during checkout.
On the cart, it should display product price, handling fee and calculated price.
https://drupal.org/project/commerce_fees
Thanks guys.
Few products in cart but total price is 0
Hi
I have problem with my shopping cart.
When I add few products to my shopping cart block and shoping cart form then total price looks good, but when i click checkout (shopping cart summary) then have total price 0.
Where is problem?
Text removal "item"
Hy,
i want to remove the word "item" that appears in the shopping cart, as i just use a shopping bag icon and implement the number of total items in cart. Rather removing the word or getting the total amount of products in cart via code.
Any suggestion?
Can you use Commerce without the Cart/payment processing?
I have a client who is not quite ready for e-commerce, but might be down the road, or perhaps implement an order online bu hold in store for pickup mechanism at the start (ie no online payment). I was wondering if it is possible or advisable to use Commerce for this purpose, simply to use the product creation and display features, but leave Cart and Payment modules disabled, only to enable and configure them at a later date?
Editable attributes in cart view?
Greetings!
How would I go about placing editable attributes in the cart view?
Once a users selects the products attribute (small, medium or large), I can get the attribute they select to display in the Shopping Cart (or cart view). How would I go about giving a user the ability to change that attribute from within the Shopping Cart (or cart view) so they don't have to return to the Product Display select a new attribute then add to cart again? The goal is to allow a user to change their product attributes from within their shopping cart.
Any Suggestions?
Thanks!
Tutorial on "View cart" interface
I'm a newbie,
I would like to add something like this to a block:
"View Cart {if (at least 1 item)}(X items in cart){/if}"
Is this possible? Is there a tutorial somewhere on how to do it?
Thanks,
"Add to cart" form using AJAX
Anyone edited the "Add to cart" form in order to use AJAX to insert products in the cart without reloading the page and showing a "Product added to cart" message popup in the center of the page?
Any hint on how to do that?