mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Calculation of extra shipping for oversize itemsShipping class would work. You would want to set it up so that Calculation type is set to – Per class: Charge shipping for reach shipping class individually.
I would do a flat cost then additional based on shipping class to make it easier.
So all items would just get a general charge and require no change and only items/variable products 49+ would need to have that done.
You can set shipping class on the variation level so you could say I have 1 item that comes in X, Y, Z and Z would have the increase in shipping.
So example.
$10 flat rate.
Charge on items 49″+ 5 per item in the cart with that shipping class.So 2 items in the cart would be a total of 20 in shipping.
Forum: Plugins
In reply to: [WooCommerce] “Calculate tax based on” dropdown not availableCan you also go under status copy the status report and post it here? I am unable to replicate the issue of having it as the only option.
Forum: Plugins
In reply to: [WooCommerce] paypal standard problemsPlease try the above and follow https://wordpress.org/support/topic/before-posting-gather-the-following-details/ to get more assistance.
Forum: Plugins
In reply to: [WooCommerce] Lightbox cart wrapper popup(?)@faberleen – This is actually looks to be part of the theme. Either due to age (not getting updated) or overwriting OLD WooCommerce templates as a quick search in developer tools revealed references to #woocommerce-lightbox-cart-wrapper within a theme JS file.
Forum: Plugins
In reply to: [WooCommerce] New order mail not being sentQuestion as well, did you actually setup POST SMTP? A lot of times, I have seen people just enable the plugin without actually setting it up. This “appears” to work but as Amanda stated they can get flagged as spam.
Forum: Plugins
In reply to: [WooCommerce] How to sell services priced hourly calculated by the serviceI have used https://codecanyon.net/item/woocommerce-bulk-edit-variable-products-prices/6822726 after the products get setup. Basically just lets you view it in a spreadsheet like format with some filtering to make finding specific products easier. It does not work with custom data at least without some modifications.
I’ve always backed up the DB prior to making changes with it just in the event something did go wrong.
Forum: Plugins
In reply to: [WooCommerce] paypal standard problemsI would try a default theme like twentyseventeen or storefront and remove all PayPal settings but email address as it is the only thing that is required then. This could help rule out if it was a setting/theme issue. I tested my own store and it currently works fine for me. However, that is in the US and does not mean there are issues not outside it.
Forum: Plugins
In reply to: [WooCommerce] “Calculate tax based on” dropdown not availableTax for e-commerce is a bit more complex than that and would need to consult a Tax advisor to be 100% sure.
However, it would be be on the shipping address not on the business address. The business address is set within WooCommerce itself. You would then go into Tax and set it up for Arizona. This would charge tax based on any order that was shipped to Arizona. If it is shipped to say Texas, you should not be collecting Arizona tax on that.
Forum: Plugins
In reply to: [WooCommerce] Heeeelp… Product Price RecoveryIt looks like you got this figured out? In the future, I would add a bit more detail of what you were doing/how you did it. This would make it easier to help as I almost skipped over this due to almost no information that would make this easier.
Forum: Plugins
In reply to: [WooCommerce] Changing simple products to variable productsI would try following this: https://docs.woocommerce.com/document/variable-product/.
It sounds like you are missing a few steps for a variable product.
Forum: Plugins
In reply to: [WooCommerce] Product pages broken in WooCommerce 3.4.x and Genesis 2.6.1There is no link to the site but this is generally an issue caused by the theme overriding WooCommerce default templates.
Forum: Plugins
In reply to: [WooCommerce] paypal standard problemsThat looks like an issue with PayPal itself. You may want to try contacting them. The IPN and API information allows PayPal to send some information back to the site/do refunds via the site. These are actually not needed to just use PayPal. Even if the email address does not exist at PayPal it would still attempt to process and they would hold the money.
Forum: Plugins
In reply to: [WooCommerce] Image minuatures are full sized?This is generally a theme issue. I would try running https://wordpress.org/plugins/regenerate-thumbnails/ .
As well, if it is looking for a specific image size and cannot find, it will default to the full size as a fallback. So if there is some type of CDN serving those up and they don’t exist that would cause this as well.
If images were uploaded prior to the theme getting used. This also causes this to happen if they use a custom image size as they do not generate those on theme activation.
Forum: Plugins
In reply to: [WooCommerce] How to sell services priced hourly calculated by the serviceThis could be done using attributes and setting up pricing based on that. The downside to this is it could be extremely time consuming based on how many attributes/variations you end up with. There are plugins out there that make updating variations easier though.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Auto Populate fieldsNevermind, solved this myself.