codeithub
posted a blog.
If you want to enter some content when cart page is empty than here is solutions. Add below line of code in at the end of your theme’s functions.php file of your active child theme and Save the file.
https://www.codeithub.com/add-content-to-empty-cart-page/
Be the first person to like this.
codeithub
posted a blog.
The WooCommerce Cart table, in my opinion, is a little unclear. Why isn’t there a display of the “selling price� This is, after all, a puzzle!
I’m convinced that displaying the “discounted†pricing will increase your conversion rate.
https://www.codeithub.com/display-regular-sale-price-on-cart-table/
Be the first person to like this.
codeithub
posted a blog.
Here’s a way to align the “Product Gallery†thumbnails to the right of the most Single Product Page image, irrespective of the device.
https://www.codeithub.com/display-product-gallery-vertically-on-single-product-page/
Be the first person to like this.
codeithub
posted a blog.
Let’s consider you need to add a custom checkout field at the WooCommerce Checkout page. For example, it is probably a consumer licence number. Ideally, this may be some thing that should display above the checkout order notes. So, here’s the way you do it.
https://www.codeithub.com/how-to-add-a-custom-checkout-field/
Be the first person to like this.
codeithub
posted a blog.
If You want to Display Next and Previous Product Buttons (For the same Category) on Single Product Page, Add the following Code Snippet to your Functions.php.
https://www.codeithub.com/add-next-previous-on-single-product-page/
Be the first person to like this.
codeithub
posted a blog.
This “marketing tactic†can also be used by WooCommerce merchants. The main issue is figuring out how to display this “additional field†on both the single product page and the product edit page so that the website owner may simply add it.
https://www.codeithub.com/add-custom-product-fields-without-a-plugin/
Be the first person to like this.
codeithub
posted a blog.
Today we take a look at the WooCommerce Single Product Page and specifically at how to display the product published date. It is probably beneficial to customers if you want to expose how “new†a product is, or when you have particular needs.
https://www.codeithub.com/show-published-date-on-single-product-page/
Be the first person to like this.
codeithub
posted a blog.
On the My Account page, If you want to put some text above the “Login†and “Register†boxes. Users, understandably, may require some explanation before taking action. This is how it’s done!
https://www.codeithub.com/add-content-on-my-account-register-login-page/
Be the first person to like this.
codeithub
posted a blog.
Here’s a quick PHP code for adding a fee to the checkout for each payment or for a certain payment gateway.
Please keep in mind that adding checkout fees to certain payment gateways, such as PayPal, is currently against their Terms of Service, so double-check beforehand. This Snippet must be added into your child theme’s functions.php file.
https://www.codeithub.com/add-fee-to-checkout-for-all-payment-gateways/
Be the first person to like this.
codeithub
posted a blog.
A simple function to solve a common problem: “How can I alter the PayPal icon?†Here’s a fast PHP fix if you’re having the same issue.
https://www.codeithub.com/change-the-paypal-icon-on-checkout-page/
Be the first person to like this.