vynx Posted September 30, 2012 Share Posted September 30, 2012 when i try PS 1.5.0.17 with Addshoppers modules enabled, TTFB is very slow, about 7s, i try to tune in performance, server, even enable the eaccelerator,CDN , its still same, then i disable Addshoppers, my shop like lightning fast. anybody know how to fix it ? since its already clear the problems on Addshoppers module? Link to comment Share on other sites More sharing options...
AddShoppers Posted October 1, 2012 Share Posted October 1, 2012 Hi Vynx, We're looking into this Link to comment Share on other sites More sharing options...
AddShoppers Posted October 5, 2012 Share Posted October 5, 2012 This issue has been solved with the latest version of the AddShoppers add-on: http://addons.prestashop.com/en/advertising-marketing-newsletter-prestashop-modules/5741-addshoppers.html Link to comment Share on other sites More sharing options...
vynx Posted October 5, 2012 Author Share Posted October 5, 2012 i try to updates to this version but now the picture of product didnt show in the facebook, would you please kindly advise? Link to comment Share on other sites More sharing options...
AddShoppers Posted October 6, 2012 Share Posted October 6, 2012 i try to updates to this version but now the picture of product didnt show in the facebook, would you please kindly advise? Hi vynx, What's the URL to your site? Link to comment Share on other sites More sharing options...
vynx Posted October 6, 2012 Author Share Posted October 6, 2012 Hi vynx, What's the URL to your site? i send PM to you... Link to comment Share on other sites More sharing options...
Numpaque Posted January 17, 2013 Share Posted January 17, 2013 Hi vynx, What's the URL to your site? also the picture of product didnt show in the facebook my website http://www.sttikup.com/sttikup-samsung-galaxy-s-iii-s3/stt-samsung-galaxy-siii-s3-ring-robot-sr-vudu-artwork.html Link to comment Share on other sites More sharing options...
AddShoppers Posted January 17, 2013 Share Posted January 17, 2013 also the picture of product didnt show in the facebook my website http://www.sttikup.c...du-artwork.html Hi Numpaque, Try adding Product Schema code to your page -- we'll pick up product image, name, price, and description. Copy and paste the code for PrestaShop found here to your product.tpl template (where you installed the button code). 2 Link to comment Share on other sites More sharing options...
peanut Posted January 29, 2013 Share Posted January 29, 2013 (edited) Hi I'm trying to install this with the manual instructions on your site, but the social analytics code makes my footer & right column on product page disappear if I paste it into my footer.tpl file before the < / body > tag. I'm not sure how to fix this. Can you help? I'm using PS 1.4.7.3 Thanks! Edited January 29, 2013 by peanut (see edit history) Link to comment Share on other sites More sharing options...
AddShoppers Posted January 30, 2013 Share Posted January 30, 2013 Hi I'm trying to install this with the manual instructions on your site, but the social analytics code makes my footer & right column on product page disappear if I paste it into my footer.tpl file before the < / body > tag. I'm not sure how to fix this. Can you help? I'm using PS 1.4.7.3 Thanks! Hi peanut, I think you made a ticket at our help site and I responded there, but I will copy my response here as well: Try wrapping your Social Analytics with {literal} tags. So: {literal} YOUR SOCIAL ANALYTICS CODE HERE {/literal} { Please let me know if you need help with anything else 2 Link to comment Share on other sites More sharing options...
Numpaque Posted February 5, 2013 Share Posted February 5, 2013 Hi Numpaque, Try adding Product Schema code to your page -- we'll pick up product image, name, price, and description. Copy and paste the code for PrestaShop found here to your product.tpl template (where you installed the button code). thank you now the image and product info appears in Facebook's wall when share any product with the addshoppers buttons copy in Product.tpl PrestaShop <div itemscope itemtype="http://schema.org/Product" style="display: none;"> <span itemprop="name">{$product->name|escape:'htmlall':'UTF-8'}</span> <span itemprop="description">{$product->description|escape:'htmlall':'UTF-8'}</span> <img itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}"/> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span itemprop="price">{convertPrice price=$productPrice}</span> </div> </div> 1 Link to comment Share on other sites More sharing options...
peanut Posted February 7, 2013 Share Posted February 7, 2013 Hi peanut, I think you made a ticket at our help site and I responded there, but I will copy my response here as well: Try wrapping your Social Analytics with {literal} tags. So: {literal} YOUR SOCIAL ANALYTICS CODE HERE {/literal} { Please let me know if you need help with anything else Thanks! This did the trick. Link to comment Share on other sites More sharing options...
vekia Posted February 7, 2013 Share Posted February 7, 2013 where i can see the demo of this addon? Link to comment Share on other sites More sharing options...
AddShoppers Posted February 7, 2013 Share Posted February 7, 2013 where i can see the demo of this addon? Hi vekia, Please PM me and I can give you demo login details Link to comment Share on other sites More sharing options...
Recommended Posts