Secure checkout message in checkout woocommerce
you also need to add this CSS
Secure checkout message in checkout woocommerce Read More »
you also need to add this CSS
Secure checkout message in checkout woocommerce Read More »
Replace the product image on hover with an animation, even if your theme doesnt support it. This will work for the products displayed in the shop loop (page). You will need this CSS: You can replace the aspect-ratio: 1 / 1; to your liking.
Replace the product image on hover in the shop page Read More »
By default, in the single product page template, there is no option to show an availability tag if the product is available. (by default, it only shows when the product is out of stock). with this snippet, you can add an “Available” tag, if the product is in stock. (you need to style it y)
Show product Availability tag in single product page Woocommerce Read More »
with this snippet, you can add a new column in the user list of wordpress, to show the total amount spent by each user. This requires to use woocommerce.
Show Total Amount spent in admin user list Read More »
with the snippet bellow, you can add a an out of stock badge in the product list
Out of stock badge in shop page Read More »
With this snippet, you will be able to filter the related products shown, so that you dont show out of stock products.
Include only in stock in Related Products Read More »
The code, adds a loading animation when the add to cart button is clicked. then ckecks if the button has been added to cart, if not, it means that something came up. for example this can help when you have required product options and they are left empty. In the end of the code, we
Add loading animation in add to cart button in Woocommerce Read More »
This code is a WordPress plugin (can also be added in the functions.php file) that creates a maintenance mode page when activated. No setup needed, just copy and paste ! When the plugin is active, it checks if the current user is not an administrator (using the current_user_can() function with the ‘manage_options’ parameter). If the
Simple Maintenance Mode snippet for wordpress and woocommerce Read More »
In simple words, this code allows you to show or hide certain items in your WordPress site’s navigation menu based on whether the user is logged in or not. After adding the code bellow, you can use these two classes to your menu items you want to hide and show If you dont see the
Hide-Show menu items when user is Logged in / Logged out Read More »