In Magento 2.1, on the cart it has a line item for "Discount". I need to change that to, say, "Member Discount". Where do I do this?
I am using Magento 2.1 Community Edition, Porto Theme.
You can change cart page Discount label:
Go to your theme Magento_Checkout/i18n/en_US.csv
Find Discount word and change to Member Discount
Related
Since i upgraded my Magento site to 2.4.5-p1 items that are out of stock no longer "dim out" the drop down selection item when it is out of stock. For example i have a "0.5kg" value for weight attribute on the below screenshot and before the upgrade this was shown but was un-selectable and had "(out of stock)" beside it. How can i bring this back? i would still like the customer to know this is an option, but out of stock.
After upgrading from Magento 2.2 to Magento 2.4.3, checkout order subtotal, grand total, shipping and everything in summary or cart page (not popup) are showing zero values.
I've tried to disable our One step page extension and switched to Luma theme, but its still showing the same.
Please help. Thanks in advance.
In Magento 2.x.x, if we are on catalog product grid, there we are not 3rd page and edit/open any product. After that we click on back button then we redirect to grid with 1 page rather than 3rd(previous) page.
This issue with sales order and custom grid also.
It means its magento 2 default issue.
Please help me how can we fix it.
Thank you
How to give page link to View Cart & Checkout on Mini Cart Icon ? using Magento ver. 2.2.6
MiniCart Magento ver. 2.2.6
Magento2 already has this feature. You can config this by go to Stores/Configuration, click on tab Sales, then Checkout, you can see which you want:
I am working on joomla and using joomla VirtueMart component.I created new fields in product detail page like color and size (drop down), Now I want to add that POST value (ex. $_POST["cmbColor"]) in shopping cart process and finally to be saved in database of VirtueMart.Please help me how to add these fields in cart.
Did you use the attribute system to add the optional color and size? Using either child products or attributes will get the options to show in the cart and saved on a sale. The VM documentation is pretty good on this topic, you can find how to use attributes here -
http://virtuemart.net/documentation/User_Manual/Product_Attributes.html