Forum Replies Created
-
This reply has been marked as private.in reply to: front end editor not available
Dear, Your problem is resolved ? If not, Please kindly give me more details, I will check to help you.
Best regards.
Sorry, I still don’t understand, because the product have 1 price, eg 569 and 3 is fixed, what is 189.67 ? because 3×569 = 1707. Please kindly give me more details.
in reply to: Show amount of payment in terms next to priceDear, i think that problem because you use image low quality, please change to use image high quality (full hd image) and check again.
Best regards.
in reply to: Product category overview – images blurryDear, Please install and use Regenerate Thumbnails plugin to regenerate thumbnails on your site again. If it still not resolved, please kindly send for me admin account of your site via private reply, I will check details to help you.
Best regards.
in reply to: Blog overview featured image croppingDear, please see image attachment and tell for me:
1. What is ‘569’ ? It is price of product ?
2. What is 189.67 ? price ?
3. What is 3 ? it is fixed for all product or ?Attachments:
You must be logged in to view attached files.in reply to: Show amount of payment in terms next to priceThis reply has been marked as private.in reply to: excerpt 20 words + price after product name listDear, I have check your site and install DHWC Elementor Products plugin on your site to new version 1.0.1, Now you can go to ‘Excerpt setting section’ to change excerpt lenght.
And please add custom CSS code on your site to change style of DHWC Elementor Products widget on your home page to like your screenshot.
.home .dhwc-elementor-products__title { float: left; } .home .dhwc-elementor-products__price { float: right; margin: 0; } .home .dhwc-elementor-products__excerpt { clear: both; }
Best regards.
in reply to: excerpt 20 words + price after product name listDear, the DHWC Page not support to display text on product price. I can’t help you with custom job but i need what is ‘the term amounts shown next to the price on the product page’ the amounts text is product metadata ?
in reply to: Show amount of payment in terms next to priceSorry, the WooCommerce not support any hook action before coupon code, I only help you to change like attachment. Please check your site again.
Attachments:
You must be logged in to view attached files.in reply to: ‘Carry on shopping’-button on cart pageAdd custom code child theme will copy file ‘themes/boxshop/js/main.js’ paste to child theme then disable load file ‘js/main.js’ in parent theme, switch to load file js/main.js in child theme but when your theme update, fix error in file main.js of parent. You will lose it in child theme.
in reply to: Custom Product Archive Page IssuesDear, with default, the WooCommerce will display base price of variable with min price – max price. And when you select variable the price of variable with display before add to cart button. like Demo
Sorry, I dont’ understand your problem. Please kindly give me more details. I will check to help you.
Dear, I have login to your site and edit ‘German (Austria)’ translate of Urami theme then click ‘Sync’ to update theme language to Loco, Now, I see it’s working. Please check again.
Also, with some text ‘x out of x’ or ‘Found in your order confirmation email’ You need search and translate it in WooCommerce plugin.
Best regards.
in reply to: string translationsYour mean, the price of variable not show when selected ? Please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
Dear, I have help you to add button on Cart page with custom code in file yourtheme/functions.php But it your theme not support responsive for it, please check again.
Code is:
add_action('woocommerce_cart_actions',function(){ echo '<a href="'.esc_attr(wc_get_page_permalink( 'shop' )).'" class="button">Verder winkelen</a>'; });
Best regards.
in reply to: ‘Carry on shopping’-button on cart page