Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Needing to be pointed to the right places

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-30-2010, 02:22 PM
 
Mynex Mynex is offline
 

Newbie
  
Join Date: Mar 2007
Posts: 6
 

Exclamation Needing to be pointed to the right places

I have 7 issues, most are just me needing to be pointed to the right place.. well probably all of them are... So here goes;

1. When clicking on a category (or sub) and products are listed (3 column) the short description does not show up; How do I get this to show?

2. On an individual item page, the SKU is showing, even though I have the option to show SKU off in the configuration. Is this a bug or is there more than one place for this setting?

3. On the flyout menus - My catgory names are to long - where do I got to change the char limit in the flyout menus?

4. I've changed out the xlogo.gif with my own - where/how do I go to change the URL associated with it (I want it to point back to my website, not the Store itself)

5. Under the 'Home' option for users - where/how do I go to change the URL associated with that?

6. I want my browsers page title (my company name) to be static rather than change by categories/product/etc - where/how do I go to change this?

7. I need a reminder of the specific file to edit the welcoming page "this is for demo..." - The 'documentation' on going to webmaster mode isn't clear enough to me

I've looked through the edit templates sections... but there's so many files there I'm pretty sure I've missed where to make some of these changes...

so any help here would be appreciated, just point me in the right direction and I'll beat on it.

Version: xcart gold 4.3.1

W. Robert Reed III
Reply With Quote
  #2  
Old 04-30-2010, 04:07 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Needing to be pointed to the right places

1. When clicking on a category (or sub) and products are listed (3 column) the short description does not show up; How do I get this to show? Edit skin1/customer/main/products_t.tpl

2. On an individual item page, the SKU is showing, even though I have the option to show SKU off in the configuration. Is this a bug or is there more than one place for this setting? Edit skin1/customer/main/product_details.tpl

3. On the flyout menus - My catgory names are to long - where do I got to change the char limit in the flyout menus? Edit skin1/modules/Flyout_Menus/categories.tpl

4. I've changed out the xlogo.gif with my own - where/how do I go to change the URL associated with it (I want it to point back to my website, not the Store itself) Edit skin1/customer/head.tpl

5. Under the 'Home' option for users - where/how do I go to change the URL associated with that? Not sure what you need here

6. I want my browsers page title (my company name) to be static rather than change by categories/product/etc - where/how do I go to change this? I would advice against that - having same title for each page will get you in trouble with SE. If you still wanna do it just hard code it in skin1/customer/service_head.tpl

7. I need a reminder of the specific file to edit the welcoming page "this is for demo..." - The 'documentation' on going to webmaster mode isn't clear enough to me. Welcome page is skin1/customer/main/welcome.tpl
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #3  
Old 04-30-2010, 04:31 PM
 
Mynex Mynex is offline
 

Newbie
  
Join Date: Mar 2007
Posts: 6
 

Default Re: Needing to be pointed to the right places

Quote:
Originally Posted by cflsystems
5. Under the 'Home' option for users - where/how do I go to change the URL associated with that? Not sure what you need here

on the main screen (after login) in the upper right corner you have: Home, Shopping Cart, & Contact Us.

The 'Home' there always points back to the xcart main page. I'd like it to point back to my main site instead.



And thank you for the information for the other ones! Muchly appreciated!
Reply With Quote
  #4  
Old 04-30-2010, 07:34 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Needing to be pointed to the right places

These links are defined in admin/administration/speed bar

P.S. in 4.3.1 may be under something else then "administration" but it is "speed bar"
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 05-01-2010, 08:10 AM
 
Mynex Mynex is offline
 

Newbie
  
Join Date: Mar 2007
Posts: 6
 

Default Re: Needing to be pointed to the right places

Okay, I've reduced my list to just 2 items, thanks for all the help so far!

These last 2 I'm so missing something here...

3. On the flyout menus - My catgory names are to long - where do I got to change the char limit in the flyout menus?
Edit skin1/modules/Flyout_Menus/categories.tpl

Okay, either I'm not seeing what needs to be edited to expand the # of characters to display, or I've got to add it... Can someone please be specific with what I need to do here? I only need to add like 3 characters to the default string length.


7. I need a reminder of the specific file to edit the welcoming page "this is for demo..." - The 'documentation' on going to webmaster mode isn't clear enough to me.
Welcome page is skin1/customer/main/welcome.tpl

okay, I wasn't specific/clear enough AND I'm apparently retarded.

I want to change the text in the welcome message itself... this whole 'change text in the xxx.lng stuff is driving me nuts because I can not find any such files anywhere in the xcart file directory...

So help an apparent yellow helmet out (again) please? :s
Reply With Quote
  #6  
Old 05-01-2010, 06:54 PM
 
Mynex Mynex is offline
 

Newbie
  
Join Date: Mar 2007
Posts: 6
 

Default Re: Needing to be pointed to the right places

okay, finally found #7... wow they've moved a lot of things around from 4.1/4.2 in 4.3... :/

So I'm still stuck on #3 - extending the character string length for the cat/subcat on the flyout option.
Reply With Quote
  #7  
Old 05-01-2010, 07:06 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Needing to be pointed to the right places

Use truncate - http://www.smarty.net/manual/en/language.modifier.truncate.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #8  
Old 05-01-2010, 08:05 PM
  toddpatterson's Avatar 
toddpatterson toddpatterson is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Arkansas
Posts: 140
 

Default Re: Needing to be pointed to the right places

Quote:
Originally Posted by Mynex
Okay, I've reduced my list to just 2 items, thanks for all the help so far!

These last 2 I'm so missing something here...


7. I need a reminder of the specific file to edit the welcoming page "this is for demo..." - The 'documentation' on going to webmaster mode isn't clear enough to me.
Welcome page is skin1/customer/main/welcome.tpl

okay, I wasn't specific/clear enough AND I'm apparently retarded.

I want to change the text in the welcome message itself... this whole 'change text in the xxx.lng stuff is driving me nuts because I can not find any such files anywhere in the xcart file directory...


The easiest way to do this is go to LANGUAGES, select to edit English and then scroll down just a bit to the filter. Type in WELCOME and hit enter. Scroll down a tad until you see the Default Welcome. You can change it from right there and even use the little WYSIWYG editor
__________________
B&T sales
xCart 5 Business
Core Version: 5.3.5
Reply With Quote
  #9  
Old 05-01-2010, 08:08 PM
  toddpatterson's Avatar 
toddpatterson toddpatterson is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Arkansas
Posts: 140
 

Default Re: Needing to be pointed to the right places

Uh, for your Flyout Menus, couldn't you use the "Enable word wrapping for long category names" to solve it or are you specifically wanting everything to appear on one line?
__________________
B&T sales
xCart 5 Business
Core Version: 5.3.5
Reply With Quote
  #10  
Old 05-01-2010, 09:35 PM
 
Mynex Mynex is offline
 

Newbie
  
Join Date: Mar 2007
Posts: 6
 

Default Re: Needing to be pointed to the right places

Quote:
Originally Posted by toddpatterson
Uh, for your Flyout Menus, couldn't you use the "Enable word wrapping for long category names" to solve it or are you specifically wanting everything to appear on one line?

Aye, I want it on 1 line. Sadly it's _3_ characters to short. :/

I freely admit I don't know jack about the smarty stuff... So I'd need someone to explicitly explain it to me... As in what file I need to edit, what section of the file, and what I need to edit/add to that section of the file.

Or, if someone can point me to a clean example, I can much with it from there.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:34 PM.

   

 
X-Cart forums © 2001-2020