mpassos
Forum Replies Created
-
This snippet does not work for me
I found out! Thanks a lot. It is at the custom values. =)
Hey buddy, I tried the sandbox and the plugin can do what I want, thanks.
I have another question though, how can I import my quantities from third party plugin into my product? I just can’t find the meta box.
Does the plugin do that? I did not find any info on how to do it on the documentation. Can you please point it out?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Unpublish Products not present in the Imported CSVHey there, thanks for the follow up. But I need the process to occur after the import, as in a hook/action.
I found out that Wp All Import does it all automatically. =]
Thank you!
Ok, thanks but I think I would need that to work out in a merging scnerario: update old, add new, unpublish not in list.
=/
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Imprt meta vai CSV issueFor anyone looking for the same info, you have to implement this for each metadata to be processed correctly, in case the plugin doesn’t do it:
Hope to have helped
Forum: Plugins
In reply to: [WooCommerce] Importing Metadata FailsHi there,
i solved the issue. The meta was going up but not being processed.
I had to implement this myself for the columns and options I wanted mapped.
Thanks for the awesome platform!
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Imprt meta vai CSV issuehave you figured it out, mate? Im having a very close problem to the one you got there… thanks
I have identified the issue. It is in the javascript of your plugin. The change is applied correctly but when you call the quantity_change method, it goes from 1.1 to 1.2.
Which is interesting is that it only happens from 1 to 1,1…
Still working. Will update the post as soon as I solve it.
- This reply was modified 4 years, 9 months ago by mpassos.
Oh, and an interesting detail:
It does not happen in my main shop page:
instadev.com.br/nossaloja (check “Feira” category slider)
It works flawless here.
Cheers from Brazil!
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Enable Plugin on Search PageHey Ryszard,
Thanks for the input, much appreciated!
I will give it a try and I should let you know if I succeed =)
Tchau, do Brazil! =)
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Enable Plugin on Search PageWell, thanks anyway.
Any hints on how to implement such quantity boxes on the mini-cart?
I should master your plugin structure before I would even try that.
For real, thank you, mate!
Best wishes from Brazil!
Tchau,
Márcio- This reply was modified 4 years, 9 months ago by mpassos.
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Enable Plugin on Search PageHello Ryszard, thanks for the support but I got it working.
What I did was create a new page template based on archive-products and used we_get_products() for retrieving the top selling items… but I did it using the original loops and filters so the plugin was functioning right away!
Thanks a lot a keep up the good work!
Are you available for customizations? I think we would need those buttons on the mini-cart soon…
Thanks!
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Enable Plugin on Search PageHey Ryszard (is that something like Richard, Ricardo?),
Thanks for replying.
Here is the link:
– https://www.instadev.com.br/nossaloja/mais-vendidos-alt/It’s a simple page with the default woocommerce/storefront bestselling products shortcode added… =]
Any hints? =)
Thanks!
- This reply was modified 4 years, 9 months ago by mpassos.
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Enable Plugin on Search PageJust a quick note. I manage to make the quantity box available at the search results page by changing the Archives Display from: Categories to: Shop & Categories.
But I would still need it to show up on the bestseller products shortcode generated product list.. is this possible?
I don’t see the product hooks on the bestseeling shortcode generated page…
Any hints? Thanks a lot, mate! Great work on this plugin!