MWSGD
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] empty cart due to caching on wpeAre there any caching options available within your admin panel or is it handled exclusively by WPEngine?
Forum: Plugins
In reply to: [Jigoshop] Flat Shipping Rates per ProductDo you mean that you want it to apply one rate for product X another rate for product Y? Or do you mean that you want the same rate but apply as rate * of items?
Forum: Plugins
In reply to: [Jigoshop] Catalog Image Size IssueMost likely CSS related. How big do the images say they are in the Elements section in relation to thumbnail size in settings?
Forum: Plugins
In reply to: [Jigoshop] Sale Date Needs TimeChecking to see if possible.
Thanks for idea
Forum: Plugins
In reply to: [Jigoshop] paypal error showing currency as dollar when all price in RSPlease post System Info.
Forum: Plugins
In reply to: [Jigoshop] Quick Edit Button dosent work after last update 1.11.6Checking with development team.
Forum: Plugins
In reply to: [Jigoshop] Order detail in DataabaseHere’s the answer: http://forum.jigoshop.com/kb/faq/jigoshop-orders-in-the-wordpress-database
Forum: Plugins
In reply to: [Jigoshop] Page LayoutHi,
This is because you have to wrap your theme for Jigoshop. This documentation should help: https://www.jigoshop.com/documentation/wrap-themes-content-jigoshop/
Forum: Plugins
In reply to: [Jigoshop] Menu Bar Not Showing Properlymarking resolved since it’s been moved
Forum: Plugins
In reply to: [Jigoshop] Menu Bar Not Showing ProperlyMoved to support@jigoshop.com
Forum: Plugins
In reply to: [Jigoshop] Jigo shop backend blank txt box no functionsChecking with development team. I’ve seen this elsewhere.
Forum: Plugins
In reply to: [Jigoshop] Javascript error in 1.11.6Hi Ragnar,
I replicated this in testing. Having developer take a look.
Forum: Plugins
In reply to: [Jigoshop] Email Autoresponder?Schedule appears 2 weeks out.
Forum: Plugins
In reply to: [Jigoshop] Shop page no longer showing products@clairporium — Which version did you first notice this issue? 1.11.4?
@websista — Did you only encounter in 1.11.5 update?
@clairporium, websista — What version was in use prior to update? Could you both post System Info?
Thanks
Forum: Plugins
In reply to: [Jigoshop] Checkout fields manager@normski — The extension does not natively support email validation like that. It would require customization.
Per a development team member….
“I suppose a custom filter will be needed. Hook into
jigoshop_after_checkout_validationaction and check$_POST[internal_name_of_the_field] == $_POST[billing_email]– if it differs add error likejigoshop::add_error('Your emails does not match');– it will do the trick.”