megawebmaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Conflict with MailPoetHello @noisivision
Could you describe what kind of conflict you see?
It’s extremely hard to find and remove problems that are not properly described as we don’t even know what to look for.
Forum: Plugins
In reply to: [Jigoshop] FATAL ERRORHello @digitalcrateds
Soon we will release 1.16.2 patch release that covers this problem. It looks like sometimes products in the cart are not properly saved (due to combinations with other plugins) and it results in this issue. Solution is to skip these products in the cart.
As for your problem: it happens only to users that has problems with products in the cart. You can check it: activate plugin, use private window to browse to your page – everything should work. If that’s the case – you can use
jigoshop_cart::empty_cart();
to clear everything for your user (add it tofunctions.php
of your theme) and after single reload – remove it.Forum: Plugins
In reply to: [Jigoshop] Product image thumbnails – only 2 in row for new versionThis is issue with your theme – please update it a bit to set properly width of thumbnails element.
Forum: Plugins
In reply to: [Jigoshop] No Products On Shop PageHello @maxheigh1157
Could you shed any more light on this matter? It might be permalinks problem: to find out – please go into admin panel Settings => Permalinks, select “Custom Structure” and save.
Please also remember to post Jigoshop System Info page contents as this allows us to try to reproduce problem on our test systems.
Forum: Plugins
In reply to: [Jigoshop] Heminghway bug with jigoshopHello @m.civita
This is only theme not working with Jigoshop – sorry, but we do not support other themes. Please ask on Heminghway forums to add support for Jigoshop.
Forum: Plugins
In reply to: [Jigoshop] EmailsHello @elitistdogg
It’s just “internal” switch – we integrated HTML Emails extension into Jigoshop Core, but thinking about backwards compatibility we just added behaviour like with mentioned plugin enabled.
After regeneration of emails this switch will be automatically enabled and you will receive pretty emails with nice items table and all headers and footers etc.
Forum: Plugins
In reply to: [Jigoshop] Different size ratio for catalog image vs wordpress thumbnailHello @mntz,
Are you using any caching plugin? Everything is fine on our test environments, proper images are used.
Could you post link to your website for us to check? If you don’t want to publish it here, please send it to support [at] jigoshop.com
Forum: Plugins
In reply to: [Jigoshop] Jigoshop Shop Cache?Fixed release will be uploaded in a few minutes, database update will automatically remove offending file from Jigoshop directory.
Thank you all for understanding and again – I’m sorry for inconvenience.
Forum: Plugins
In reply to: [Jigoshop] EmailsHello @elitistdogg
Your issue is resolved in 1.16.1 – we have forgotten about “Enable HTML emails” switch (which is in Jigoshop => Settings, General tab, right above “generate default emails” option).
New version is being uploaded right now, so you can update in a few minutes (hopefully).
Forum: Plugins
In reply to: [Jigoshop] Cart quantity doesn't display fullyHello @neco011
Please add the code I’ve posted earlier to themes/simply-jigoshop/css/green.css file at the bottom. Just checked it in our test environment and everything is fine.
Forum: Plugins
In reply to: [Jigoshop] EmailsHello @elitistdogg
Why do you want to remove HTML emails? They are nicer for customers, moreover – you can get even better ones! Just remove all previously generated emails and regenerate default ones from Jigoshop Settings ??
Forum: Plugins
In reply to: [Jigoshop] Jigoshop Shop Cache?Hello everyone,
We are sorry that you had to deal with “Jigoshop Shop Cache”. It was my mistake it was included into Jigoshop release.
It’s just experimental feature to cache whole shop page to use with conjunction with Category Pages, you can easily remove
jigoshop-shop-cache.php
from Jigoshop folder. In 1.16.1 this file will be removed.Thank you for understanding.
Forum: Plugins
In reply to: [Jigoshop] Checkout does not work with SSLHello @msabolik
This is weird – I was able to log in without problems.
Forum: Plugins
In reply to: [Jigoshop] Checkout does not work with SSLHello @msabolik
Your issue was caused by how WordPress HTTPS works – it secures only selected pages (in this case – checkout) whereas AJAX endpoint in WordPress (/wp-admin/admin-ajax.php) is not secured. By default browsers do not allow to fetch unsecured content (sent without SSL) on secured pages and this was causing your error.
The simplest solution – enable HTTPS on admin, already did it for you.
Forum: Plugins
In reply to: [Jigoshop] Can't create a true crop sizeFor what you say it seems it was this issue ??
Thank you very much for your thoughts to make Jigoshop better!