seyfin
Forum Replies Created
-
Hello,
Please provide your web-site URL where the Ecwid Shopping Cart plugin is installed, I will look into the issue.
Thank you,
SergeyForum: Plugins
In reply to: [Product Advisor for Ecwid] Product Advisor for Ecwid stop wp site version 4Hello,
The demo store with WordPress version 4.0 is working fine, please check:
https://wordpress.ninjawidget.com/
Could you please explain the issue in more details, and possibly provide some screen shots?
Please also let me know the web-site URL where the plugin is installed, so I can look into the issue.
Thank you,
SergeyHello,
The demo store with WordPress version 4.0 is working fine, please check:
https://wordpress.ninjawidget.com/
Could you please explain the issue in more details, and possibly provide some screen shots?
Please also let me know the web-site URL where the plugin is installed, so I can look into the issue.
Thank you,
SergeyForum: Plugins
In reply to: [Product Advisor for Ecwid] Error using latest products widgetThis issue has already been fixed. I am sorry for the late update.
This issue will be fixed in the new version 0.8 beta8.
Forum: Plugins
In reply to: [Product Advisor for Ecwid] Activation errorHello,
I am sorry for the late reply.
Before you install and enable the “Ecwid Product Advisor” plugin, make sure you have installed and enabled another plugin – “Ecwid Shopping Cart”.
We are working on the new version of the “Ecwid Product Advisor” plugin, in order to remove this critical dependency between the modules.
Best regards,
SergeyI am sorry, the issue has not been fixed yet.
However, there is a possible fix, which is provided in an earlier topic:
P.S.
The issue is related to the following fatal PHP error, which occurs after upgrading the Ecwid Shopping Cart plugin to 2.0:
Fatal error: Call to undefined function get_ecwid_protocol() in /home/wpsnwdgt/public_html/wp-content/plugins/ecwid-useful-tools/classes/Product.php on line 23
The ecwid-product-advisor will be updated soon, in order to eliminate this error.
Please accept our sincere apologies for the inconvenience caused by this incident.
Best regards,
SergeyAs a quick/workaround fix
– edit the following file in your WordPress installation
wp-content/plugins/ecwid-useful-tools/classes/Product.php
– and remove the following lines of code
#TODO check if we can not rely on Ecwid Shopping Cart plugin here
if (get_ecwid_protocol() == “https”)
$this->thumbnail_url = str_replace($search = ‘https://’, $replacement = ‘https://’, $this->thumbnail_url);P.S.
The ecwid-product-advisor will be updated soon.
Forum: Plugins
In reply to: [Product Advisor for Ecwid] Update IssueHello, Martin!
Could you please clarify – what specific version the plugin was updated from?
Thank you,
SergeyForum: Plugins
In reply to: [Product Advisor for Ecwid] Pricing Issues compared to actual priceCould you possibly provide a link to your web-site, so I can look at it?
Thank you,
SergeyI was glad to help you.
Should you have any questions regarding the plugin do not hesitate to ask.
Thank you for your report.
We will fix the issue in the next plugin release.
Meantime, to fix the issue on your web-site, please adjust the code of the plugin as follows:
– modify the following file in your WordPress installation:
wp-content/plugins/ecwid-useful-tools/classes/Display.php
– find this line of code:
$return .= '<img src="' . $product->getThumbnailUrl() . '" title="' . $product->getName() . '" class="ecwid-random-thumbnail" style="margin: 0" />';
– and change it to:
$return .= '<img src="' . $product->getThumbnailUrl() . '" title="' . $product->getName() . '" alt="' . $product->getName() . '" class="ecwid-random-thumbnail" style="margin: 0" />';
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Product Advisor for Ecwid] edit CSSHi, air3lement!
Could you possibly send a screen shot which shows what specific HTML element/item of your web-site home page you are inspecting with Google Chrome, and have difficulties with? Please send it to [email protected]
Thank you,
SergeyForum: Plugins
In reply to: [Product Advisor for Ecwid] 0.8 beta3 UpdateI have fixed some bugs, you can try the new plugin version on your web-site now. Please let me know if any issues still exist.
You can also provide me with your Ecwid Store ID (email it to [email protected]), so I can test your store data with our test web-site.
Thank you.