jowo
Forum Replies Created
-
Forum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Wrong language on completed emailsPro.
We don’t have any multi language plugins installed, just normal Woocommerce with two languages.
Okay…
Please add a filter/action to hook into this dropdown selection list so we could add custom functions.
This would solve our problem when we need to rewrite data in specific formats.
Thanks.
Is there a way we can create our own function for the “Value” dropdown in mapping.
Instead of “Product name” for example, we want to create our own “My product name” function and return whatever value we want.
Can be added to functions.php?
We found the problem occurs when a product has “Shipping class” = “None”.
Even at “None” it should still apply tax.
The product price is correct inc. VAT but not the shipping cost. Goods are set to taxable.
Woocommerce > Settings > Shipping > Cost is EX VAT.
Tax Status is “Taxable”.
Woocommerce > Settings > Tax > Tax Options > Shipping tax class is “Standard”
Standard rate is 25%.
All shipping calculations work correctly on the frontend / checkout.
Then you are not following Googles guidelines.
Plugin seems good otherwise but this makes it unusable.
Okay, can you make it work?
This does not work:
add_filter( 'the_content', 'customizing_woocommerce_description' ); function customizing_woocommerce_description( $content ) { // Only for single product pages (woocommerce) if ( is_product() ) { // The custom content $custom_content = '<p class="custom-content">' . __("This is the last line in the description", "woocommerce").'</p$ // Inserting the custom content at the end $content .= $custom_content; } return $content; }
Text does not appear in description field.
In the Merchant guidelines it says some HTML tags are supported.
https://support.google.com/merchants/answer/6324468?hl=enThose are:
strong, em, ul, ol, li, br, sub, sup, div, span, dl, dt, dd
So they should not be stripped out.
Otherwise we are unable to do lists.
Thanks.
Forum: Plugins
In reply to: [Custom Order Numbers for WooCommerce] Renumerate is running backwards!It’s in reverse:
Forum: Plugins
In reply to: [Gutenberg] Shortcode in paragraph block?Apparently you can simply use
[acf field="return_days" post_id="options"]
in a paragraph block.Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Stuck on savingSeems to have fixed itself randomly. Not sure why it was not saving before.
I changed the setting but it didn’t do anything on download.
Still original size of the image.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Does not combine dynamic contentOnce I enable that setting the server basically dies.
It seems to use a lot of resources?
Is it possible to inline this dynamic CSS onto the page? I tried the inline option but it didn’t for this particular file.
Forum: Plugins
In reply to: [Internal Link Juicer: SEO Auto Linker for WordPress] No links generatedTried to re-install.
After network activate I get the error:
Sorry, you are not allowed to access this page.
Forum: Plugins
In reply to: [Internal Link Juicer: SEO Auto Linker for WordPress] No links generatedDoes it support multi site?
I am using 1.2.3.