The Crabby Host Archives
Search:     Advanced search
* Home
The Crabby Host Archives  |  Crabby eCommerce Business Solutions  |  Get Zenned! Zen Cart Help and Information Center  |  Topic: Change templates 0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 2 3 4 5 [6] Go Down Print
Author Topic: Change templates  (Read 1354 times)
The Tavern Wench
Administrator
Cranky Crab
*

Karma: -1313
Offline Offline

Posts: 2682


Stupidity is its own punishment.


« Reply #75 on: November 09, 2007, 12:02:29 PM »

Ok...I'll answer the simple one first  hysterical

There is no "directory"...what it is saying is to change the name of your 'admin' (they are calling it the admin directory instead of admin folder).


Next...you have to add additional code to that section to change the colors.  This is what I have in my Candle site CSS.  You can adapt the colors to what you want:

Quote
#navEZPagesTop a span {
   color:#D5E3E3; /* color of  links */
    text-align: center;
   }
   
#navEZPagesTop a:hover span {
   color:#D5E3E3; /* color of links when hovered over */
    text-align: center;
   }
   
#navEZPagesTop a:link {
   color:#DFECE5; /* main site links color */
   text-decoration:none;
    text-align: center;
   }
 
#navEZPagesTop a:visited {
   text-decoration:none; /* color of links after customer has visited them */
    text-align: center;
   color:#DFECE5;
   }

#navEZPagesTop a:hover {
   color:#D1FFFF; /* color when links are hovered over */
    text-align: center;
   text-decoration:none;
   }

HTH 
Logged
Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #76 on: November 09, 2007, 12:21:59 PM »

Ok...I'll answer the simple one first  hysterical


There is no "directory"...what it is saying is to change the name of your 'admin' (they are calling it the admin directory instead of admin folder).


OK so what you are saying is that in my Core I have that file that is named admin, I go in and rename that folder; is that right?  And do I rename that which used to be admin folder to what I named it in steps 1 and two of

Change this section:

define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');


And this section:

define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');


OK!  So what I changed the admin to is what I change that folder to, right???
Logged

The Tavern Wench
Administrator
Cranky Crab
*

Karma: -1313
Offline Offline

Posts: 2682


Stupidity is its own punishment.


« Reply #77 on: November 09, 2007, 12:33:15 PM »

Right.
Logged
Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #78 on: November 09, 2007, 12:35:24 PM »

Right.

OK done that and now I can get to my Zen Admin when I use my new URL but now do I rename that user name for my zen cart admin to get to the zen cart as the same as I did in my Core?   hysterical
Logged

Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #79 on: November 09, 2007, 12:47:05 PM »

I meant to say, do I change my user name for my Zen Cart to match my name for the Core?
Logged

The Tavern Wench
Administrator
Cranky Crab
*

Karma: -1313
Offline Offline

Posts: 2682


Stupidity is its own punishment.


« Reply #80 on: November 09, 2007, 01:09:26 PM »

I meant to say, do I change my user name for my Zen Cart to match my name for the Core?

As far as I know, you don't have to.   
Logged
Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #81 on: November 09, 2007, 01:52:14 PM »

I meant to say, do I change my user name for my Zen Cart to match my name for the Core?

As far as I know, you don't have to.   

Good!
Logged

Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #82 on: November 09, 2007, 03:41:08 PM »

Whooooooooopsy!  I forgot to say THANK YOU!

 
Logged

Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #83 on: November 20, 2007, 02:33:36 PM »

Hello There,

I had this question for my other site but we never did get it answered so I will use this one as an example. 
http://www.baysbeautyskin...ath=19&products_id=57

Now I would like to have my description come before  add to cart and write a review, and then if I have any attributes I would like those to come right after my description.  How would I go about doing this?

Thanks Again
Logged

Cherry Pits
Feelin' Crabby
*

Karma: 286
Offline Offline

Posts: 358


Me having my morning cup of java! Ain't I perdy?


« Reply #84 on: November 25, 2007, 08:59:57 AM »

Oh wow....a Zencart expert!!!!! I was so trying to get CrystaBella's set up with Zencart and just gave up. Resorted to using Joomla and Virtuamart.

Now maybe I can figure out what I need to do to make it work!
Logged

The Tavern Wench
Administrator
Cranky Crab
*

Karma: -1313
Offline Offline

Posts: 2682


Stupidity is its own punishment.


« Reply #85 on: November 25, 2007, 09:21:31 AM »

Hello There,

I had this question for my other site but we never did get it answered so I will use this one as an example. 
http://www.baysbeautyskin...ath=19&products_id=57

Now I would like to have my description come before  add to cart and write a review, and then if I have any attributes I would like those to come right after my description.  How would I go about doing this?

Thanks Again

Hey Bays...sorry if I missed your question.

This has to be changed in your includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php file.

Each "section" of the layout is clearly labeled in green font, example:

<!--bof Tell a Friend button --> 
LINES OF CODE WILL BE HERE 
<!--eof Tell a Friend button -->


You can just copy/paste, move the sections around to where you want them to be. Make sure you copy the 'label' parts too to ensure you get the whole code and for later reference.

As always...make backups of the originial file before doing any changes. 



Oh wow....a Zencart expert!!!!! I was so trying to get CrystaBella's set up with Zencart and just gave up. Resorted to using Joomla and Virtuamart.

Now maybe I can figure out what I need to do to make it work!

I don't know about expert, but I've finally learned my way around them pretty good.  If ya need any help just yell.  If I don't know it, we'll muddle thru and figure it out together.  hysterical hysterical hysterical

Logged
Baysbeauty
Baysbeauty Gift Store
Really Crabby
*

Karma: 171
Offline Offline

Gender: Female
Posts: 643



« Reply #86 on: November 26, 2007, 04:08:41 PM »

Thanks Deb! 

 
Logged

chiquita
Completely Crabby
*

Karma: 767
Offline Offline

Gender: Female
Posts: 1593



« Reply #87 on: November 26, 2007, 04:30:14 PM »

Deb, Deb, Deb  hysterical
You are way too modest. Your zen skills rock
 
Logged

It's time to put the FUN back into dysfunctional.


Pages: 1 2 3 4 5 [6] Go Up Print 
The Crabby Host Archives  |  Crabby eCommerce Business Solutions  |  Get Zenned! Zen Cart Help and Information Center  |  Topic: Change templates « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Valid XHTML 1.0! Valid CSS!