Matt Cohen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error with theme MystileHi there,
I’ve deployed Mystile version 1.3.7, which remedies this notice.
Please update your copy of Mystile and advise if the issue persists.
Thanks in advance. 🙂
Forum: Plugins
In reply to: [WooCommerce] Error with theme MystileHi there,
Are you planning a themed update?
We are! 🙂
This requires an updates to the widgets bundled with the Mystile theme.
I’ll get on this today and have an update deployed for you soonest. 🙂
Forum: Plugins
In reply to: [WooCommerce] Change shop HTML not CSSYou’re most welcome. 🙂
If you’re satisfied that this thread has been resolved, please do “mark as resolved” down the right-side of this thread.
Thanks very much. 🙂
Forum: Plugins
In reply to: [WooCommerce] Products on shop pageHi there,
Have you seen our documentation on this feature, here? http://docs.woothemes.com/document/change-number-of-products-displayed-per-page/
If you have further questions around this, please do let me know. 🙂
Forum: Plugins
In reply to: [WooCommerce] Password strengthHi Sean,
Are you referring to “not wanting” stronger passwords, or to enforcing stronger passwords within WooCommerce?
WordPress 4.3 enforces stronger passwords for user accounts, as well as a new workflow for resetting a user’s password from the WP Admin.
If you’re not yet running WordPress 4.3, I’d say upgrading would be a great place to start. From there, there is a “Force Strong Passwords” WordPress plugin ( https://wordpress.org/plugins/force-strong-passwords/ ) which should add another layer on top of the built-in WordPress passwords, if you feel that isn’t strong enough.
If you have further questions around this, please do let me know.
Forum: Plugins
In reply to: [WooCommerce] Get Variable Name?Hi Austin,
I’ve created a custom page, that adds an item variation to the cart when a product id and variation id are supplied. However I’m finding it impossible to retrieve the name of the variation for use in a success message.
As you have the product ID present, I’d say a good starting point would be to sanitise this value (make sure it’s an integer), and then instantiate a
$product_to_use = new WC_Product( $product_id );.From there, you can
var_dump()on$product_to_useand see the various properties available to you.I hope this helps as a starting point. 🙂
Forum: Plugins
In reply to: [WooCommerce] Best Plugin For Printing PosatageHi there,
I’d recommend using a service for this. There is a great integration with Shipstation, which can help to automate these kinds of services.
http://www.woothemes.com/products/shipstation-integration/
There’s also an integration with ShippingEasy, if you’d like an alternative to compare to:
http://www.woothemes.com/products/woocommerce-shippingeasy/
If you have further questions around this, please do let me know.
Forum: Plugins
In reply to: [WooCommerce] Sales Price not StrikethroughHi Davide,
It looks like your theme is purposefully hiding the sale price.
To remedy this, please add the following CSS code to “style.css” in your child theme, or the “style.css” file in your parent theme, if you’re not yet using a child theme:
body.woocommerce .price del { display: inline !important; }Please advise if this produces the desired result. 🙂
Forum: Plugins
In reply to: [WooCommerce] Change shop HTML not CSSHi there,
I’m wondering if I can change the actual HTML tags used in the products loop (shop page).
You sure can! 🙂
Please see our guide to overriding WooCommerce template files, here: http://docs.woothemes.com/document/template-structure/
While we recommend using action hooks and filters for this, overriding template files is a great way to get familiar with the various template pieces WooCommerce uses, which can help you to know which hooks to use in future. 🙂
If you have further questions around this, please do let me know.
Forum: Plugins
In reply to: Payfast plugin causing white screen of deathHi all,
We’ve deployed version 1.2.9 which resolves this issue.
Please upgrade via FTP if you encounter the white screen, and advise if the issue persists.
I’m really sorry for the inconvenience caused here.
Thanks in advance!
Forum: Plugins
In reply to: Payfast plugin causing white screen of deathHi all,
We’re exploring this further on our end and will revert with feedback soonest.
Thanks and regards,
Matty.Forum: Plugins
In reply to: [WooCommerce] WooThemes UpdaterHi Brent,
I’d highly recommend you contact our WooThemes helpdesk directly where we can work with you to resolve the issues you’re encountering.
I’m really sorry for the inconvenience caused here.
Thanks and regards,
Matty.Forum: Themes and Templates
In reply to: [Storefront] Storefront Sidebar (products pages)Hi Morgan,
Please add the following CSS code to “style.css” in your child theme:
body.woocommerce #primary { width: 100%; }Please advise if this produces the desired result. 🙂
Forum: Themes and Templates
In reply to: [Storefront] Storefront Sidebar (products pages)Hi Morgan,
Please replace the
add_action()line with the following:add_action( 'get_header', 'remove_storefront_sidebar' );Please advise if this produces the desired result. 🙂
Forum: Plugins
In reply to: [WooCommerce] WooThemes UpdaterHi Brent,
Thanks for your feedback here.
To clarify, the message doesn’t have a dismiss link on purpose, as receiving updates for products is extremely important. If we release a security patch, for example, we want our customers to know about this and to keep their websites secure.
The “error connecting to WordPress.org” message is related to your web host blocking a connection to WooThemes.com to download our Helper plugin.
Please contact your web host and request that connections to WooThemes.com and to Amazon S3 be opened up. If they are unable to assist there, please open a ticket with WooThemes Support at http://support.woothemes.com/ where we can assist further.
Thanks and regards,
Matty.Chief Product Officer at WooThemes