To enable woocommerce rest api and connect to another service, we have to follow the steps 3. For the service
Continue readingCategory: Wordpress

woocommerce Geolocation for wp rocket
Integrate maxmind_geolocation in woocommerce 2. Add this code to function.php of active theme folder 3. Disable option ‘Enable caching for
Continue reading
Customize woocommerce product gallery without plugin
The original gallery execution function comes from here wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php So we can use a filter and put it to functions.php
Continue reading
Activate plugin without access wordpress admin
We can follow the steps carefully First of all, we need access to c-panel for FTP paste desired plugin into
Continue readingDisable wp corn and enable regular corn job in digital ocean
We have to add the following code in wp-config.php 2. Install corn job in doplet (Ubuntu) 3. Now we have
Continue reading
Change coupon amount html of wocommerce
Adding cross icon insteade of remove text
Continue reading
Change coupon label of Woocommerce
Adding coupon removing icon to coupon label
Continue readingAdd script into woocommerce checkout page
We can easily add our custom script in woocomerce checkout page by adding the following fuction in function.php of active
Continue reading