Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,638

Results 1,301 to 1,320 of 3,042
20 Oct 2007, 2:44 AM
#1301
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Apple Zen Support Thread

mikomi:

Hi! Love the theme and I'm planning on using it for my new store but I have an 'issue' with the "Add to Cart" button.

When I have any attributes displayed, the button floats in the center (on the right) of the listing. The first item (Manufactured by:) follows directly after product description but anything else is forced below the button.

It's really a visual issue since everything else works.

Example :
http://shopping.mikomi.com/index.php?main_page=product_info&cPath=5_43&products_id=2

I'm not sure what the problem is... Attributes last is how I have it setup. How would you like it?

20 Oct 2007, 2:51 AM
#1302
mikomi avatar

mikomi

New Zenner

Join Date:
Oct 2007
Location:
Lethbridge, Alberta
Posts:
6
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

I'm not sure what the problem is... Attributes last is how I have it setup. How would you like it?

When I don't have attributes, it aligns at the bottom of the product description

Example:
http://shopping.mikomi.com/index.php?main_page=product_info&products_id=6

That is where I would like it when I have a product with atttributes (like my previous example); at the bottom.

It's more of annoyance on my other products that have a size choice. If the manufacturer is on, the size choice appears under the Add button

Example:
http://shopping.mikomi.com/index.php?main_page=product_info&cPath=2_19_56&products_id=1

20 Oct 2007, 2:55 AM
#1303
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

mikomi:

When I don't have attributes, it aligns at the bottom of the product description

Example:
http://shopping.mikomi.com/index.php?main_page=product_info&products_id=6

That is where I would like it when I have a product with atttributes (like my previous example); at the bottom.

It's more of annoyance on my other products that have a size choice. If the manufacturer is on, the size choice appears under the Add button

Example:
http://shopping.mikomi.com/index.php?main_page=product_info&cPath=2_19_56&products_id=1

Actually, I didn't change the product page at all, what you see is default zen cart behavior, but to change it, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the attributes section up where you would like it (everything is sectioned off nicely in that files)

20 Oct 2007, 2:57 AM
#1304
mikomi avatar

mikomi

New Zenner

Join Date:
Oct 2007
Location:
Lethbridge, Alberta
Posts:
6
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Actually, I didn't change the product page at all, what you see is default zen cart behavior, but to change it, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the attributes section up where you would like it (everything is sectioned off nicely in that files)

Thanks! I'll give it a whirl... I'm very new to ZenCart :smile:

20 Oct 2007, 3:09 AM
#1305
mikomi avatar

mikomi

New Zenner

Join Date:
Oct 2007
Location:
Lethbridge, Alberta
Posts:
6
Plugin Contributions:
0

Re: Apple Zen Support Thread

Okay, I've managed to get it to work for single attribute products but not yet for multi-attributes. It either falls in the "middle" or down by the "tell a friend/write review" buttons

20 Oct 2007, 3:53 AM
#1306
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

mikomi:

Okay, I've managed to get it to work for single attribute products but not yet for multi-attributes. It either falls in the "middle" or down by the "tell a friend/write review" buttons

Do you have a link where it does this?

20 Oct 2007, 4:56 AM
#1307
mikomi avatar

mikomi

New Zenner

Join Date:
Oct 2007
Location:
Lethbridge, Alberta
Posts:
6
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Do you have a link where it does this?
Sorry, not at this time and I have to head to bed
I'll leave it at the default settings for now, and work on the store itself

20 Oct 2007, 9:04 PM
#1308
savage avatar

savage

New Zenner

Join Date:
May 2006
Posts:
28
Plugin Contributions:
0

Re: Apple Zen Support Thread

I am using your excellent Apple Zen Cart and would like to modify a couple of things.

  1. Have my logo appear at the correct width and height.
  2. Remove the chevron columns on either side of the main page where the site-bg-blue.gif exists so that only the main centre part is visible.

The site in question is http://games.savagesoftware.com.au

Thanks.

20 Oct 2007, 10:09 PM
#1309
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

savage:

I am using your excellent Apple Zen Cart and would like to modify a couple of things.

  1. Have my logo appear at the correct width and height.
  2. Remove the chevron columns on either side of the main page where the site-bg-blue.gif exists so that only the main centre part is visible.

The site in question is http://games.savagesoftware.com.au

Thanks.

Have you read the readme.txt? It addresses both of those issues. From the readme:

** STEP 4. To use your own logo, simply overwrite "logo.gif" that is located in includes/templates/apple_zen/images/ and upload. You can create an image that is larger than it is designed to be viewed, so that when someone increases their font size, the image will enlarge also. If your logo is a lot wider or narrower than the one I designed, you may need to adjust this section in the stylesheet (includes/templates/apple_zen/stylesheet.css):

#logo {

width:19.1em

}

To keep your logo from resizing, remove

#logo img {

width:100%;

}

from stylesheet.css, and enter your logo's exact width in the #logo section.

(TIPS SECTION)7. If you would not like ANY sideboxes on this site, simply go to your admin under "Configuration", then "Layout Settings", and set the "Column Right Status - Global" to "0". This will turn off both left and right sideboxes globally, whether or not any of them are set to "on" under "Layout Boxes Controller". Then add this to your stylesheet:

#centerColumnWrapper2 {
background:#ffffff!important;
}

.centerColumn {
float:left!important;
width:95%!important;
}

21 Oct 2007, 3:54 AM
#1310
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

