Just Need To Edit <Body>

Guys just need to edit/insert to add Google Code's before closing (in other words inside )

Im trying to insert the classic Schema Structure Data search box..

Guys just need to edit/insert to add Google Code's before closing (in other words inside )

Im trying to insert the classic Schema Structure Data search box..

Add the HTML block to the Default location on the Design > Layouts page.

Also you can use the My changes module and the following file:

design/themes/YOUR_THEME/templates/addons/my_changes/hooks/index/footer.post.tpl

Im trying to set new block/HTML but I get this: http://imgur.com/Xa9rb6p

Also trying to create /my_changes/hooks/index/footer.post.tpl files and I have paste my code but nothing happens at all.

The core were want to paste is:

url - This property specifies the  

Im trying to set new block/HTML but I get this: http://imgur.com/Xa9rb6p


Switch WYSIWYG editor to the Source code mode

Also trying to create /my_changes/hooks/index/footer.post.tpl files and I have paste my code but nothing happens at all.

Please make sure that the My changes module is activated and clear the cache or delete the var/cache directory manually.

Please also make sure that { and } symbols are located on different lines:

"target": "https://query.example.com/search?q={search_term_string}",

This string will cause the error

How can enable that addon?

How can enable that addon?

You can do it on the Add-ons > Manage add-ons page.

I have in a local lang and I passed just looking for "my_changes" and not how it can be in Greek. Enabled now at all.

Now, that folder its totaly empty! How can edit my custom code? Can I create custom *.tpl files?

I got an error

SERVICE
UNAVAILABLE
Sorry, service is temporarily unavailable.

Please check source code of the page to see error message

Guys just need to edit/insert to add Google Code's before closing (in other words inside )

Im trying to insert the classic Schema Structure Data search box..

I would recommend you to start this discussion with answering to the questions:

1) what google code do you mean, is it google analytics?

2) what CS-Cart version do you use

Until 4.3.4 Google analytics code was loaded at the bottom, since 4.3.4 it is loaded in the head section.

I would recommend you to start this discussion with answering to the questions:

1) what google code do you mean, is it google analytics?

2) what CS-Cart version do you use

Until 4.3.4 Google analytics code was loaded at the bottom, since 4.3.4 it is loaded in the head section.

Hello and thanks for the response!

I'm trying to insert the code below:


And I have 4.3.5 version

Actually it's Schema snippet but helps and suggested by Google to improve your local search content instant from google. An example: https://developers.google.com/structured-data/slsb-overview

What error message do you see in the source code of the page?






How can we add availability like this??

{if ($product_amount <= 0 || $product_amount < $product.min_qty) && $settings.General.inventory_tracking == "Y"}
"availability": "http://schema.org/OutOfStock" />
{else}
"availability": "http://schema.org/InStock"
{/if}

And this is true?

[font=arial]"target": "{/literal}{$config.current_location}{literal}/index.php?dispatch=products.search&q={query}",[/font]

Last one "brand" code ? Thanks all