mdjbutton
Forum Replies Created
-
Yes that is exactly it. Thank you
Thank you for your response. I saw in another post that you guys said the repo is private for the plugin, how could I go about retrieving the region data from a map created with the plugin, do you guys have a function I could call and output the regions of the map in string? Or should use DB queries to get the region data for the map?
Thank you, I appreciate the support.Does the pro version of your plugin support it?
Thank you. The TI Wishlist worked.
Sure, my apologies.
What I want is to be able to save your plugin’s fields and when the product is wishlisted and revisited later I want those fields to be filled out, for example.
https://k6b.9f3.myftpupload.com/product/ball-pit/mustard-square-ball-pit/?attribute_size=100x100x40Okay thank you.
That is right. Do you have a documentation on how to get the values?
I tried checking for the fields with $product->get_data() and I could not see any of fields.
I apologize for inconvenience.
Hi Christian. A client of mine contacted me about the issue as well and rolling back to version 31.0.1 fixes the problem temporarily.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Critical ErrorSeems to have been a cache issue.
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Critical ErrorI looked around and it seems like it could have been a cache issue. If the problem doesn’t come up again when I am done editing I will mark this as resolved. Sorry about the false alarm in advance.
Hi, I am not associated with Markup-by-Attribute.
I can confirm the search function works fine https://dogsandcatslove.com/?s=pets or https://dogsandcatslove.com/?s=why+does+my+dog+act+like+a+cat%3F
Mark is right though this is for his plugin or issues related to WooCommerce and his plugin and your website doesn’t seem to have either.
Hi. I ended up adding an SKU attribute and wrote a plugin that will get the selected values from WooBeWoo and pass them onto a PHP script that will get a list of products that matches the selected values and then I would do a test to get the product ID that matches all four values and get the SKU number from that.
If anyone is interested here is the code – https://github.com/MDJ-Button/WordPress/tree/main/mdj_filter
Thank you Nick for your time.
Thanks, Nick I am looking for a solution so if I come up with something I will post it here.
Hi, Nick thank you for your time.
Sorry if my question was not clear.Or do you need to additionally display all other products with the same SKU (that do not match the filters) – YES
—————————————————————————————
When you take a look at https://geeksa4.sg-host.com and select the following filters
Year – 2016
Make – Ford
Model – Fiesta
Tire Size – 220/40-16OR
Year – 2016
Make – Ford
Model – Fiesta
Tire Size – 215/35*-17Then my client wants both these products to come up in the (Product Archive) since they have the same SKU number.
https://geeksa4.sg-host.com/product/2016-ford-fiesta-220-40-16/
https://geeksa4.sg-host.com/product/2016-ford-fiesta-215-35-17/Is this possible?