tuanphan Posted October 11 Posted October 11 To add same accordion block with same info to additional info on all products, you can follow these steps. If code doesn't work, you can send link to a product, I will check it again. #1. Edit Site Footer #2. Add an Accordion Block to Site Footer #3. Use this code to Custom CSS box footer.sections .accordion-block { display: none; } #4. Use this code to Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script> $(document).ready(function(){ $('footer.sections .accordion-block').insertAfter('.ProductItem-summary'); }); </script> #5. Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment