BinaryCarpenter
Forum Replies Created
-
Hi,
May I know how can I help you? I’m sure I can make it work for you, even with the free version.
You can follow the instructions here to get your password back using phpmyadmin:
May I know what kind of hosting you are using? Does it have an user interface? If you have cPanel installed, you can go to php myadmin to change the password and admin email.
If you don’t have a software to manage your host (like cPanel), then do you have access to your host via ssh? You can change the email and password via ssh too.
Forum: Plugins
In reply to: [WooCommerce] Order Notification CanceledAre you a developer? If you are, you can send the notification using this hook:
‘woocommerce_order_status_cancelled’add_action(‘woocommerce_order_status_cancelled’, ‘send_notification_to_user’);
function send_notification_to_user()
{
//do your email logic here}
Let me know if you need further assistance.
Dat @ binarycarpenter.com
Forum: Plugins
In reply to: [WooCommerce] How can I remove the “Out Of Stock” text on a specific productHi @enanv,
Please go to Appearance->Customizer->Additional CSS and add the following code:
.stock.out-of-stock {display: none !important; }
Let me know if it helps
Hello,
Thanks for sharing your opinion. The free version may not fit your needs. Then, you can try out other builders.
Thousands of people have fiund the free version useful so it definitely not useless as you stated.
It seems easy for you to go around and leave bad reviews on products people spent months, even years creating. I hope you enjoy that.
Thanks a lot!
Thank you!
If you need further assistance, please let me know.
Hello xewyne,
I’ve updated the plugin with the fix. Please update it in your dashboard.
If you have any questions, please let me know.
If you like the plugin, please leave a review on wordpress.org 🙂
Thanks in advance
Thank you! It must be a CSS conflict. I’ll update the plugin with the fix today!
Hi Xewyne,
Is that plugin available on wordpress.org? If so, could you please send me its URL?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Cannot update Woocommerce SettingsPlease open the developer console on your browser, switch to network tab and see if any red request when you click on save changes
If you are using the pro version, you can go to WP Lead Plus X->Popups to create popup. You can set the location of the popup in the popup’s settings.
Hello,
Please click on settings->Advanced and you’ll find the Tracking code box. Please put your google analytics there (with the script tags)
To use the shortcode, please drag the Code element to your page and you can click on the pencil icon to put your shortcode in. Make sure it starts with [ and ends with ]