damianmachnik
Forum Replies Created
-
Hi @dededey
You wrote to us 1 day ago, and there was no plugin update since then. As I wrote earlier, we are aware of this issue, and it will be fixed in one of the next plugin updates. Not necessarily in the next one.
I’ll notify you one fix will be released. Thank you for your patience.
Have a nice weekend.
Hi @dededey
Thank you very much for sending us this log. We’ll take a look at it, and fix in one of the next plugin updates.
Have a nice day!
Hi @zappob
Guests are a different thing, and somewhat independent of carts. Guest can be used in cart type automations, but also generally by ShopMagic core plugin. Guests basically store the data of unregistered users. You can delete guest entries manually in ShopMagic > Guests tab.
Hi @zappob
Thank you for your message, and sorry to hear that. Could you elaborate a little, are only abandoned cart emails not allowed or any other?
Maybe is there something what we can do (from a plugin perspective?)
Nevertheless, carts are stored in wp_shopmagic_cart table.
Best,
Hi Garry,
Thank you for a 5-star review and kind words. Glad, that you like ShopMagic!
Forum: Plugins
In reply to: [Recover Abandoned Carts for WooCommerce by ShopMagic] Cart link errorHi @joy0114 and @magicfilou
I thought that I update you with some new information about this issue. As it turned out, it is not a ShopMagic’s issue per se.
It happens because of the TinyMCE editor, which is used in automations. TinyMCE is incorrectly transforming links.
As a workaround solution, you should manually add HTML code (instead of using TinyMCE) and it should work as intended.
Here’s an example
<a href="{{ cart.link }}">Click here</a>
- This reply was modified 3 years, 2 months ago by damianmachnik.
- This reply was modified 3 years, 2 months ago by damianmachnik.
Hi @mathrim87
Thank you for reaching out to us. Unfortunately, there’s no way to automatically clear the Outcomes.
It sounds as a great idea, so I added it to our Ideas list – https://shopmagic.app/ideas/
Hi @jawad572
Thank you for reaching out to us. ShopMagic is a marketing automation plugin which is unrelated to roles and links.
Your issue looks like a SEO plugin issue, could you confirm that it’s ShopMagic’s issue?
If so, kindly attach some screenshots, which will show us what is not working.
Thanks in advance!
Hi @johnc1979
Thank you for reaching out to us. Was it one-time plugin behavior, or is it happening from time to time?
Could you send me some screenshots of your abandoned cart automation?
Thanks in advance
Hi @clario
Thank you for reaching out, and sorry for any inconvenience. We are actively investigating this issue. We will resolve it in 2.0 version of Abandoned Carts, and at the same time we’ll clarify a bit better how it works, and what it does.
Please forgive the late reply, but we had to test it out neatly.
Have a nice day,
Hi @joyryde
Thank you for reaching out. Here’s a link to our docs with a detailed explanation, how and where to change {site_title} https://docs.shopmagic.app/article/1029-how-to-change-site-title-in-email-footer.
Hi @vismithams
If the AUTH_SALT is not defined, your WordPress site is vulnerable. This constant is defined by WordPress core and put into the wp-config to salt the password fields before saving them to the database, making it harder to reverse engineer passwords from a stolen database.
All WordPress sites are supposed to have this constant, as such it’s not something ShopMagic can fix.
Using something like https://www.wpbeginner.com/wp-tutorials/how-to-automatically-change-wordpress-salt-keys/ might resolve this issue.