Mina
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] customer on hold emailCan you share the screenshot of WooCommerce-> Settings -> Emails -> Order On Hold Email settings?
Forum: Plugins
In reply to: [WooCommerce] Product Title doesn’t get shown on Product PageAdd this CSS to your child theme’s style.css file.
.woocommerce .entry-title
{
display:block !important;
}Forum: Plugins
In reply to: [WooCommerce] problem about multi shipping zones include the same regionCan you share the website URL?
Forum: Plugins
In reply to: [WooCommerce] Account page doesn’t workMake sure proper “Account page” is selected for WooCommerce->Settings->Accounts page – “My Account Page” Dropdown
Forum: Plugins
In reply to: [WooCommerce] Order email additional textHi, To achieve that it requires to build an extension for WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] show sale price and regular priceThis may be useful: https://minapansuriya.com/woocommerce-how-to-show-both-regular-and-sale-price-both-on-single-product-and-shop-pages/
- This reply was modified 8 years, 4 months ago by Mina.
Forum: Plugins
In reply to: [WooCommerce] Order email additional textForum: Plugins
In reply to: [WooCommerce] Make Order Notes RequiredForum: Plugins
In reply to: [WooCommerce] Product download link in admin new order emailThis might be useful: https://minapansuriya.com/woocommerce-add-custom-notes-to-order-email/
Forum: Plugins
In reply to: [WooCommerce] How to Hide Shipping Calculator when Free ShippingI understand you have basic knowledge of coding.
Which Woocommerce version is installed?
Forum: Plugins
In reply to: [WooCommerce] How to Hide Shipping Calculator when Free ShippingForum: Plugins
In reply to: [WooCommerce] Cannot change the text of “Continue Shopping” ButtonI am glad it is helpful to you.
Forum: Plugins
In reply to: [WooCommerce] Cannot change the text of “Continue Shopping” ButtonLook at this: https://docs.woocommerce.com/document/template-structure/
It is important you have WooCommerce Template Customization knowledge.
PS: I am not sure how your theme is developed to display “Contiunue Shopping” button, but this may be a step in resolving your problem.
Forum: Plugins
In reply to: [WooCommerce] Cannot change the text of “Continue Shopping” ButtonHi,
Perhaps you can change “Continue Shopping” button text from Woocommerce Template file in your child theme folder: woocommerce/single-product/add-to-cart/simple.php file.
Forum: Plugins
In reply to: [WooCommerce] Cannot change the text of “Continue Shopping” ButtonHi,
This may be useful – https://minapansuriya.com/woocommerce-change-continue-shopping-message-on-cart-page/