Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change everything in 1 go by product type?Hey @lsingh
You can change multiple products at once by going to the Products list in WP-admin, then select the checkboxes products you’d like to change, select “Edit” from the “Bulk Actions” dropdown and then select “Apply”.
If you want to change products with different values (for example, giving 10 products a new price, but all of the products have a different price), it’s best to make an export of your products, then change these values in the CSV file with a text editor or spreadsheet editor, then import the CSV file again.
You’ll find the option to export and import products at the top of the Products list.
Forum: Plugins
In reply to: [WooCommerce] Plugins being echoed / duplicated at top left of the pageHey @vinnyatwork
I’m not seeing the issue you’re describing on my end — here’s a screenshot of what I see:
Image link: https://d.pr/i/FRxP4HI’m not entirely sure what you’re referring to exactly, could you clarify this a bit more please?
Forum: Plugins
In reply to: [WooCommerce] Different number of columns for products and categoriesHey @denism300
You can use some CSS code to do this. If you can share a link to your site, we can take a look and see what code is needed.
Forum: Themes and Templates
In reply to: [Storefront] Alda’s travel blogHey @alanandi
To change the number of posts that appear on the homepage, go to Settings → Reading and change the setting for “Blog pages show at most __ Posts“.
Forum: Plugins
In reply to: [WooCommerce] checkout error only Chrome mobileHey @marsthedog
Which plugin do you use to accept payments through Moneris?
Forum: Plugins
In reply to: [WooCommerce] Does WooCommerce add-to-cart support $_POST?Hey @deeveedee
Technically, you should be able to create your own custom add to cart buttons; WooCommerce is highly customizable that way, and you can use your own custom code in many ways.
WooCommerce.com Support doesn’t specifically provide support for custom solutions, but that’s why we have these forums, so that you can ask other developers for advice.
Or, if that doesn’t help and no one is able to help you here, you can always look into hiring a developer from the Customizations page on WooCommerce.com.
Forum: Plugins
In reply to: [WooCommerce] Skip Main Product Category on shop pageHey @devormgeverij
You might want to look into using shortcodes.
With that, you can create a new page and then add this shortcode to it:
[product_categories number="56,119"]When you look at the page on your site, you will then see all the subcategories of both Tuinmachines en gereedschap and Tuin & Relax (and you can make this page the main Shop page on your site).
Another option you could try out, is using the WooCommerce Blocks plugin.
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] Spam Orders some marked as shippedHey @sarahrea
Thank you for the report. Could you also send a screenshot of any of those spam orders that are marked as shipped? Please make sure it shows the entire screen, including the order notes on the right side.
For making screenshots, I generally recommend using https://snipboard.io — please follow the instructions on that page, then paste the URL here in your response.
Forum: Plugins
In reply to: [WooCommerce] Spam Orders some marked as shippedHey @sarahrea
We can’t receive private emails this way, so if you prefer, you can also remove any sensitive information from the System Status Report before you post it here. the most important part we’ll need to see is the Plugins section from it, but the more you can share, the better.
Forum: Plugins
In reply to: [WooCommerce] Error after updating WooCommerceHey @eazyminz
It’s very possible there is an issue with (or related to) the WP Mail SMTP plugin, or its configuration.
What I would suggest is to check if the emails are actually being sent (and not received), or if they are not being sent to begin with. You can find a quick guide for that, using a plugin called WP Mail Logging, right here:
https://docs.woocommerce.com/document/email-faq/#section-4With that, you can see what happens behind the scenes when an email is being sent from your site, and WP Mail Logging will show what happens for each individual email.
If WP Mail Logging shows the email being sent, but it’s not received, that means that the issue is not with WordPress/WooCommerce, and it could be with the SMTP plugin, SMTP provider, or your webhost, or on the receiver’s end. You will need to troubleshoot with your SMTP provider and your host.
If WP Mail Logging shows the email as not being sent, you will see an error message as well, which could point you in the right direction and give you some information about what might be wrong.
A full troubleshooting guide for email issues can be found here.
Forum: Plugins
In reply to: [WooCommerce] Multivendor headache with woocommerceHey @debby222
I’d recommend reaching out to the plugin’s own support team, as they are the experts on the possibilities of their own plugin (and more importantly, I’d rather not give you any incorrect information).
It looks like that plugin’s info and support page can be found here:
https://wclovers.comForum: Plugins
In reply to: [WooCommerce] Spam Orders some marked as shippedHey @sarahrea,
In WooCommerce, orders do not have a “shipped” status by default — do you mean that the orders are marked “completed” or are they actually showing as “Shipped”?
If that’s the case, could you please share a copy of your site’s System Status Report? You can find it by going to your admin Dashboard and select WooCommerce → Status.
From there, select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here in your response.
Forum: Plugins
In reply to: [WooCommerce] Skip Main Product Category on shop pageHey @devormgeverij
It’s a little unclear what you’re trying to do exactly. Could you share a link to your site (so we can see how it shows now), and give a specific example of how you’d like to see that instead?
This will give us some more context so we have a better idea of the possibilities.
Forum: Themes and Templates
In reply to: [Storefront] Alda’s travel blogHey @alanandi
It depends which widget (or other method) you’re using for this. Can you tell us a bit more about that, and/or share a link to your site so we can get a better idea?
Forum: Themes and Templates
In reply to: [Storefront] Brand Name Above The Product TitleSince the brand name does not appear at all on the category page (only on the product page), it’s best to check this with the plugin’s own support team to see if they can help with that and if the plugin has an option to do that.