Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] how to increase quantity of same product in woocommerce pluginWamiq,
Are you talking about increasing the product in the back-end, or on the Cart page? To change stock levels, edit the product and go to the Inventory tab. Click the ‘Manage Stock’ option to enter a stock level.
As long as the product does not have the
Sold individuallyoption selected, users can purchase multiple quantities of a product, either by selecting multiple quantities on the single product page, or the Cart page. If you don’t have this option, check for theSold individuallyoption, then see if your theme is not displaying the Cart page properly.Forum: Plugins
In reply to: [WooCommerce] Composite Product VariationsIf you’re using the paid Composite Products extension, it has native support for Variable products. You would create the Composite Product and add the Variable Product as a component.
Forum: Plugins
In reply to: [WooCommerce] Duplicate product with reviewsDuplicating the product will still generate a new product ID, so the review comments won’t be linked to the new product. You’d need to copy the comments and link them to the new product ID. WooCommerce does not copy the reviews or comments when the product is duplicated.
Forum: Plugins
In reply to: [WooCommerce] Show all shipping methods in Shopping cartGeorge,
You can also set the default shipping address for calculations; this may show both of your shipping methods if you set it to your store base location.
WooCommerce->Settings:
http://cld.wthms.co/xLS1/oNOYujOIForum: Plugins
In reply to: [WooCommerce] Variations Display on product pageHey there,
You can try re-ordering the contents of the single product page using hooks:
http://wpbackoffice.com/reorder-product-page-contents-woocommerce/
Otherwise, you need to override the single product page template.
http://docs.woothemes.com/document/template-structure/Forum: Plugins
In reply to: [WooCommerce] WooCommerce + Square ExtensionHey there,
If you haven’t already, please create a ticket at https://woocommerce.com/my-account/tickets/ for further help with the paid plugin.
Forum: Plugins
In reply to: [WooCommerce] Cart always empty and no woocommerce_termmeta tableThis definitely sounds like a caching problem. Make sure to disable caching for the Cart and Checkout pages to avoid this problem.
http://docs.woothemes.com/document/configuring-caching-plugins/
Forum: Plugins
In reply to: [WooCommerce] Error when Fetching Product from Woocommerce (using Tradegecko)I’m afraid we can’t provide much help if the solution is custom-coded through the API. If you can provide the cURL request you’re using to query a product we could perhaps see if you’re doing something incorrectly(maybe you’re using the old API?), but we couldn’t troubleshoot the custom integration.
Take a look at the updated API docs:
http://woothemes.github.io/woocommerce-rest-api-docs/
By the way, there is a TradeGecko plugin already developed here:
Forum: Plugins
In reply to: [WooCommerce] Double Images in Product CategoryThis is very likely due to your theme having outdated template overrides. If it does work with a default theme, please contact your theme developer and have them update the theme’s template overrides, or move them out of your theme directory to use the standard WooCommerce templates.
https://docs.woothemes.com/document/fix-outdated-templates-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Shipping rate based on the most expensive rateMat,
You could certainly do this if you have separate shipping classes. The Flat Rate method has an option to charge only the most expensive cost based on a shipping class:
Forum: Plugins
In reply to: [WooCommerce] Best Selling Products not runs correctlyCan you make sure that you use the proper quotation marks for the per_page arguments? If I copy your shortcode as it’s written, it doesn’t work properly. It should be [best_selling_products per_page=”4″]
Forum: Plugins
In reply to: [WooCommerce] theme within a themeYou can find some instructions here:
http://www.woocommerce.com/tutorials/customizing-a-child-theme/
Forum: Plugins
In reply to: [WooCommerce] Change Flat Rate Price based on data return from APIDo you want users to select between these three options? If so, just create a shipping method for each option, with the price set based on the Sherpa API results. This is quite custom though, so we can’t offer any kind of help with it.
Forum: Plugins
In reply to: [WooCommerce] The my account page is not workingYes, you likely have either a JavaScript error on the login page, or the My Account page has an outdated template override file. If it does work with a default theme, please contact your theme developer and have them update the theme’s template overrides, or move them out of your theme directory to use the standard WooCommerce templates.
https://docs.woothemes.com/document/fix-outdated-templates-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] command errorWhat do you mean exactly by “page command still does not appear”? What does your Checkout page look like? Can you provide a site URL for us to review?