Jump to content

cinna12

Members
  • Posts

    12
  • Joined

  • Last visited

About cinna12

  • Birthday 08/19/1991

Profile Information

  • First Name
    cinna
  • Last Name
    kumar

cinna12's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. This is what you have to do... In your code, after itemscope itemtype is not mentioned.... copy and paste this itemtype="http://schema.org/Offer" after itemscope... Thanks..
  2. Hi, The errors found in your link http://www.iambridal.com/engagement-rings has a missing element in the <div> section.. Here is the solution for that .... This is your code : " <div itemprop="offers" itemscope class="content_price"> <span itemprop="price" class="price product-price"> ₹ 10,408 </span><meta itemprop="priceCurrency" content="INR"/></div> " Rectification : " <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price"> <span itemprop="price" class="price product-price"> ₹2,400.00 </span><meta itemprop="priceCurrency" content="INR" /></div> " Just add the small code and you will find no errors .... Even after doing this, errors persist... then reply back.. Thanks,...
  3. Hi, It has been a long time but would surely help you out with this.. In the backend , login to your prestashop and go to preferences > Products. In this option, make sure you update the new products days to 60 days.... Then, go to Catalog > products.. Select the product and click on edit. After this, click on ASSOCIATION and check on homepage category. After checking home page category , refresh your prestashop index page (ctrl + F5).. Now if your homepage category doesn't seem to appear in that product backend, then there might by just one and one problem.. The problem is COMPATIBILITY issue with prestashop version and the prestashop THEME version...The source of your prestashop theme i.e. from where you downloaded the theme will have all the detailed information about the theme.. Kindly check with which prestashop version your theme is compatible with and install the same Prestahop version.. Mark my words, it's the prestashop version you have to change not the theme or theme version.. Hope this will definitely solve your problem..
  4. Hi , Hey you know i went through many forum sites and found that people are removing the small schema code from the product page in order to remove the errors.. But really that is not the solution.. Finally i have also found a solution to this problem. The solution is not to remove a block of code from product-list.tpl instead we need to insert a 4 line code ... Here it is how to do.... Today I am going to explain How to rectify the error of " schema.org price missing" that appears in Google Mark up tool. If you look at the product-list.tpl page in prestashop, you wont' be able to catch up where exactly the code is missing.. Let me first tell you where you find the product-list.tpl page .. It is located in root_directory/themes/your_theme/product-list.tpl When you open this page in notepad, notepad ++ or other tool, you need to ctrl + F and search for <span itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="availability"> . Below this you will find one more line of code : {if ($product.allow_oosp || $product.quantity > 0)} Just below this line of code, place this code below : <span itemprop="price" class="price product-price{if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} product-price-new{/if}"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} </span> Click on save to save the changes made. Now its all done. Just go to https://developers.google.com/structured-data/testing-tool/ Enter your website URL and click on Validate. You will find the errors related Price schema.org is gone and it will show you a message ALL GOOD . Do comment below and let me know if you have any doubts regarding this.. Thanks.
  5. In the previous forum , the solution they gave is to remove the block of code from product-list.tpl .. If i remove that block, the instock schema gets removed .. I don't want that.. I want the instock schema and also the price schema to be visible to google .. Kindly consider this point also ... Thanks.
  6. Hi Guys, I saw a forum related to schema.org markup error where in product price is missing and giving an error in google developers tool.. Is there is any way i can remove this error.. The forum i saw had no definite solution and so i came with this question again ... Kindly share your answers Thanks in advance..
  7. Hey hi, It's done. I had enabled the catalog mode in preferences > products . In catalog mode, you will not be able to see the cart block and currency block. Anyways thanks for your interest. Problem is solved.
  8. Hi, I checked with all css attributes. I even cross checked with demo version online. The css properties are same as in online. There is no issue with CSS i guess. Do you have some other solution in addition to this..? Thanks
  9. Thanks for replying. Actually I am working on local host in my laptop. It's not live yet. Can You please elaborate yourself so that i can take the next step with your answers.
  10. Hi Everyone, I am working with prestashop 1.6x. I am stuck with cart block and currency block not showing up in top nav section of the page. I have tried working in module > position. But it's not showing up there. I am sharing the snap of Run live edit, Module > position backend , Front end top Nav and Desired Front end top nav. Kindly help me with this.. Thanks in advance
×
×
  • Create New...