Melia Concepts Admin Posted September 25, 2012 Share Posted September 25, 2012 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 More sharing options...
Soupyrik Posted September 25, 2012 Share Posted September 25, 2012 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 More sharing options...
Melia Concepts Admin Posted September 25, 2012 Author Share Posted September 25, 2012 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 More sharing options...
Soupyrik Posted September 25, 2012 Share Posted September 25, 2012 Hi, Have you tried ctrl+refresh to clear your cache? Not sure on the features though, never had a problem myself Link to comment Share on other sites More sharing options...
Melia Concepts Admin Posted September 25, 2012 Author Share Posted September 25, 2012 Good thinking! I just thought of that, and cleared the cache, without any change. the file I changed is : themes / theme name / product.tpl I verified the theme name is the same theme we are using via the back office. I'm stumped! Link to comment Share on other sites More sharing options...
Soupyrik Posted September 25, 2012 Share Posted September 25, 2012 Are you on 1.5? Try smashing ctrl+f5 a few more times on the product page Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now