Jump to content

Putting Data Sheet next to Product Image instead of Short Description


Recommended Posts

I would like to see if it is possible to switch the position of where the data sheet is(features) with the Short Description. I like how organized my data is displayed and it would look better next to the Product Image than the short description box.

Is there a way to do that in the code? I have a feeling it is in the product.tpl file. I'm not sure though.

Thanks,
Al

Link to comment
Share on other sites

I understand... I am looking for the same thing. I only have 1 feature and no additional data so I don't need or want the Data Sheet below the picture. I want my lone feature to be right below the Short Description on the right of the image. This on the product info page.

Is there also a way to get that same lone feature to be displayed in the product listing page. Right below the short description.

Surely there has to be an easy way to change these few things?

Link to comment
Share on other sites

  • 1 month later...

Hello

just copy this part of code :

<!-- product's features -->
{if $features}


  • {foreach from=$features item=feature}
  • {$feature.name|escape:'htmlall':'UTF-8'} : {$feature.value|escape:'htmlall':'UTF-8'}
    {/foreach}

{/if}

to product.tpl after this :
{if $product->description_short}
{$product->description_short}

{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...