Quote:
Originally Posted by Allanah Price
Hi Wendy, I am using ecwid through my Crazy domains site, i don't have an advanced settings area to put the query code into... can you please help?
|
Hello,
I will be glad to help you.
In general, if you'd like to
add tabs in product descriptions, you should add these scripts in the source code of your website where Ecwid online store is installed.
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
<script type="text/javascript">
Ecwid.OnPageLoaded.add(function(page){
if (page.type == "PRODUCT") {
$( "#tabs" ).tabs();
}
})
</script>
In order to add such scripts you should have an access to the source code of your website.
If you use Crazy Domains only as web hosting, an ability to edit pages of your website depends on the software which you use to manage the content of your site. I.e. your hosting is a storage where your site is placed physically.
You can install any CMS (content management system) you like to this storage and manage your site through it (edit pages, create sections, customize design, install plugins to extend a functionality).
In case you use Crazy Domains not only as a web hosting, but also as a site-builder, please contact Crazy Domains’ support to learn whether it is possible to add scripts in the source code of your website.
Also you should modify product description in Ecwid control panel → Catalog → Products → Product detailed page, please follow the instruction given in this article:
http://help.ecwid.com/customer/porta...ct-description