Conversation
supportAs per this thread … https://wordpress.org/support/topic/stop-infinite-loop/ 7 months ago you said, “There will be an update within 24 hours, wait for it.” I understand you may be busy due to your geographic location and world events, but I would really like this feature (or an idea how I can hack it in to my code), so …
@zummit Hello, I had completely forgotten about this feature, I will try to add it soon
Thanks! In the meantime I did an ultimate no-no and hacked the plugin for my own purposes. In /carousel-upsells-and-related-product-for-woocommerce/includes/up-sells.php, I changed line 38/39 to this: //type: ‘carousel’, type: ‘slider’, It’s not perfect (due to spacing issues at the end), but it does prevent the infinite loop. [The hack above is for anyone else that comes across this thread prior to you making your changes to the actual plugin.]
@zummit Hello, I had completely forgotten about this feature, I will try to add it soon
Thanks! In the meantime I did an ultimate no-no and hacked the plugin for my own purposes. In /carousel-upsells-and-related-product-for-woocommerce/includes/up-sells.php, I changed line 38/39 to this: //type: ‘carousel’, type: ‘slider’, It’s not perfect (due to spacing issues at the end), but it does prevent the infinite loop. [The hack above is for anyone else that comes across this thread prior to you making your changes to the actual plugin.]