NAVBAR PROBLEM :(
I want to add a new TITLE on the Nav Bar.
when i tried it in the code below my titles looked like this
**HEADER_TITLE_INFORMATION **(with the text i used)
Where exactly do i insert the text below in code?

</li> <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a> <ul class="level2"> <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li> <?php if (defined('FILENAME_SITE_MAP')) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li> <?php } ?> <?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?> <li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li> <?php } ?> <?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?> <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li> <?php } ?> <?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?> <li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li> <?php } ?> <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?> </ul> <li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li> <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> <ul class="level2"> <?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'); ?>"><?php echo HEADER_TITLE_NEWSLETTERS; ?></a></li> <?php } else { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li> <?php } ?> </ul> </li> <?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li class="submenu"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> <ul class="level2"> <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> </ul> </li> <?php } else { ?> <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li> <?php } ?> </ul> </div> </div> </div> </div> </div><!-- end dropMenuWrapper-->
21 Oct 2007, 4:38 AM
#1311
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

DezineJunkie:

NAVBAR PROBLEM :(
I want to add a new TITLE on the Nav Bar.
when i tried it in the code below my titles looked like this
**HEADER_TITLE_INFORMATION **(with the text i used)
Where exactly do i insert the text below in code?

Um, what exactly are you trying to add? Sorry I am not following you.

22 Oct 2007, 4:34 AM
#1312
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

I was trying to add a heading in the nav bar, but when inserting the code it came out funky and not the right way. it showed but overlapped the next word and also was not displayed correctly.:lamo:

22 Oct 2007, 2:26 PM
#1313
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

How to add Multiple Sub-Categories in the Categorie Menu? :blush:
How do i add many sub categories under each category with a folder.
I have set it up this way only to realize that when i place a product in the sub folder, i dont think zen cart lets you put products under products, correct?

So how do i acomplish this? I dont want a huge laundry list of categories showing, so its broken down with Category Headings then many sub folders under each heading.
Example
HEAD PAPER
SUB Black
SUB **Red
**SUB **Blue
**SUB **Green
**SUB Orange

22 Oct 2007, 6:13 PM
#1314
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

Jade, I have removed my sideboxes just for my login page and am not sure how to get rid of the purplish background for the sideboxes on the login page: https://www.doodlebuckets.com/store/index.php?main_page=login

I have a login.css page and I added this code to it:

.sideBoxContent {
background:#ffffff;
}

but it didn't get rid of the sidebox background color. Can you tell me what I should put there instead? Thanks! Amy

22 Oct 2007, 6:23 PM
#1315
ojm avatar

ojm

New Zenner

Join Date:
Oct 2007
Posts:
68
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi,

I'm new to Zen Cart, so apologies if I'm missing something simple...

My uncle has just purchased a shop with RentACart, and has asked me to help setup the pre-installed Zen Cart. I have selected the pre-purchased Apple Zen template, but I can't get the product categories to show in the drop down menu.

Here's a screenshot of what's going on;

Any ideas please?

Many thanks!

22 Oct 2007, 6:45 PM
#1316
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

define_editable_sidebox_content.php
I installed this on my sideboxes. It is working correctly except the HEADER reads "YOUR HEADER IN HERE"
WHERE DOES THIS HTML FILE LIVE SO I CAN PUT IN THE PROPER HEADING?
Thanks so much im :lamo:

22 Oct 2007, 6:48 PM
#1317
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

How do i change the heading MORE information to fit the bar

22 Oct 2007, 8:05 PM
#1318
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Apple Zen Support Thread

Doodlebuckets:

Jade, I have removed my sideboxes just for my login page and am not sure how to get rid of the purplish background for the sideboxes on the login page: https://www.doodlebuckets.com/store/index.php?main_page=login

I have a login.css page and I added this code to it:

.sideBoxContent {
background:#ffffff;
}

but it didn't get rid of the sidebox background color. Can you tell me what I should put there instead? Thanks! Amy

Okay, I kept piddling and figured out to add

#centerColumnWrapper2{
background:#ffffff repeat-y 80% 0;
}

FYI for anyone who wants to do the same :)
Amy

22 Oct 2007, 8:32 PM
#1319
dezinejunkie avatar

dezinejunkie

New Zenner

Join Date:
Jan 2007
Posts:
49
Plugin Contributions:
0

Re: Apple Zen Support Thread

**IMAGE HANDLER PROBLEM
JADE
I keep getting this error message with IH. I have checked every
folder and everything is installed. The page reads in the admin
but not everything is correct. In the site page it reads below 4 times
:lamo:
**
Warning: imagejpeg(): Unable to open '/hsphere/local/home/XXXXXXX/XXXX.com/XXXXX/bmz_cache/0/098870b4ea749ddd54fc3c6b62e5fe93.image.29x40.jpg' for writing in /hsphere/local/home/XXXXX/XXXXX.com/XXXXX/includes/classes/bmz_image_handler.class.php on line 652

22 Oct 2007, 11:08 PM
#1320
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

DezineJunkie:

How to add Multiple Sub-Categories in the Categorie Menu? :blush:
How do i add many sub categories under each category with a folder.
I have set it up this way only to realize that when i place a product in the sub folder, i dont think zen cart lets you put products under products, correct?

So how do i acomplish this? I dont want a huge laundry list of categories showing, so its broken down with Category Headings then many sub folders under each heading.
Example
HEAD PAPER
SUB Black
SUB **Red
**SUB **Blue
**SUB **Green
**SUB Orange

I'm not really following what the issue is. You can add as many subcategories as you want in a main category, you just have to put any products inside the subcategories. This would be a good question for the general forum.