Sphere Plugins
Forum Replies Created
-
hello @bhargav4892 we have provided a new update which resolves this issue and pleases double check that you have added pertaining root category parent to all products.
As we can see now on your website you have replaced code but you didn’t add the category to other products.
for example
https://www.spiritogems.com/product-category/cushion-cut+passionate-red/?EO_WBC=1&BEGIN=gems&STEP=2&FIRST=283&SECOND=&CART=eyJlb193YmNfdGFyZ2V0IjoiZ2VtcyIsImVvX3diY19wcm9kdWN0X2lkIjoiMjgzIiwicXVhbnRpdHkiOiIxIn0=&CAT_LINK=cushion-cut+passionate-redyou have addedcushion-cutandpassionate-redto all the products, that’s why it’s working as you required but in another pagehttps://www.spiritogems.com/product-category/innocent-pink+asscher-cut/?EO_WBC=1&BEGIN=gems&STEP=2&FIRST=256&SECOND=&CART=eyJlb193YmNfdGFyZ2V0IjoiZ2VtcyIsImVvX3diY19wcm9kdWN0X2lkIjoiMjU2IiwicXVhbnRpdHkiOiIxIn0=&CAT_LINK=innocent-pink+asscher-cutyou have just addedinnocent-pinkand forgot to addasscher-cutas category and as a result, it’s not showing anything.please consider adding appropriate categories to the products in-order to make plugin function properly.
please go to file
woo-bundle-choice/EO_WBC_Frontend/EO_WBC_Product.phpline number322replace$link.=get_term_by('term_taxonomy_id',$term_id,'category')->slug.'+';with$link.=get_term_by('term_taxonomy_id',$term_id,'category')->slug.',';and it will be give you expected result.the only issue here is that majority of user requires to show all products that are mapped for the product but in some case like yours we can see that only specific product should be shown.
i assume this should solve your issue, but if you face any problem then please feel free to ask.
hello amilani.guy we have finished the update and want to let you know these things.
- We have updated the plugin and it includes your requirement to create a button on product page which is configurable via plugin’s configuration page under
Make Pair Button Configurationtitled configuration. - This button is only available to the product which is mapped in our mapping dictionary.
- In coming days, probably next Monday we will provide an update that includes admin side configuration to breadcrumb including the addition of icon adjacent to the titles and texts that are visible at the button widgets
please tell us which file are you talking about where there was no
<?php the_content(); ?>because of which the result page wasn’t able to display anything, please describe the step to fix if which could be helpful to other users too.this CSS control will be provided in the new update if possible with upcoming updates or in the later version. but we have marked that CSS and be more careful with those.
we are happy to help you and for your question 1: we will investigate the cause and let you know and for your question 2: as we already informed you that we are working on the updates and fortunately our update includes this too so it may require approximately this weeks at most.
please remove the previous codes if the issue resolves and let us know if it’s resolved.
yes, the code previously is given doesn’t was intended to solve the problem but to find the issue, so after having a look at the product page the text we got states that you forgot to add main categories to each product i.e. setting to each setting and gems to each of the gems.
We will also add this to our version of the doc so other users do not face the same issue with the newer version of the plugin update.
If you still face the problem please let us know.
Forum: Plugins
In reply to: [Woo Custom Filter Widget] Not workingif you still planning to use this plugin then please feel free to ask for help.
hello, one more easy way to debug the product redirect is to copy the code below after line 15 and visit the site once and let us know so we will inspect the page that will show us terms and category associated with the product.
the code:
add_action('wp_footer',function(){ global $post; var_dump(wc_get_product_terms( $post->ID, 'product_cat', array( 'fields' => 'slugs' ))); });please provide us a screenshot that shows subcategory cut and color with their slugs for gems and settings, because there may be a problem with slugs name for the category.
thanks,
thank you for those screenshots and we will now try to set our system to simulate like your configuration and will inform you as soon as we know the cause and its solution will be given in plugin update.
yes, this is good and it would be much helpful if you can upload a screenshot of WooCommerce’s category list and woo bundle choice’s configuration page too.
Forum: Plugins
In reply to: [Woo Custom Filter Widget] Not workingHello @phalancs, we didn’t hear from you for a long time, please let us know if you have any issue while implementing this plugin.
if you don’t reply for a long time then we would mark this thread as solved.
now as we can see that in line no 10 of the error log there is blank logging, which means that the category of your product is not mapped properly.
please double check mapping to make it work as expected, while we are trying to make the plugin even more flexible to adapt condition just like yours.
regards,
- We have updated the plugin and it includes your requirement to create a button on product page which is configurable via plugin’s configuration page under