Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 4 starters question, about where to find what

4 starters question, about where to find what

Locked

Views: 1,154

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 Dec 2006, 2:42 PM
#1
hendrik6073 avatar

hendrik6073

New Zenner

Join Date:
Dec 2006
Posts:
17
Plugin Contributions:
0

4 starters question, about where to find what

I am almost ready with my shop. a few things are not really like they should be. I cannot find the place to change them.

  • in the checkout pages the next button gives a red cross, like it cannot find the button, where can i check out the path it searches ?

  • in the payment section and the order confirm mail the line "store owner/website name" shows up. My language is Dutch, i did fill the in the 'my store' section that doesn't make any difference.

  • is it possible to add shippment option, not standard but self made ?

  • i use the default classic green template, perfect for me. If i want to keep the looks and only want to change the main-color to blue, is that possible ?

thanx you very much !

30 Dec 2006, 6:26 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: 4 starters question, about where to find what

  • in the checkout pages the next button gives a red cross, like it cannot find the button, where can i check out the path it searches ?Right click the missing image and select properties and it will indicate the path to the file that is not found. Normally, includes/templates/your_template/buttons/english/image_name
  • in the payment section and the order confirm mail the line "store owner/website name" shows up. My language is Dutch, i did fill the in the 'my store' section that doesn't make any difference.I have not seen this text nor is it in a default install, try using the admin > tools > developers tools > and the last left box and enter this and serach the "all catalog" files for where this is being generated
  • is it possible to add shippment option, not standard but self made ?If you can code the php for this then yes, I would use one similar for an example.
  • i use the default classic green template, perfect for me. If i want to keep the looks and only want to change the main-color to blue, is that possible ?If you look in the /includes/templates/classic/images folder you will see several images that are used and are a gradient of green. Edit these images to blue and replace keeping the same names.
30 Dec 2006, 12:41 PM
#3
hendrik6073 avatar

hendrik6073

New Zenner

Join Date:
Dec 2006
Posts:
17
Plugin Contributions:
0

Re: 4 starters question, about where to find what

hendrik6073:

I am almost ready with my shop. a few things are not really like they should be. I cannot find the place to change them.

  1. in the checkout pages the next button gives a red cross, like it cannot find the button, where can i check out the path it searches ?

  2. in the payment section and the order confirm mail the line "store owner/website name" shows up. My language is Dutch, i did fill the in the 'my store' section that doesn't make any difference.

  3. is it possible to add shippment option, not standard but self made ?

  4. i use the default classic green template, perfect for me. If i want to keep the looks and only want to change the main-color to blue, is that possible ?

thanx you very much !

Tahnx for the reaction

I figured out a few answers myself

  1. includes-languages-<language>-button_names.php, tells what button name is searched for. So you can cehck the path

  2. modules-payment-<select method>-make payable to. this is the line that shows up and can be edited

  3. okay, i'll look into that

  4. i did find the .gif that give's the color. I use Corel Draw (not an expert) i tryed to make another color but it's not working. Does somebody know how i can create such an image thats from light to dark blue (fading in) ?

Thanks !