MWSGD
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Cart quantity doesn't display fullyHi,
You should add the following to your themes ‘style.css’
.quantity input.qty {
width: 25px !important;
}Forum: Plugins
In reply to: [Jigoshop] Jigoshop gravity form addon refundHi,
I’ve found your request in our system and have sent it over to Finance to be refunded.
Forum: Plugins
In reply to: [Jigoshop] Language Issue & Memory Issue- To increase WordPress Memory Limit you need to add the following to your ‘wp-onfig.php’ file.
define('WP_MEMORY_LIMIT', '96M'); - I’ve recently used the localization documentation here: https://www.jigoshop.com/documentation/localization-tutorial/. You have to set the language under WordPress > Settings > General and then you have to add the code to your ‘wp-config.php’ file:
define(WP_LANG, '');
For Spanish Mexico, for example, it would be:
define(WP_LANG, 'es_MX');If you still want to try WPML, I can send you the extension file to try, although I can’t guarantee it since WPML dropped it’s support. Email us at support@jigoshop.com if you want it.
Forum: Plugins
In reply to: [Jigoshop] Customer confirmation email showing wrong currency@brijmitchell Does this product show price correctly when Multiple Currencies is deactivated?
Please be sure that you have a price entered for those products.
If it still is not working please send temporary admin access to us at support@jigoshop.com and we can check closer into this.
Forum: Plugins
In reply to: [Jigoshop] table rate shipping disappearedMoved to support@jigoshop.com
Resolution was to update Table Rate Shipping for anyone who also experiences this.
Forum: Plugins
In reply to: [Jigoshop] Add Attribute button not workingHaven’t heard back – Marking resolved for now.
Forum: Plugins
In reply to: [Jigoshop] WPML pluginHi,
Currently, the best method is Localization via this documentation: https://www.jigoshop.com/documentation/localization-tutorial/
Forum: Plugins
In reply to: [Jigoshop] featured product with priced variations showing as from £0Hi,
Please provide Jigoshop System Info
Forum: Plugins
In reply to: [Jigoshop] Cannot Edit SettingsHi,
Have you tried setting it under Jigoshop > Settings > Images?
Also, if you still need to edit CSS to do this change, you’ll need to do it in your child themes ‘style.css’ and try:
#products .products li a img { width: 150px !important; height: 150px !important; }Forum: Plugins
In reply to: [Jigoshop] Private productYou could use an extension (set of three) called Subscriptions.
Forum: Plugins
In reply to: [Jigoshop] Customer confirmation email showing wrong currencyWhat version of Multi-Currency?
Forum: Plugins
In reply to: [Jigoshop] Simply Jigoshop ThemeIs the shop page being used as the homepage?
Create a static page and put a shortcodes [recent_products per_page=”12″ columns=”4″ pagination=”yes”] – https://www.jigoshop.com/documentation/our-codes/
Then set the home page to be the static page.
Forum: Plugins
In reply to: [Jigoshop] Simply Jigoshop ThemeThis can be done with CSS customization. Try to do the following to your child themes ‘style.css’…
#main-content {
width: 900px !important;
}Then go to Jigoshop > Settings > Catalog & Pricing and change ‘Catalog products per row’ to ‘4’ instead ‘3’
Forum: Plugins
In reply to: [Jigoshop] Order Emails Not Getting SentHaven’t heard back. Marking resolved.
Forum: Plugins
In reply to: [Jigoshop] How to add meta-boxHaven’t heard back. Marking resolved.
- To increase WordPress Memory Limit you need to add the following to your ‘wp-onfig.php’ file.