use admin -> tools -> developers tool kit
in the last input field at the bottom of the page type in the word sponsor and click search
The results will indicate in which files you can find that information.
Printable View
Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".
// Showcase vs Store
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
} else {
define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
}
define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
Got it right, now! :clap:TQ
Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. :cool:TQ!
open includes/templates/cork_board/css/stylesheet.css
find the following declaration and add the highlighted portion:
#logo {
display:none;
float:left;
margin-left:176px;
margin-top:0px;
}
admin -> tools -> layout boxes controller -> sideboxes/cork_board/search_header.php (turn it off)
HI Clyde! I have problem in setting the price and the sizes of my products. I alreday search at attribute section but can't find what I want, just hope that you can help me.
I just wanna set Size A at $X, and Size B at $Y. How do I do that? I can only see attribute price & weight, how do i add the attribute price relate with size :unsure: TQ
This is not a template specific issue. and has been covered in various other threads in this forum.
Your best bet is to follow the instructions here www.zen-cart.com/tutorials/index.php?article=57
You'll want to price your products by attribute.
create an option name: "Size"
Create your option values:
"Small"
"Medium"
"Large"
"x-Large"
add your attributes to your product.
include a price for each one.
Hi Clyde,
Anything on that 'Call for Price' missing button issue?
www.thedataedge.com
Thanx......... Kamel
That is default ZC behavior
You can see this in the attached screen shot.Attachment 7648