vilu8
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search open 404 pageHi! Do you have any else ideas?
Forum: Plugins
In reply to: [WooCommerce] Add to cart and empty cartThanks!
I found better solution from here: https://www.businessbloomer.com/woocommerce-allow-1-product-cart/
Forum: Plugins
In reply to: [WooCommerce] Add to cart and empty cartIf I have 4 products/variation:
Product 1 = Access to digital product for 12 months
Product 2 = Access to digital product for 6 months
Product 3 = Access to digital product for 3 months
Product 4 = Access to digital product for 1 months
Then I have created landing page where customer can select best choice to him. When customer clicks his choice the link is straight to checkout page:
https://example.com/checkout/?add-to-cart=VARIATION_ID&quantity=QUANTITY
But if the customer comes back and choose different choice, he will go to checkout page where are 2 products.
Im asking is there way to empty cart everytime someone leaves checkout. Or are there some else way.
Thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Search open 404 pageYes, no difference
Forum: Plugins
In reply to: [Max Mega Menu] Flyout menu showing still, even settings are for mega menuYes! I will investigate more. Thanks!
Forum: Plugins
In reply to: [Max Mega Menu] Flyout menu showing still, even settings are for mega menuYes, here: www-skh-fi
Thanks!
Okey, no worries! I manage to create it:
<div class="am_grid_col"> <div class="am_single_grid"> <div class="am_thumb"> <?php the_post_thumbnail('full'); ?> </div> <div class="am_cont"> <a href="<?php echo get_the_permalink(); ?>"><h2 class="am__title"><?php echo get_the_title(); ?></h2></a> <div class="am__excerpt"> <?php echo wp_trim_words( get_the_excerpt(), 20, null ); ?> </div> <a href="<?php echo get_the_permalink(); ?>" class="am__readmore"><?php echo esc_html__('Read more','ajax-filter-posts');?></a> <div class="tags-custom"> <?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . '. '; } } ?> </div> </div> </div> </div>
- This reply was modified 1 year, 8 months ago by vilu8.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Cant find productsHi! Got permission, so here it is.
Search is here in left sidebar: https://slingshot.fi/tuotteet/?
Keywords:
- Nautilus Smith Kiskopunnerruslaite
- Nautilus Smith
- Kiskopunnerruslaite
This product dont appear: https://slingshot.fi/tuote/nautilus-smith-kiskopunnerruslaite/
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Cant find productsThanks for responding. I sent the url to your customer service. I cant give it to public.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Cant find productsThanks!
Yes, I have tried. Did not help.
What should we do next?