In order to customize e-mail template for Woocommerce E-mail customizer it is necessay to make chages in email templates that places in \wp-content\plugins\woocommerce-email-control\templates\emails\supreme\customer-invoice.php or similar templates in woocommerce-email-control plugin. And \wp-content\plugins\woocommerce-order-status-manager\templates\emails\customer-order-status-email.php for woocommerce-order-status-manager plugin.
Category Archives: Uncategorized
When trying to config Flatsome 3 theme option , visual part is showing security issue message and html page not loading into visual builder. To fix this issue : You need to add the following line to .htaccess file in order to bypass security restriction: Header set Content-Security-Policy: “frame-ancestors ‘self’”
Just remove braces from checkbox.php file row number 3 File location : \wp-content\plugins\woocommerce-product-addons\templates\addons\checkbox.php
Changes has to be made EVERY TIME When woocommerce plugin or Woocommerce point of sale plugin is updated !!! In order to customize Woocommerce Point of Sale plugin those changes have to be made. 1. Folder Views must be added to: wp-content/plugins/woocommerce-point-of-sale/includes/reports Files in this folder: sales-table.php(shows report results),pie-chart.php(chart is showing data in graph),main-chart.php(shows charts […]
In order to change all coupon messages to Rep Number changes in class-wc-coupon.php file were made. Path to file : \wp-content\plugins\woocommerce\includes\class-wc-coupon.php It needs to be done EVERY TIME when woocommerce plugin was updated !!!!!
Problem: when we create order via POS register, system changes order tatus from on-hold to processing instead completed . None of functions or plugins like Woocommerce Order Status Management are not helping. Order status is staying processing. Solution: Code changes in original class-wc-gateway-cod.php file were provided. Statys on-hold was changed to completed Path to : […]
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!