samrot
Forum Replies Created
-
Forum: Plugins
In reply to: [Unit Price for WooCommerce] total from one variation showing in the otherHi! Were you able to look at this?
Would love to recommend this plugin to my clients but wondering if there is support and regular updates?
Looking fwd to your comments.
Best
Yes I tried but the error continues. It only happens when we have the maximum setting enabled.
Hi! I have the same problem. Were you able to fix it?
In my case it happens when maximum quantity is enabled.
- This reply was modified 1 month, 1 week ago by samrot.
Great! Thx
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Remove zipcodeOh yeah, you are right, it does work.
If it’s good feedback for you, I think it’s a little confusing to check on the option “Enable Postal Code Field on the Card” in order to disable it. In my opinion should be the other way around.
Anyway, it’s working now so thank you for adding that functionality.
Best regards.
Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Site crashed on multisiteOk yeah that fixed it, thx for the quick reply.
I’m using loco translate and the language used is this site is Espa?ol Argentina.
Best!
Forum: Plugins
In reply to: [Accept Stripe Payments Using Contact Form 7] Remove zipcodeHey,
Thank you for that.
I just updated and saw that the change was implemented but it’s not working for me.
The checkbox to enable the postal code / zip code is off and the zip code is still showing on the card field (cleaned cache and everything).
Help?
Thx for your answer.
Will it be?
I think it would be a very useful one.
Forum: Plugins
In reply to: [Stock Locations for WooCommerce] not able to update stock level on locationssame issue here… any solution?
Hey! I managed to fix.
Turned out when I changed the shortcode ‘better_messages_pm_button’ for ‘better_messages_live_chat_button’ I didn’t change the name of the class and this was causing the weird behavior on the link.
Kind regards
Nevermind, I fixed it, it wasn’t related to the plugin
sorry, I misunderstood, that link you sent worked perfectly.
Thx!!!
Yes that’s the one I’m using but it’s not working for when the user already have a conversation open with the author from another post, it opens that conversation instead of a new one with the subject of the current post where they click on the pm button.
The code I sent you was wrong sorry, this is part of the code I’m using:
$post_id = get_the_ID();
$subject = get_the_title();
echo do_shortcode('[better_messages_pm_button text="PM author" subject="' . $subject . '" target="_self" unique_tag="' . $post_id . '" fast_start="1" url_only="0"]');What can I do to achieve what we need?
Thank you! Hope you can help us.
I have a function with the following:
$author_title = get_the_author_meta('first_name');
$subject = get_the_title();
echo do_shortcode('[better_messages_pm_button text="PM author" subject="' . $subject . '" target="_self" unique_tag="' . $post_id . '" fast_start="1" url_only="0"]');Applied. So when users don’t have an open conversation already they get a new conversation with the correct subject (from the post title where they hit the PM button) but when the users alredy have a conversation open from another post, it opens that conversation instead of a new one.
We have fast_start=”1″ on the shortcode and also on the backend configuration of the plugin have activated the ‘Fast start’ option (when fast_start=”0″ on the shortcode no new conversations are created so the users can’t chat).
Help?