pako
perfetto----invece per questo codice da inserire su tutti i prodotti come posso fare?
<!-- foxrate product review widget --> <script type="text/javascript"> //Uncommenting the variables below will overwrite the Foxrate defaults for your shop, allowing you to control which //DOM elements are used to identify the product, and where to add the widget. //var selectorAltReviewIN='.product-name h1'; //Replace with a css selector for the product identiying element //var selectorAltReviewOUT='.product-collateral'; //Replace with a css selector for the element in which the widget should be placed //var selectorAltReviewTYPE='append'; //Widget insertion method: options: replace, append, prepend //var customStyle = 'https://foxrate.vm/css/feedback/traderProfileWidget_test.css'; define your custom style to customise or adjust the widget style var fox = document.createElement('script'); fox.type = 'text/javascript';
fox.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + "foxrate.de/widgets/php/product_review_widget.php?userId=15684&channelId=shop_1";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fox, s); </script> <!-- foxrate product rating widget -->
|