A.Ch
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] How to translate “show more reviews”Thank you for your reply.
I noticed that this phrase is in the waiting list… I will try to contribute as much as I can … ??
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Reviews not shown on websiteI am using Woodmart and I do confirm this issue with WoodMart… and I confirm that your recommended solution resolved the problem.
Thank you
Forum: Fixing WordPress
In reply to: External add-to-cart link for WoocommerceThank you for your reply. I completely forgot to ask it there. However, I found the answer myself and just in case it can help someone the answer is:
You actually do not need a plugin and it is built in in Woocommerce…
https://yourdomain.com/cart/?add-to-cart=[Product-ID]&quantity=[Number-of-items]
Replace [Product-ID] (including brackets) with your product ID. It can be found in the URL of the product when you are editing it. If you would like the variable products to be added, you just need to use the variable ID.
And replace [Number-of-items] (including brackets) with the number of the items which you would like to be added.
And obviously do not forget to change “yourdomain.com” with the address of your Woocommerce shop.
Regards.
I have the same problem
I found the problem.
Probably it was a bad Woocommerce update.
I removed and reinstalled Woocommerce and it is working now.
Thank you
Forum: Fixing WordPress
In reply to: Instructions on the order page per product for WoocommerceThank you for the reply,
I am automatically add the link to the “Order Completed” email but no one reads it.
I would like to have it in the order page in the user’s my account.
Thank you for your quick reply.
I sent you an email.
But please note that this feature is the same for the free version of your plugin too therefore, if you reply here it will also help those who are using the free version as well.
All the best,
AlThank you for your reply,
I removed the old Plugin and installed the version 1.0.8, and still google shows that gtin is missing.
And obviously it is not in the source code of the page.
Any recommendations ?
Thank you,
For your reply.
Just to make sure, this will only noindex the single reply pages correct?
Because we would like the content of the replies to be indexed through topic pages.
Regards.
Forum: Plugins
In reply to: [WooCommerce] Showing TAX Percentage in Checkout pageAny updates ?
Can anyone help please so that I can make it work ?
Thanks in advanced !
Forum: Plugins
In reply to: [WooCommerce] Showing TAX Percentage in Checkout pageI was searching and came up with this code however, its for making a shortcode for the product page.
What I want is to replace VAT/TAX in the checkout page to (for example) %20 VAT.
Thank you again.
function woocommerce_template_display_tax() { global $product; $tax_rates = WC_Tax::get_rates( $product->get_tax_class() ); if (!empty($tax_rates)) { $tax_rate = reset($tax_rates); echo sprintf(_x('Price without %.2f %% tax', 'Text for tax rate. %.2f = tax rate', 'wptheme.foundation'), $tax_rate['rate']); } } add_shortcode('display_tax', 'woocommerce_template_display_tax');
Forum: Plugins
In reply to: [WooCommerce] Showing TAX Percentage in Checkout pageThank you for your reply.
Would you please mention if I would like to use my functions file, what should I add to get the percentage in the Checkout page?
Thank you
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Responsive designDear Ben,
Thank you for your answer.
That would be perfect, because this is the only feature which your plugin lacks.
And please put a donate link in your plugin. maybe in settings or somewhere.
All the best,
AliThank you for your reply.
And I would appreciate if you help me with an another thing.
I would appreciate if in your next update you remove submit button for none-loggned in users when Rating only for logged-in users is selected. Thank you
Forum: Plugins
In reply to: [Invoices for WooCommerce] problem translatingHi,
I have the same issue, your help is appreciated.
Thank you