• Resolved chintangrapes

    (@chintangrapes)


    Hi @emptyopssphere

    In core woocommerce when we list category page which includes more than one category e.g. my.domain.com/product-category/cat1,cat2

    It shows products from the both categories. But in this plugin when I selected one product from Step 1 and that product can be pair with more than 1 categories ,so in step listing page will be like my.domain.com/product-category/cat1,cat2/?EO_WBC=1&BEGIN=XXX&STEP=2&FIRST=1001&SECOND=&CART=
    But it doesn’t show me listing of both categories, it only shows me listing of cat1 (whatever is first)

    So what is the way, if I want to show listing of these multiple categories on these custom pages.

    Need your help. Thanks in advance.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello, @chintangrapes,

    This is a known bug and the fix is currently under testing.
    I will update here with the beta build containing the fix for this.

    Thanks

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere

    Ok cool, but Can you let me know in how much time you can publish it ? because I need to resolve it ASAP. And if it will take time you can provide me way so by using it I can achieve it.

    Thanks.

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello, @chintangrapes ,

    The beta fix is ready and will update here with the link tomorrow.

    Thanks for the patience.

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere ,

    Thanks a lot. I will be waiting.

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere

    Can you please provide it now ?

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello, @chintangrapes,

    Sorry for the delays.
    Here is the link to the beta version containing the fix.
    https://drive.google.com/file/d/1m6bxgdwEyZ2Gm4IFtKBSNh5bxXPVQBux/view?usp=sharing

    Thanks.

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere

    Thanks for the update. But I am seeing lot changes in this version so is it possible that you can tell me list of changes which I have to take for this particular change ? And even I tried to replace this whole module folder with previous folder but it is giving me JS error in many places and mostly in filters file.

    Hope you can help me out on this.

    Thanks.

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello, @chintangrapes ,

    Okay, I am sending you the path to file but still, I would like to know the JS errors you are facing so that we can fix them as soon as we can.

    Regarding the particular file with the fix, please copy the woo-bundle-choice/application/controllers/ajax/filter.php from the uploaded beta release.

    Thanks.

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere

    That is kind of syntax error , you just missed ; in below code

    $_category_query_list[] = array(
      'relation'=>'AND',
         array(
           'taxonomy' => 'product_cat',
           'field' => 'slug',
           'terms' => $_category_field,
           'compare'=>'EXISTS IN'
         )
    );

    And there is another issue as well you have used wbc()->sanitize->request('_category_query') instead of wbc()->sanitize->get('_category_query') So that also created a problem for me.

    But still my issue is not resolved ! No problem I will check it out at my own.

    Thanks.

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hi, @chintangrapes,

    Thanks for the feedback, and now those mentioned bugs are patched.

    Regarding the URL, can you share the full URL by removing the domain name?
    As you are on the second step and the URL should have lots of other information such as _category_query which should be cat1,cat2.

    Thanks

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello, @chintangrapes ,

    If possible, can you please send the above, requested details? It would be helpful to us.

    Thread Starter chintangrapes

    (@chintangrapes)

    Hi @emptyopssphere ,

    Sure. See it is as below :-

    my.domain.com/product-category/eo_diamond_round_shape_cat,eo_diamond_cushion_shape_cat/?EO_WBC=1&BEGIN=eo_setting_shape_cat&STEP=2&FIRST=&SECOND=11124&CART=eyJlb193YmNfdGFyZ2V0IjoiZW9fc2V0dGluZ19zaGFwZV9jYXQiLCJlb193YmNfcHJvZHVjdF9pZCI6IjExMTI0IiwiYXR0cmlidXRlX3BhX2VvX21ldGFsX2F0dHIiOiIxOGstd2hpdGUtZ29sZCIsInF1YW50aXR5IjoiMSIsImFkZC10by1jYXJ0IjoiMTExMjQiLCJwcm9kdWN0X2lkIjoiMTExMjQiLCJ2YXJpYXRpb25faWQiOiIxMTEzMyJ9&ATT_LINK=&CAT_LINK=eo_diamond_round_shape_cat%2Ceo_diamond_cushion_shape_cat&cat_filter_eo_diamond_shape_cat=%2Ceo_diamond_round_shape_cat%2Ceo_diamond_cushion_shape_cat

    And I have resolved this issue from my side.

    Thanks.

    Plugin Author Sphere Plugins

    (@emptyopssphere)

    Hello @chintangrapes ,

    Thanks for the details, I appreciate it.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Listing items issue when one product can be combined with more than one category’ is closed to new replies.