Hansii
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search results page doesn’t show product tagsOk. That’s a shame. My coding experience is limited so i couldn’t tell. This the content of search.php. Is there any way you could help me out with this problem.
<?php /** * The blog template file. * * @package flatsome */ get_header(); ?> <div id="content" class="blog-wrapper blog-archive page-wrapper"> <?php get_template_part( 'template-parts/posts/layout', get_theme_mod('blog_layout','right-sidebar') ); ?> </div> <?php get_footer(); ?>And this of searchform.php
<?php /** * The template for displaying search forms in flatsome * * @package flatsome */ $placeholder = __( 'Search', 'woocommerce' ).'…'; if(get_theme_mod('search_placeholder')) $placeholder = get_theme_mod('search_placeholder'); ?> <form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search"> <div class="flex-row relative"> <div class="flex-col flex-grow"> <input type="search" class="search-field mb-0" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php echo $placeholder; ?>" /> </div> <div class="flex-col"> <button type="submit" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="<?php echo __( 'Submit', 'flatsome' ); ?>"> <?php echo get_flatsome_icon('icon-search'); ?> </button> </div> </div> <div class="live-search-results text-left z-top"></div> </form>1. I want all products above 25 kilo to have a price set.
2. I also have (standard WooCommerce) shipping set that all products above 30 euros have free shipping but i want product above 25 kilo to be excluded from that always. That is not happening now. The free shipping is overriding the weight bases shipping.
3. Also it now shows 0 costs for products above 25 kilo while i have price set of 35.
4. The shipping option above 25kg is also showing during checkout for products that dont have weight set of products below 25 kg.I dont have other shipping plugins.
These are my settings:
https://www.turtlewaxpro.nl/wp-content/uploads/shipset.pngNetherlands shipping methods:
https://www.turtlewaxpro.nl/wp-content/uploads/shippingmethodsnl.pngStandard shipping costs
Free shipping (above 30euro)Free pick up
It doesn’t work i cant seem to find the problem.
Can you take look?
Shipping cost “boven 30 kg” is defined here: https://www.turtlewaxpro.nl/wp-content/uploads/settings.png
Do i need to add it anywhere else?
These are the shipping zones. i addd it to one country.
https://www.turtlewaxpro.nl/wp-content/uploads/Screen-Shot.png
Settings:
https://www.turtlewaxpro.nl/wp-content/uploads/settings.pngProduct above 30KG:
https://www.turtlewaxpro.nl/product/turtlewaxpro/turtle-wax-pro-super-wax/Product weight settings:
https://www.turtlewaxpro.nl/wp-content/uploads/productsettings.pngWhen you click on the thumbnail the erorr appears.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Images not workingOk ik will contact you.
Another question can i stop the Undelivered Mail Returned to Sender” emails wich i keep getting because there are some false email adresses in my list?
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Images not workingLike is said when i look at the source it say’s url.com/undefined
When i check the media uploader the image is there and it is working fine.
WHat can i do to remove this problem that many people seem to be having?