Home › Forums › WoodMart support forum › small cart changes › Reply To: small cart changes
June 4, 2024 at 2:21 pm
#570543
Hung Pham
Keymaster
Hi PDV,
1. Please disable MailPoet plugin.
2. + In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article https://xtemos.com/docs-topic/theme-translation/
+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.
3. Columns
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.cart-table-section th.product-quantity,
div.cart-table-section th.product-subtotal,
div.cart-table-section tbody td.product-subtotal,
div.cart-table-section tbody td.product-quantity{
display: none;
}
Regards,