Mariusz Szatkowski
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Traduire woocommerce 100%Bonjour,
I’m sorry but we speak English here.For French forum please refer to https://fr.forums.wordpress.com/ or use English to ask a question.
Thank you,
MHi,
It’s not possible with regular, not customized WooCommerce installation to pay less until you don’t use any dynamic pricing custom solutions or pricing deals.
Please read and follow requirements posted here to deliver as many details as possible: https://www.ads-software.com/support/topic/before-posting-gather-the-following-details/Thanks.
MForum: Plugins
In reply to: [WooCommerce] Mobile pagination not working when adding Woocommerce widgetsHi,
I think this problem comes with the theme that you use.
Please refer to your theme authors to get the right answer to your issue, especially that you are using paid theme: https://themeforest.net/item/boutique-kute-responsive-woocommerce-wordpress-theme/14799139Thanks,
MForum: Plugins
In reply to: [WooCommerce] How to get a “mix and match” product menyHi,
Of course, you can use Product Variation solution that comes with a particular image connected with product configuration: https://docs.woocommerce.com/document/variable-product/#add-variation-imageAlso you can upgrade the way these product variations look on the front using plugins like this one: https://www.ads-software.com/plugins/variation-swatches-for-woocommerce/
I hope that it will help you.
MForum: Plugins
In reply to: [WooCommerce] Remove “store” headerHi,
You can also use CSS to hide this element from your pages adding the custom CSS code to your CSS Customizer due to the following instructions:
From you admin panel menu go to Appearance >Customize > Additional CSS and paste your own code there:.breadcrumbs{ display:none; }
I hope that will help you
MHi,
Transients are just an idea why your website doesn’t work like a charm. It saves user session in the database and that may affect your settings.
On the other hand, make sure that your hosting provider doesn’t put any cache setup on your website installation.
As I wrote – first of all please try to use Vanilla WooCommerce installation on clean WordPress environment and try to replicate the issue. If the issue won’t appear, I’d consider investigation on your theme and other plugins.M
Forum: Plugins
In reply to: [WooCommerce] Inline termHi,
As far as I know, it’s under discussion right waiting for an update working with VS, but you can try to get the following code or participate in discussion to deliver the best working solution to both WooCommerce and VC: https://github.com/woocommerce/woocommerce/issues/15389#issuecomment-312199439I hope that will help you
MForum: Plugins
In reply to: [WooCommerce] Backend CustomizationHi,
Of course, you can edit the page layout like you want.
You can employ not only PHP but also CSS to hide or show some sections – that’s the best way to get what you require.
Also, you can build a child theme to parent theme that is tailored as much as possible to your requirements.
To rename the sale price or modify some parts of the admin area you have to alter get_price_html method which can be done by using the following hook for simple product:woocommerce_get_price_html
.
Code goes in function.php file of your active child theme (or theme). Or also in any plugin PHP files.More reference documentation about WooCommerce hooks you’ll find here: https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/
Hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Select a Custom Post Type as an Account page.Hi,
Please remember that you can assign checkout, account, basket and terms&conditions only to pages, not to post types.
You can do it from your admin panel accessing WooCommerce>Settings>Checkout tab>Checkout pages section and define certain pages for required ones.
I hope that it will help.M
Forum: Plugins
In reply to: [WooCommerce] Stock become negative after purchaseThanks for response Casper, did you set Cloudflare to work properly with your WooCommerce installation?
I mean bypass cache on cookie described here: https://support.cloudflare.com/hc/en-us/articles/236166048-Caching-Static-HTML-with-WordPress-WooCommerce
Especially the ending suggestion is crucial to use the proper CF configuration:
WordPress (native) wp-.*|wordpress.*|comment_.*
WordPress with WooCommerce wp-.*|wordpress.*|comment_.*|woocommerce_.*It’s a good point to start the investigation what’s wrong with the order as it’s not in common for WooCommerce not to upgrade the stock status.
Cheers!
MForum: Plugins
In reply to: [WooCommerce] Shipping Class not being detectedHi
Please make sure that you are using the correct zone with free delivery class.
Don’t you have your theme installation cached?
If you change the shipping class to the zone that you match in, please repeat the order process and refresh your cart just to make sure that you refreshed the settings.
Otherwise, I’d ask your hosting provider if they use internal server caching at your domain installation.
I hope that it will help.
MForum: Plugins
In reply to: [WooCommerce] Couple of beginner questions pleaseHi,
1. From UX perspective I’d rather add a WooCommerce section to your current Dyad theme installation just to avoid user to feel like they changed the website accessing ecommerce section, which is not a good point to have a high level of look and feel effect at your customer.
But yes, it’s possible to customize the way your e-commerce section looks with CSS or WordPress plugins. You can read an excellent article that may change your point of view in some aspects of WooCommerce utilization: https://woocommerce.com/2015/10/technical-aspects-sell-online/2. Hmm, are you sure that you are using Italy/Rome address when you place an order?
Please make sure that you disclosed Rome in your paid shipping zone together with free pickup. You can add multiple methods to a single zone, and those can all potentially be shown to the customer if they match that zone. But only one zone can be returned. So you should add two shipping methods to your first zone, rather than having two shipping zones for the same location.I hope that will help,
M- This reply was modified 7 years, 4 months ago by Mariusz Szatkowski.
Forum: Plugins
In reply to: [WooCommerce] How to Group Products In Tabs With WooCommerceHi,
Please try to search for zoom/magnifying plugin: https://www.google.com/search?q=zoom+plugin&oq=zoom+plugin+&aqs=chrome..69i57j0l5.2031j0j1&sourceid=chrome&ie=UTF-8#q=zoom+plugin+woocommerceI hope that will help.
MHi
Did you try to contact to Buddyboss marketplace theme with WC Vendors support forum? As I see they use child themes (https://www.buddyboss.com/child-themes/), so that would be the best place to ask the question for theme personalization I think.Forum: Plugins
In reply to: [WooCommerce] Coupon Usage limit per user with Klarna CheckoutHi,
Did you mean the other slug than the default checkout page?
Anyway, you decide which page is your checkout one in the settings and it shouldn’t affect the coupon limit.
I’d try to check if any other plugin doesn’t hassle with your settings. I’d try to install Vanilla WooCommerce with Klarna on a separate instance and check if you can replicate the issue.
Please try to refer to the following site as well:
https://docs.woocommerce.com/document/coupon-management/I hope that it will help.
M