E-Commerce

414 bookmarks
Custom sorting
How to load WooCommerce CSS and JS only on shop-specific pages in WordPress - Sridhar Katakam
How to load WooCommerce CSS and JS only on shop-specific pages in WordPress - Sridhar Katakam
When you have a WooCommerce-powered shop in your WordPress site, assets like the following may be loading on all the pages of the site (depending on what plugins/services/theme are/is active): woocommerce-layout.css woocommerce-smallscreen.css woocommerce.css twenty-seventeen.css add-to-cart.min.js jquery.blockUI.min.js js.cookie.min.js woocommerce.min.js cart-fragments.min.js If you do not have a “Add to Cart” feature in your nav or site-wide WooCommerce... Continue Reading »
·sridharkatakam.com·
How to load WooCommerce CSS and JS only on shop-specific pages in WordPress - Sridhar Katakam
Fix Slow Page Loading with WooCommerce wc-ajax=get_refreshed_fragments » WebNots
Fix Slow Page Loading with WooCommerce wc-ajax=get_refreshed_fragments » WebNots
Is WooCommerce slow down your WordPress site? Here is a complete guide to identify page loading issue with WooCommerce wc-ajax=get_refreshed_fragments and fix it by de-enqueuing cart update script in functions.php file. You can disable the cart update on front page, posts and site wide based on need.
·webnots.com·
Fix Slow Page Loading with WooCommerce wc-ajax=get_refreshed_fragments » WebNots
Redirect to Checkout Page After Add to Cart in WooCommerce
Redirect to Checkout Page After Add to Cart in WooCommerce
Redirect to Checkout Page After Add to Cart in WooCommerce | We have received a request from our reader to show him how to make a redirect to checkout page after someone click Add to Cart button in WooCommerce. So today, we will show you how you can do it for your WooCommerce. First of all, […]
·minutesguide.com·
Redirect to Checkout Page After Add to Cart in WooCommerce
How to Create Custom “Add to Cart” URLs in WooCommerce? [Guide]
How to Create Custom “Add to Cart” URLs in WooCommerce? [Guide]
In this blog, we will show you to create custom Add to Cart URLs in WooCommerce. The link adding a product to the cart, redirect to specific pages including variables and grouped Adding products to the cart is the first step to convert a user into a customer. In WooCommerce you can add products to the cart.....
·wpglobalsupport.com·
How to Create Custom “Add to Cart” URLs in WooCommerce? [Guide]
Set Featured Images Programatically in WordPress - Robert DeVore
Set Featured Images Programatically in WordPress - Robert DeVore
Recently, I found myself needing to auto-set 300+ featured images for a customers WooCommerce store. After the initial panic phased itself out, I took a couple of deep breathes and realized I’ve done a few kinda-sorta similar things with custom functions in the past. After a few hours of hacking the code up and reformatting it to fit my specific ... Read More
·robertdevore.com·
Set Featured Images Programatically in WordPress - Robert DeVore
Image Sizes for Theme Developers - WooCommerce Docs
Image Sizes for Theme Developers - WooCommerce Docs
To display images in your catalog, WooCommerce registers a few image sizes which define the actual image dimensions to be used. These sizes include: woocommerce_thumbnail – used in the product ‘grids’ in places such as the shop page. woocommerce_single – used on single product pages. woocommerce_gallery_thumbnail – used below the main image on the single …
·docs.woocommerce.com·
Image Sizes for Theme Developers - WooCommerce Docs
WooCommerce Plugin Developer Handbook - WooCommerce Docs
WooCommerce Plugin Developer Handbook - WooCommerce Docs
Want to create a plugin to extend WooCommerce? WooCommerce plugins are the same as regular WordPress plugins. (For more information, visit Writing a plugin.) Your WooCommerce extension should: Adhere to all WordPress plugin coding standards, as well as best practice guidelines for harmonious existence within WordPress and alongside other WordPress plugins. Have a single core …
·docs.woocommerce.com·
WooCommerce Plugin Developer Handbook - WooCommerce Docs
WooCommerce Theme Developer Handbook - WooCommerce Docs
WooCommerce Theme Developer Handbook - WooCommerce Docs
WooCommerce looks great with all WordPress themes as of version 3.3, even if they are not WooCommerce-specific themes and do not formally declare support. Templates render inside the content, and this keeps everything looking natural on your site. Non-WooCommerce themes, by default, also include: Zoom feature enabled – ability to zoom in/out on a product …
·docs.woocommerce.com·
WooCommerce Theme Developer Handbook - WooCommerce Docs