MWSGD
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Emails not sending!@nathancoffey – The best way to prevent new confirmation emails from orders when the status changes is to open the jigoshop_emails.php file and comment out the action:
add_action('order_status_pending_to_completed', 'jigoshop_new_order_notification');Which is how you’ve already done. 🙂
Forum: Plugins
In reply to: [Jigoshop] Emails not sending!@will – Do you have WP-Mail-SMTP still installed?
@nathancoffey – I’ll get info for this issue with older confirmation emails being sent.
Forum: Plugins
In reply to: [Jigoshop] require a certain weightI recommend using Premium Shipping that way you can limit the rules to specific products.
You would put the weight (kg) in the product data section of product setup page. Then you can setup the rule like I did in my experiment (example).
Create a shipping rule in Premium Shipping for Weight and restrict it to products of your choice. Then create Pricking like these…
- Rate = $10.00 if cart weight over 2.25 kg and if cart weight under 2.27 kg (5 lbs = 2.26796 kg; so the weight within this).
- Rate = $20.00 if cart weight over 4.53 kg and if cart weight under 4.55 kg (10 lbs = 4.53592 kg; so the weight within this).
- and so on….
Forum: Plugins
In reply to: [Jigoshop] Jigoshop Checkout field Manager including fields in emailsIf you’re using the latest version of Checkout Fields Manager (1.3.1) with the latest Jigoshop (1.15.4), you can add the custom fields to the email templates.
The email templates are located under Jigoshop > Emails. When you are in the email edit page you should see a variety of shortcodes available. The custom field should be among them.
Forum: Plugins
In reply to: [Jigoshop] How to add meta-boxMeta Box = Description?
Navigate to Jigoshop > Products > Attributes and then click on an Attribute Label name to go to the configuration page. On this page, you can add new variables to the attribute with a description. If you’ve already created the variable you can click on its Name and edit the variable on the next page.
Note: The proper way to set up variations is via Jigoshop > Products > Attributes.
The description should appear in tabs on product page. If not, you will need theme modification.
https://wordpress.org/support/topic/information-for-each-product-variation?replies=5#post-6429072
Forum: Plugins
In reply to: [Jigoshop] Hiding the product priceOnly add_to_cart shortcode has option to remove price. The best way to achieve this is to add custom template for product list.
Forum: Plugins
In reply to: [Jigoshop] Information for each Product VariationYou require a theme modification. Replace loop-shop.php template with new one, with check that in case of variation it will retrieve information and then it will show descriptions.
Here’s info about possible Filters and Actions:
If you are unable to make the modification on your own, contact us at support@jigoshop.com for a quote.
Forum: Plugins
In reply to: [Jigoshop] Collapsing Categories PluginUnfortunately, it appears that this extension is no longer compatible with Jigoshop.
Forum: Plugins
In reply to: [Jigoshop] Tested plugin on my main site and drag drop didn't workHi, please re-install on the initial seever and see if the license key is still active under Jigoshop > Manage License. If it is, remove the license key (while leaving the activation email) and then save it. This should deactivate the license key there.
Now you should be able to activate it on the new server.
Also, check your Jigoshop account for an updated version of this extension. If you don’t see one then email us at support@jigoshop.com
Forum: Plugins
In reply to: [Jigoshop] HHVM SupportWe will try to add such support in 2.0. Our lead developer will test, but as far as we know – 2.0 should work on HHVM.
Forum: Plugins
In reply to: [Jigoshop] Jigoshop SortingIt seems to work based on the variable products lowest priced variable.
Could you deactivate your plugins to see if this is caused by a conflict?
Have you recently changed your theme or made any updates/changes to your site?
Please provide Jigoshop System Info.
Forum: Plugins
In reply to: [Jigoshop] Shipment Tracking Add-on PluginThe shortcodes are:
[tracking_number] – Tracking Number
[tracking_url] – Tracking NumberI’m not sure if the one by PatSaTECH has these.
Forum: Plugins
In reply to: [Jigoshop] HHVM SupportWe are checking into this.
Forum: Plugins
In reply to: [Jigoshop] Is there a way to clear all my customers carts?Answered via support@jigoshop.com
in jigoshop settings/general there is option what to do when user is logging in.
Cart status after login
load current cart will remove saved one