IgniteWoo Team
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] php code for large featured image?Featured images in WooCommerce work exactly the same as WordPress. See this post for ideas on how you might do this:
http://wordpress.org/support/topic/getting-a-post-featured-image-url?replies=9
Forum: Plugins
In reply to: [WooCommerce] large product thumbnails problem internet explorer 8Sounds a like a problem in Canvas itself, have you tried asking for support at WooThemes?
Forum: Plugins
In reply to: [WooCommerce] Can a Woocommerce Website Sustain with Huge Traffic LoadTypically, a Web server itself ( Apache, nGinx, Lightspeed, even that dreaded IIS thing ) can server flat files such as plain HTML, CSS, Javascript, and images at blistering fast speed.
But WP / WooCommerce needs a database involved in the mix. And in most cases, sites respond slow because the database server is slow. So make sure you’re using a fast one.
Forum: Plugins
In reply to: [WooCommerce] users can add productThat paid plugin will not work at all period unless the WooCommerce settings are configured to allow people to access the admin area of WordPress – which overall is not a good idea.
Allowing people to add a product from the public side of the site can be done with any plugin that allows you to publish a form that, when submitted, can create a custom post type in WordPress. For WooCommerce, the post type name is “product” in all lowercase letters.
For example, you could do that Gravity Forms, which is not free. There might however be free plugins – not sure. You have to do some research.
Forum: Plugins
In reply to: [WooCommerce] Free shipping after a certain amountYou can hide one or more with custom code – not trivial to do unless you’re good with PHP and know WooCommerce code very well.
On the other hand if a person sees 2 shipping options where one is free and one is paid, they’d choose free unless they want to pay π
Forum: Plugins
In reply to: [WooCommerce] woocommerce pages brokenDoes this happen always, or only sometimes? If it’s only sometimes then it could be that your account is receiving too many Web requests overall. This is common when you have a shared hosting package with several sites since usually all those sites would share the same user account on the server, which means all connections across all sites are pooled and tallied together and when the connection limit is exceeded one or more of the sites stop responding.
Forum: Plugins
In reply to: [WooCommerce] cart shows slug instead of useful textWooThemes and WooCommmerce developers are not in a position to teach anyone how to read and write PHP π That burden is upon you. Or, as I suggested, just give a competent dev some bux to do it for you and be done with it. When they get done, read their code to see how they did it. No higher education is free! Besides you’re opening a store – to make money – spend a little if required and write it off as a business expense π
Forum: Plugins
In reply to: [WooCommerce] Display different prices for logged in usersIf you’re looking for tech support from us at IgniteWoo.com then you only get a response if you have a valid license key. That’s what the key is for: Support. The key means you supported us and we will support you.
Forum: Plugins
In reply to: [WooCommerce] visual editor, no tools are thereTry dumping your browser cache and reloading the page. Sometimes old Javascript gets cached and messes up the page rendering.
Forum: Plugins
In reply to: [WooCommerce] cart shows slug instead of useful textDunno off-hand, I’d have to read through the code to find out. Your best bet is to hire someone that knows what they’re doing.
Forum: Plugins
In reply to: [WooCommerce] Add a space after curencyWooCommerce -> Settings -> Catalog ( see the currency position setting )
Forum: Plugins
In reply to: [WooCommerce] Free shipping after a certain amountWooCommerce -> Settings -> Shipping -> Free Shipping. See the settings there.
Forum: Plugins
In reply to: [WooCommerce] Disable Comments/Ratings Shopping CartWooCommerce -> Settings -> Catalog …. ratings settings.
Disabling commenting is probably gonna have to be done in your site’s template for products, possibly named single-product.php, or related templates – depends on how your theme is structured.
Forum: Plugins
In reply to: [WooCommerce] Aligning the button on the bottomAdd a fixed height the div wrapper, and position the button at the bottom of the div using css “position” and “bottom” definitions.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce DeveloperScreen applicants carefully. The “jobs” site is trolled by some shady people at times. My typical advice is “if they won’t answer a phone call, don’t hire them”