bttmrc
Forum Replies Created
-
Where can I check that blog post?
Forum: Plugins
In reply to: [Super Progressive Web Apps] Ask to save againHello Jose,
Quick follow up question. Is it possible to find a middle ground for the IOS users? Can we add a message for them like WPTOUCH does in their web app? example here https://support.wptouch.com/support/solutions/articles/12000010264-web-app-mode
Forum: Plugins
In reply to: [Super Progressive Web Apps] Ask to save againOh yeah, I removed it from the homescreen but it was also in the all apps menu. Once I deleted from there too and cleared cookies and cache it showed up again.
Thank you ??
Regarding IOS, is there an ETA for it to be working on there too?
Forum: Plugins
In reply to: [Super Progressive Web Apps] Ask to save againThank you, yes I read after I posted it lol should have done it first.
What about the question to save again when someone deletes it from the homescreen?
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Change tooltip PositionHello Le Van Toan,
Please check this screen shot https://i.imgur.com/x94b41H.png, as you see here, the tooltip saying ‘PLACE’ is behind the marker, right? This is what I want to achieve,
Now, in this screenshot it is how it is showing now https://imgur.com/fhrSnQK
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Not working for meNevermind, it is working now.
TL;DR
1) In excel, add the a category with the name of the vendor;
2) Upload the file
3) Use Advanced Bulk Edit or the built in wp option to search for products in the category with the vendor name
4) bulk edit to change post_author
5) delete the category with the vendor name
6) profitHey Arjan,
I think I have a quick workaround for this as I also use wp allimport, I’m glad I stumbled across your post.
Here is the idea, not perfect, but a workaround:
Let’s say I have an excel with 1000 products. 200 belong to the AWESOMEVENDORX and 800 to COOLVENDORY
In the excel, in the categories column, add another category with the name of the vendor.
So if AWESOMEVENDORX sells men’s shirt the column would look like this: MEN>SHIRTS|AWESOMEVENDORX
And the same for the COOLVENDORY just add |COOLVENDORY in the column, next to the other categories.
Then upload with wp all import.Next use something like ADVANCED BULK EDIT at codecanyon, or even the built in option.
Search only for products in category AWESOMEVENDORX Then BULK EDIT and change the post_author. Save and delete the category AWESOMEVENDORX.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] So no price in the free version?Yeah but it is no working so well.
For example, I have products that cost 16.80$ and the filter only let me goes to 16
Hello,
That code only works for a single product right? Is there a way to make it work for every single product?
Forum: Plugins
In reply to: [Contact Form 7] How to remove footer messageI feel so dumb sometimes xD nevermind this post
Forum: Plugins
In reply to: [WooCommerce] Ordering more than stock units.I have “Out of stock limit” set to 0.
https://gyazo.com/2119b15376edef815ea9bac773867335Forum: Plugins
In reply to: [WooCommerce] Allow backorder BY DEFAULTAll right,
I just went to that same file, line 316 and just switched the options positions, from:
'no' => __( 'Do not allow', 'woocommerce' ), 'notify' => __( 'Allow, but notify customer', 'woocommerce' ), 'yes' => __( 'Allow', 'woocommerce' )
TO:
'notify' => __( 'Allow, but notify customer', 'woocommerce' ), 'no' => __( 'Do not allow', 'woocommerce' ), 'yes' => __( 'Allow', 'woocommerce' )
And it worked xD
But still, if you could help me with something to put in the functions file It would be great. Obrigado
Forum: Plugins
In reply to: [WooCommerce] Allow backorder BY DEFAULTI was able to achieve the “Enable stock management at product level” by changing the line 294 in the file /woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php
to this
woocommerce_wp_checkbox( array( 'id' => '_manage_stock', 'wrapper_class' => 'show_if_simple show_if_variable', 'label' => __( 'Manage stock?', 'woocommerce' ), 'description' => __( 'Enable stock management at product level', 'woocommerce' ), 'value' => 'yes' ), 'checkbox' );
But the the “Allow Back Orders” is set to “Don’t allow”
Forum: Plugins
In reply to: [WooCommerce] Allow backorder BY DEFAULTThanks lawkwok
Hey Cláudio thanks I tried it but it’s not working, maybe I should also add to the funtions.php a filter to “Enable stock management at product level” by default?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] ERROR 404