Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to change Shipping word in Email templateArun,
You can do this by changing the strings using localization.
This plugin is decent:
https://wordpress.org/plugins/loco-translate/You can also use the very simple [Say What?](https://wordpress.org/plugins/say-what/) translation plugin.
Forum: Plugins
In reply to: [WooCommerce] Creating Multiple ShopsI think the best option is to use a plugin that provides special pricing for certain user roles and/or bulk discounts. The Dynamic Pricing plugin tackles both of these(although you can search around for other options):
Forum: Plugins
In reply to: [WooCommerce] Change passwordI would create a ticket at WooCommerce.com for help with this as it seems to be an account-related issue and not something we can help with on public forums.
Forum: Plugins
In reply to: [WooCommerce] product sizeYour theme will determine the size of the outputted images. You can set the thumbnail size that WooCommerce sets for product images by going to WooCommerce->Settings->Products->Display.
Beyond that, you’d need to look at your theme’s CSS declarations to determine how best to display the product images.
If you’re not familiar with troubleshooting/tweaking CSS, this is a really good tutorial for testing changes in your browser:
Forum: Plugins
In reply to: [WooCommerce] Remove address field for downloadsThe shipping fields should be hidden if the cart contents contain all virtual products. The shipping process is skipped entirely. Are you positive that all of your products are virtual?
Forum: Plugins
In reply to: [WooCommerce] Composite Product VariationsIt’s not totally clear what type of product you’re trying to set up. Is your product supposed to accept custom dimensions and then calculate the price based on the dimensions? If so, you’d probably be better off with a plugin like this:
https://docs.woocommerce.com/document/measurement-price-calculator/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – Stock not updating from inside dashboardIt’s also possible that your server’s PHP configuration is truncating the POST request. Take a look at this article for help with diagnosing and fixing this:
Forum: Plugins
In reply to: [WooCommerce] Variations and Attributes / Variações e AtributosAre none of your variations selectable, or just certain variations? If only some of your product variations cannot be selected, it’s almost certainly what Caleb has mentioned. You need to make sure that all combinations of your variations have been generated, and that they have prices and stock.
Can you send a screenshot of your Shipping Zones setup?
You might be able to do this using the Fees API:
https://docs.woocommerce.com/document/add-a-surcharge-to-cart-and-checkout-uses-fees-api/
Otherwise, if you want it to show up as a product(not a fee), you could add a hidden product with the cost, then automatically add it to the cart when a product or category is in the cart. You can do this either with custom code or with something like Force Sells:
Forum: Plugins
In reply to: [WooCommerce] Site Notice does not disengageI’m not totally understanding what you mean by the version being incorrect. I would just update the WooCommerce plugin to make sure you’re using the vanilla version. You can also download it manually and upload it to your /plugins/ directory, overwriting the previous version. I can’t imagine that simply changing the plugin version in the comments would fix this problem.
Forum: Plugins
In reply to: [WooCommerce] Customer name not showing in admin user listingThe user’s First Name/Last Name will not be present unless they fill this in themselves; if they registered through the WooCommerce Checkout page, WooCommerce will save their Billing and Shipping information, but it does not save their name as part of the core user information.
Forum: Plugins
In reply to: [WooCommerce] Shop Owner Notification not workingNessie,
If some of your emails are sending, then there’s not a problem with the sending functionality. Perhaps your email service is filtering the Admin emails, so check your SPAM folder and settings. You can replace the email recipient with an alternate address(like a free Gmail account) to see if you receive emails through an alternate service.
Forum: Plugins
In reply to: [WooCommerce] Product Image Size IssueYour theme may have a template override for your single product page.
Try switching to the Twenty Sixteen theme to see if it is still a problem. If it does work fine with a default theme, 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] Product category base conflict after update to 2.6.4Have you tried resetting your Permalinks?