Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Wrong Shipping Flat-RateHi @omokenny,
Glad to hear you got it working the way you needed. Thanks for the update!
I’ll go ahead and mark this thread as resolved.
Hi @danlewisseo,
The warning notices are generated by your theme. I’d recommend checking to make sure that you have the most recent version of the theme installed. You may also want to reach out to the developers of the theme for support.
As they are just warning notices, they should not prevent customers from downloading the files.
You probably also want to hide these notices as they should not be displayed on production sites. The tutorial here shows you how to do so – https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/.
If you need to have errors and warnings logged, you can follow the instructions here to set that up – https://www.wpbeginner.com/wp-tutorials/how-to-set-up-wordpress-error-logs-in-wp-config/.
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce] Multiple ‘products’ with same SKU and shared stockHi @lutijndk,
SKUs are supposed to be unique, you should not have multiple products with the same SKU.
There’s no way to share stock between products because each product’s stock count is separate.
Forum: Plugins
In reply to: [WooCommerce] Free shipping when bank transfer payment method is chosenHi @hongkichan,
The cost of shipping is not dependent on the payment method.
What you can do is this instance is this:
- Set up flat rate shipping of $1. You can learn more about flat rate shipping here – https://docs.woocommerce.com/document/flat-rate-shipping/
- Use the Payment Gateway based Fees extension to add a $2 surcharge to the COD payment method.
- Set up a free shipping method that permits free shipping for orders with a minimum value of $20. The free shipping docs can be found here – https://docs.woocommerce.com/document/free-shipping/
- Optional – Hide other shipping methods when free shipping is available by following the instructions here – https://docs.woocommerce.com/document/hide-other-shipping-methods-when-free-shipping-is-available/
I’ll go ahead mark this thread as resolved.
Hi @dimath99,
That message is showing up on your shop page either because you haven’t created any products or because you’ve searched for a product that does not exist.
If you want to change the wording of the message, you will need to override the `/loop/no-products-found.php’ template file.
This doc goes over the WooCommerce template structure as well as how to override a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/.
Forum: Plugins
In reply to: [WooCommerce] How to set up taxes – dev expertise needed :)Hi @paolograndma,
The WooCommerce wiki highlights a filter that you can use to make this happen. You can check it out here – https://github.com/woocommerce/woocommerce/wiki/How-Taxes-Work-in-WooCommerce#prices-including-tax—experimental-behavior.
I’ll go ahead and mark this thread as resolved.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Different BACS / Paypal for different countriesHi @screenload,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Two different emails based on the payment methodHi @toniup,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] what’s the easiest way to customize WooCommerce?We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] woocommerce paymentHi @sistembisnes,
This is the standard behaviour for orders in WooCommerce. The processing status means that payment was received and stock has been reduced and the order is awaiting fulfilment.
All product orders require processing, except those that only contain products which are both Virtual and Downloadable.
You’re supposed to change the status to completed AFTER you ship the product to the customer.
If you’re selling physical products and you still want the order status to automatically change to “Completed” once a customer makes payment, you can make that happen with the WooCommerce Order Status Control extension.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] what’s the easiest way to customize WooCommerce?You can only have one theme active on your WordPress site at any given time and that theme controls how every part of your site looks including the store. If the theme was not designed with WooCommerce in mind, no attention would have been paid to how the store should look.
If you want to customize the look of specific portions without putting yourself in a bind where you are unable to update your theme when the developer puts out a new version, you can either override the specific templates or create a child theme and make your changes there.
This doc goes over the WooCommerce template structure as well as how to override a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/.
Forum: Plugins
In reply to: [WooCommerce] using woocommerce core without loading themesIf you’re trying to use WordPress/WooCommerce as the backend of your mobile app, you should be making requests using the REST API.
You can learn more about the REST API here – https://docs.woocommerce.com/document/woocommerce-rest-api/.
Forum: Plugins
In reply to: [WooCommerce] Change ordre status AND leave a noteHi @rudolfl,
When you add notes to an order, they are for internal purposes and do not cause the customer to be notified.
However, when you change the order status, a customer will be notified depending on what status you change to.
If what you’re looking for is a way to add a tracking number to an order and notify the customer about it once you change the order status to “Completed”, the Shipment Tracking extension is just what you’re looking for.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Edit Default Checkout Page FieldsHi @adymeblack,
I presume you’re referring to this bit – https://cld.wthms.co/IAqtb0
That is controlled by your Avada theme directly, either through an override of the checkout page or with a custom plugin bundled with the theme.
As support for premium products is not permitted on these forums, I’d recommend reaching out to the folks at Avada for assistance with that if you’re not comfortable digging around the theme to find where this is.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Two different emails based on the payment methodHi @toniup,
You will need to customise the template responsible for sending out emails when an order is in the processing status and add a payment method check in there so that you can change the contents of the email appropriately.
This doc goes over the WooCommerce template structure as well as how to override a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/.