Zurra Posted September 1, 2020 Share Posted September 1, 2020 Hi guys, I am running a "star review" style code block in the "Additional Info" area of my store products. I'm running the script below, and it only seems to insert the "Additional Info" code block above my product title, no matter what tag I give. The code I am using currently is as follows: <script> $(document).ready(function() { $('.ProductItem-additional .code-block').insertAfter('.ProductItem-details-title'); }); </script> As mentioned, it only seems to be able to move my "Additional Info" to above the product title, and nowhere else. I want to try and have it above my product price/below the product title, as shown in the script. I'm running the Brine template. What am I doing wrong here? Link to comment
tuanphan Posted September 1, 2020 Share Posted September 1, 2020 Can you share link to product? We can check easier. 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.