Jump to content

Customizing the Data Sheet


Melia Concepts Admin

Recommended Posts

I am very new to any kind of customization. I am using the Features option, to create a Data sheet for each product, with the sizing information.

 

So the details of the data sheet look like this:

  • Medium : Bust (34-36) Cup size (B-C) Waist (25-27) Hips (36-38)
  • Small : Bust (32-34) Cup size (A-B Waist (23-25) Hips (34-36)
  • XLarge : Bust (38-40) Cup size (B-D) Waist (30-34) Hips (40-42)
  • Large : Bust (36-38) Cup size © Waist (27-29) Hips (38-40)

I have 2 questions:

 

(1) How are the items being sorted? I would like them sorted as ( small, medium, large, xl)

I can't seem to get the display correct. I have tried to add the items in order, then tried to add a 1. , 2. in front of the items.. no luck..tips please!

 

(2) I would like to rename the label "Data Sheet" to be " Sizing Chart". Can you give me some guidence on where I would find that code?

Link to comment
Share on other sites

Hi,

 

In answer to your questions:

 

1) The order is specified in Catalogue>Features in your admin panel. Use the little black arrows to move them up and down

 

2) find product.tpl in your themes folder and find the following code

 

{if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Data Sheet'}</a></li>{/if}

 

and replace it with

 

{if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Sizing Chart'}</a></li>{/if}

 

Tadaaaaa

Link to comment
Share on other sites

Thanks for the answer, but of course, more questions..

 

1) Back office > Catalog > Features shows the entries in the correct order:

Small

Medium

Large

XLarge

 

When the Features tab is opened by product it looks like this:

Large:

Medium

Small

XLarge

 

And this is how it is displayed on the web under the product. On the features tab by product, there is no option to sort them.

 

2) I have updated the product.tpl in the themes folder to be what you referenced above and it is not updating the label for that Data Sheet tab, any other ideas?

 

thanks for your help!

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...