WP Native
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout Page not Aligned Well on MobileHello @jesajovana,
Thanks for sharing the site URL. Upon checking, the issue occurs on small screen devices. You can copy the below css and add in your theme’s custom css section.
@media only screen and (min-width: 320px) and (max-width: 420px){.woocommerce-billing-fields__field-wrapper{ width: 95%!important; }}Let me know if this works!
Naz.Forum: Plugins
In reply to: [WooCommerce] Replace Simple Products “Add to Cart” Text with SymbolHello @cage1988,
it seems like theme related feature. Can you share the site url? so that i can help.
Cheers!
Naz.Forum: Plugins
In reply to: [WooCommerce] Physical product Order statusHello @moepolska,
Add the below code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin. Avoid adding custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update the theme.
/** * Auto Complete all WooCommerce orders. */ add_action( 'woocommerce_thankyou', 'custom_woocommerce_auto_complete_order' ); function custom_woocommerce_auto_complete_order( $order_id ) { if ( ! $order_id ) { return; } $order = wc_get_order( $order_id ); $order->update_status( 'processing' ); }Hope this helps!
Naz.Forum: Plugins
In reply to: [WooCommerce] Tracability of editors of productsHello @bakenoor1,
Not exactly up to your expectations. But, this plugin does allow you to track inventory changes by users, events etc. This is something i was constantly asked by my clients and i think this should be natively available in WooCommerce at this point.
Hope this helps!
Naz.Forum: Plugins
In reply to: [WooCommerce] Woocommerce Order Not ShowingHello @webbbiz,
The email that the customer sent us does not match with the template of our email and not even from our store email address. Very confusing.
Do the following in order to narrow down the issue;
1. In your admin menu, navigate to WooCommerce > Settings > Email > Processing order. And make sure the email notification is enabled.(https://prnt.sc/vRJ6ZF7cuBHS) Optionally, you may check other order status too.
2. Also, you may consider installing the “WP Mail Logging” So this will help you to figure out whether the email is going from your sever end or not.
Hope this helps!
Naz.Forum: Plugins
In reply to: [WooCommerce] Automatic A/C CreationHello @industrialtex,
You have to enable the “When creating an account, send the new user a link to set their password” option (check the link below). Also, you may consider installing the “WP Mail Logging” So this will help you to further debug on this.
Hope this helps,
Naz.Forum: Plugins
In reply to: [WooCommerce] Product price is showing 0 instead of actual priceHello @bdeirhiba990,
Similar issue can be found here. Sometimes the default woo templets might have overwritten by the theme. Try switching back to storefront theme and see if the problem persist.
Let me know once you checked!
Naz.Forum: Plugins
In reply to: [WooCommerce] woocommerce posHello @swatch360,
You can achieve this with a plugin such as “WePos” which does allow you to have outlets, register etc…
Hope this helps!
Naz.Forum: Plugins
In reply to: [WooCommerce] Elements in the checkout shortcode are displayed multiple timesHello @manuelschoettle,
It seems the “[woocommerce_checkout”]” outputting twice. Check your sortcode page once again.
Naz.
Forum: Plugins
In reply to: [WooCommerce] How to make Woocommerce Price history chart in front endHello @ramineros,
I’m not really sure whether you can do that as the price change logs aren’t retained by WooCommerce atleast by natively. Just curious to know what exactly the use case scenario here.
Cheers!
Naz.Forum: Plugins
In reply to: [WooCommerce] Changing the word “lottery” on Woocommerce lottery pagesMy apologies for the late reply. Could you please share a Snapshot/video on where exactly that you’re trying to change?
Naz.
Forum: Plugins
In reply to: [WooCommerce] Changing the word “lottery” on Woocommerce lottery pagesYep, that’s right. Just copy the code and create a new snippet, save & activate. That’s all. it won’t break anything, even if there’s an issue.
Hope this helps,
Naz.Forum: Plugins
In reply to: [WooCommerce] Reduce Order numberProbably not. I’d still suggest you to clean up all your malware stuff by using plugin like “Wordfence” which will scan your entire website and helps you identify the malware and get rid off them so.
1. Clean up your site before moving to a new Installation
2. Avoid using nulled themes/pluginsI recommend getting help from an expert.
Cheers,
Naz.- This reply was modified 4 years, 2 months ago by WP Native.
Well, there are two things to consider.
1. If you’re exporting the entire website to a new host, you could use All in one wp migration which will export your entire website including products, orders etc.
2. If you just want export the order, you can use the Order import & export plugin.
I’ve used both of these plugins in the past, I can assure that they are reliable.
Hope this helps!
Naz.Forum: Plugins
In reply to: [WooCommerce] Broken product pageHello @dkanika,
As suggested by @oaoyadeyi, try switching to the default theme to see if that helps. Also have you updated the lasted version of WP? if yes, contact your host. They can roll back to the previous version.
Cheers
Naz.