How to tell woocommerce slider to use thumbnails
How to tell woocommerce slider to use thumbnails
How to tell woocommerce slider to use thumbnails
woocommerce price filter not working when change currency
Set the product thumbnail size and enforce whichever form of cropping gives you the consistency you’re looking for. This will let you set whatever width you prefer: <?php function wpse_307110_override_thumbnail_sizes() { $theme_support = get_theme_support( ‘woocommerce’ ); $theme_support = is_array( $theme_support ) ? $theme_support[0] : array(); // change 150 to whatever width you need $theme_support[‘thumbnail_image_width’] = … Read more
This is actually a legal requirement, until any payments CAN be made online, else all details etc have to be told in the email supposed you live in the USA or EU, else research with your local government. As guidelines, you can add a javascript that fills in any forms (subject to PHP session), then … Read more
It’s not clear what you’re asking for here, but I read your question as ‘How can I can I require registration/login before checkout?’ This is actually a simple setting in the WooCommerce administration area. Simply go to WooCommerce => Settings, select the ‘Accounts & Privacy’ tab and uncheck the ‘Allow customer to place orders without … Read more
WordPress media library don’t load most of the photos in library
customize src attribute in woocommerce single product image
You can use variations to set the different prices for the various licences, but that’s a lot of duplication as you’d need to enter the prices and attach the same download file to each variation manually. A better option would be to use the Product Addons plugin, which will allow you to attach any number … Read more
I found out ! I just had to declare the paged rewrite rule before the non-paged rewrite rule… add_rewrite_rule( ‘activities/([^/]+)/page/([0-9]{1,})/?’, ‘index.php?tag=$matches[1]&product_cat=activities&pages=$matches[2]’, ‘top’ ); add_rewrite_rule( ‘activities/tag/([^/]+)’, ‘index.php?tag=$matches[1]&product_cat=activities’, ‘top’ );
Simplest way is likely to insert the whole product using [product_page id=”53″].