Category: WooCommerce
With 208 articles also related to:
Aleš Sýkora wrote:
WooCommerce: Get product gallery images
November 15, 2022 in Plugins, WooCommerce, WordPress
If you need to display WooCommerce product images programmatically, you can use these functions: TIP: This can be usable for custom gallery creation. For example with Swiper.js and fancybox.
Aleš Sýkora wrote:
WooCommerce Display Price wih and without Tax
November 28, 2023 in Plugins, WooCommerce, WordPress
This is really nice trick how to achieve your WooCommerce price to display price with and without VAT. How to do that? You need to setup your main price. If it should be without VAT or with. You must set this up in WooCommerce settings > General. Then you need to go to the WooCommerce…
Aleš Sýkora wrote:
WooCommerce Add to cart message position in Oxygen Builder
November 28, 2023 in Custom Code, Plugins, WooCommerce, WordPress
Need to change the position of WooCommerce Notice bar on single product template in Oxygen Builder? I mean this WooCommerce notice after add to cart: It’s simple. You just need to add the text block with PHP dynamic data value or code block. As PHP function, use this code: I would suggest using the code…
Aleš Sýkora wrote:
Add WooCommerce Sold Out Badge in Oxygen Builder
November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WooCommerce, WordPress
Learn how to add Sold Out badge within WooCommerce Oxygen integration.
Aleš Sýkora wrote:
Create category toggle menu with Summary and Details HTML tags
November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WooCommerce, WordPress
Today I will show you a great tip for really simple navigation menu. This menu can be used in template which is used for Product Archive and also for product category archives. I build it for one submenu level only. How does it looks? On Shop page Only parent categories are visible. You can open…
Aleš Sýkora wrote:
Display WooCommerce variation price as main price in Oxygen Builder
December 6, 2023 in Custom Code, Oxygen Builder, Plugins, WooCommerce, WordPress
To display the variation price as the main price within Oxygen Builder and WooCommerce, you need the JS snippet.
Aleš Sýkora wrote:
Display product custom attribute description in WooCommerce
November 28, 2023 in Custom Code, Plugins, WooCommerce, WordPress
If you created custom attributes for product variation and you filled in their description, you may need to show the description on product page. Product attributes are saved as an taxonomy terms. So you need to take a look, how the taxonomy is called in URL. It starts with pa_ and usually copy the name…
Aleš Sýkora wrote:
Custom PDF Invoices & Packing Slips templates with Oxygen Builder
November 28, 2023 in Oxygen Builder, Plugins, WooCommerce, WordPress
You propably already know, that Oxygen builder disable your WooCommerce theme completely. That may sometimes be a problem – for example when you want to override some template files. Recently, I have found quite hard to create custom template for my Invoices with WooCommerce PDF Invoices & Packing Slips plugin by WP Overnight. So I…
Aleš Sýkora wrote:
Oxygen two columns WooCommerce Cart
November 28, 2023 in Custom Code, Oxygen Builder, Plugins, WooCommerce, WordPress
If you want better user experience with your WooCommerce store, you may need Two columns WooCommerce checkout. But maybe, you would like to offer this experience also in the Cart. If you want two columns WooCommerce cart, use the CSS code below in your Custom CSS Stylesheet inside Oxygen Builder. What do you think? Is…
Aleš Sýkora wrote:
Dequeue WooCommerce JS and CSS
September 28, 2021 in Custom Code, Plugins, WooCommerce, WordPress
If you do not use default WooCommerce Photoswipe lightbox, flexslider and other libraries, you can dequeue them for faster loading of your site. I am doing that especially when I use the Oxygen Builder because in most times I build my own product galleries with fancybox. How to do Dequeue WooCommerce JavaScripts and CSS styles?…