NikkaG
Forum Replies Created
-
No, still waiting for support answer!
Hi,
I updated to WooConvo 7.3 and WooConvo PRO 7.2.Vars in Additional Message work but I’m not able to have email messages as before the plugin updates:
1) Option “File download link send in email” does not work
2) How can I have the link “Click here to reply” as before?
3) How can I have the %sender_name% as before?
4) Now emails are always sent to both Customer and to email recipient set in “WooConvo – New Message Received” email setting. This creates confusion. I need that:
a) when a Customer write a message the email is send to Shop Manager recipient only
b) when Shop Manager write a message the email is send to Customer only
How can I do this now?Thanks for help
Hi,
in wooconvo-email-html.php header/footer hooks are present.
But they don’t work well.Forum: Plugins
In reply to: [WPC Show Single Variations for WooCommerce] Order by menu_order not workCORRECTION:
in WordPress Admin > Appearance > Customize I use default sorting (custom ordering + name)Forum: Plugins
In reply to: [WooCommerce Address Book] No Nickname field at checkoutHave someone a solution?
Same issue here:
Yoast Duplicate Post v. 4.1
Generatepress theme
ElementorThe issue does not happen editing a page with Gutenberg editor.
The issue happens editing a page with Elementor.Disabling Yoast Duplicate Post all works fine.
I hope this helps.
Forum: Plugins
In reply to: [WooCommerce Address Book] No Nickname field at checkoutSame issue: at checkout, when I add a new address, Nickname field is not available.
Instead, in “My Account > Addresses Book” the Nickname field is available and works fine.
I use plugin “Checkout Field Editor for WooCommerce v.1.4.5” by ThemeHight and, in Shipping Field settings the “shipping_address_nickname” is enabled. A also tried to disable the plugin, without result.
Could anybody help me please?
Forum: Plugins
In reply to: [WooCommerce] Update stock programmaticallyHello,
I have the same issue. On Simple products my code works but on Variations the _stock_status is not updated.
For example, if the stock quantity of a Variation is 30 and I change it to 0 with my code, the _stock_status remain “instock” instead of “outofstock”.My code is:
$product = wc_get_product( $variant_post_id ); wc_update_product_stock( $product, $qty_new , 'set' ); wc_delete_product_transients( $variant_post_id );
Thanks!
WooCommerce version 4.5.2
Forum: Plugins
In reply to: [Custom Content Shortcode] Loop columns responsive?Obviously I know I can write two different loop and hide/show them with css.
I know also that the plugin has the Mobile detect module [is mobile] but I read it will not work if the page is cached (my site pages are cached).
Forum: Plugins
In reply to: [WP-Force Images Download] Zero bytes in dowloaded filesHi Nazakat Ali,
sorry, but I read just now your answer of about 1 month ago!
I solved using another plugin, sorry.Thanks for your support.
NikkaIt works, solved!
You give great support, thanks Eliot.
Hello Eliot,
I use
[loopage prev_next=true show_all=true class="news_pages_number"]
but I also tried[looppage]
and I had the same problem.Thanks
sorry (I forgotten backticks):
after every page number there is now a
<br>
Thanks!
Sorry to ask you something that I now read in the plugin documentation.Your plugin in really powerful!
NikkaGForum: Plugins
In reply to: [WP-Force Images Download] Zero bytes in dowloaded filesI forgotten: I use the shortcode like
[wpfid title="some text" color="green" link="https://link-to/your/image.jpg"]