Jump to content

kashifkhan112

Members
  • Posts

    103
  • Joined

  • Last visited

1 Follower

About kashifkhan112

  • Birthday 01/01/1986

Recent Profile Visitors

5,788,714 profile views

kashifkhan112's Achievements

Newbie

Newbie (1/14)

24

Reputation

  1. robots.txt code is: # robots.txt automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save bandwidth and server resources. # For more information about the robots.txt standard, see: # http://www.robotstxt.org/robotstxt.html User-agent: * # Private pages Disallow: /*?orderby= Disallow: /*?orderway= Disallow: /*?tag= Disallow: /*?id_currency= Disallow: /*?search_query= Disallow: /*?back= Disallow: /*?n= Disallow: /*&orderby= Disallow: /*&orderway= Disallow: /*&tag= Disallow: /*&id_currency= Disallow: /*&search_query= Disallow: /*&back= Disallow: /*&n= Disallow: /*controller=addresses Disallow: /*controller=address Disallow: /*controller=authentication Disallow: /*controller=cart Disallow: /*controller=discount Disallow: /*controller=footer Disallow: /*controller=get-file Disallow: /*controller=header Disallow: /*controller=history Disallow: /*controller=identity Disallow: /*controller=images.inc Disallow: /*controller=init Disallow: /*controller=my-account Disallow: /*controller=order Disallow: /*controller=order-opc Disallow: /*controller=order-slip Disallow: /*controller=order-detail Disallow: /*controller=order-follow Disallow: /*controller=order-return Disallow: /*controller=order-confirmation Disallow: /*controller=pagination Disallow: /*controller=password Disallow: /*controller=pdf-invoice Disallow: /*controller=pdf-order-return Disallow: /*controller=pdf-order-slip Disallow: /*controller=product-sort Disallow: /*controller=search Disallow: /*controller=statistics Disallow: /*controller=attachment Disallow: /*controller=guest-tracking # Directories Disallow: */classes/ Disallow: */config/ Disallow: */download/ Disallow: */mails/ Disallow: */modules/ Disallow: */translations/ Disallow: */tools/ # Files Disallow: /forgot-your-password Disallow: /address Disallow: /addresses Disallow: /authentication Disallow: /cart Disallow: /discount Disallow: /order-history Disallow: /identity Disallow: /my-account Disallow: /order-follow Disallow: /order-slip Disallow: /order Disallow: /search Disallow: /quick-order Disallow: /guest-tracking # Sitemap Sitemap: https://ottomanhands.com/1_index_sitemap.xml
  2. In https://www.google.com/webmasters => Google Index => Blocked Resources i see 271 blocked resources, it means 271 links are not indexing in search engines. (see search console -block resources.png) I have created new robots.txt file from back office => Preferences => SEO and URLS => Generate robots.txt file (see robots.png) When i click on any blocked link, it suggest me to do this: "The page may not render properly due to resources blocked by http://www.ottomanhands.com/robots.txt Update the robots.txt rule to unblock the resource"
  3. Problem: FontAwesome icons was not showing when i enable ssl solution: Actually i was using custom made theme and there was missing global.css and 'fonts' folder, i have copied global.css and fonts folder from 'default-bootstarp' theme and paste it to my custom theme now it works for me :) My shop version is: 1.6.1.1
  4. Actually i was using custom made theme and there was missing global.css and 'fonts' folder, i have copied global.css and fonts folder from 'default-bootstarp' theme and paste it to my custom theme now it works for me :) My shop version is: 1.6.1.1
  5. For Checkout Thank You Page: <!-- Conversion Pixel - Checkout - DO NOT MODIFY --> <img src="https://secure.adnxs.com/px?id=593239&t=2" width="1" height="1" /> <!-- End of Conversion Pixel --> Comments: I have added this code on order-confirmation page For Pre-Checkout Form: <!-- Segment Pixel - Pre-checkout Order Form - DO NOT MODIFY --> <img src="https://secure.adnxs.com/seg?add=3322822&t=2" width="1" height="1" /> <!-- End of Segment Pixel --> Comments: I have added this code on order pages by using this if condition: {if isset($page_name) AND $page_name == 'order'} {/if} For Added to Basket: <!-- Segment Pixel - Added to Basket - DO NOT MODIFY --> <img src="https://secure.adnxs.com/seg?add=3327065&t=2" width="1" height="1" /> <!-- End of Segment Pixel --> Comments: I don't know where i need to add this code, can anyone suggest me
  6. I was facing this bug, but i see in ps_configuration table these variables 'PS_SMARTY_FORCE_COMPILE' and 'PS_SMARTY_CACHE' are written twice time. I have removed one extra varibale and now i can enable/disable cache and force compile settings Thanks to 'planewrench' to give me idea to explore this ps_configuration table.
  7. I have applied it in Prestashop 1.6 version, it works on default product list page when we click on next page(pagination) it does not work The reason is because in Prestashop 1.6 when we click on next page so only product list updates, not all page refresh. Any suggestion please
  8. I have added this code in homefeatured.tpl and it works, using Prestashop 1.6.0.9 <div class="content_sortPagiBar clearfix"> <div class="sortPagiBar clearfix"> {include file="{$tpl_dir}product-compare.tpl"} </div> </div>
  9. I am using Prestashop version 1.6.0.9 and disabled the HTML PURIFIER but setting has not updated in homeslider.
  10. I have 1.5.0.17 and backend -> preferences -> seo & url's accented characters option is not given, looking any solution for 1.5.0.17
  11. My client has received this email, i believe Prestahop team will reply asap.
×
×
  • Create New...