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

Apple Zen Support Thread

Views: 855,617

Results 1,101 to 1,120 of 3,042
22 Aug 2007, 9:15 AM
#1101
davidt avatar

davidt

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Apple Zen Support Thread

Hi there,

I almost finished installing apple zen.

I use two languages (english and czech) and I changed missing czech expressions by adding define function to various files.

But I cant find how to change the arrow in checkout. It only shows "ORDER_STEPS_IMAGE_ALT"

see:

22 Aug 2007, 11:55 AM
#1102
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

davidt:

Hi there,

I almost finished installing apple zen.

I use two languages (english and czech) and I changed missing czech expressions by adding define function to various files.

But I cant find how to change the arrow in checkout. It only shows "ORDER_STEPS_IMAGE_ALT"

make sure you have this file uploaded:

includes/languages/YOUR_LANGUAGE/extra_definitions/order_steps_defines.php

22 Aug 2007, 12:13 PM
#1103
davidt avatar

davidt

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Re: Apple Zen Support Thread

Now it works great, thanks a lot for your support

David
shop.linealight.cz

23 Aug 2007, 7:18 PM
#1104
cigarp avatar

cigarp

New Zenner

Join Date:
May 2007
Posts:
13
Plugin Contributions:
0

Re: Apple Zen Support Thread

Dear Jade

I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).

This payment module was created for Oscommerce and adapted for Zen Cart.

The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.

If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.

Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!:yuck:

Guilherme

23 Aug 2007, 9:40 PM
#1105
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

cigarp:

Dear Jade

I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).

This payment module was created for Oscommerce and adapted for Zen Cart.

The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.

If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.

Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!:yuck:

Guilherme

It sounds like there is probably a missing div or extra div issue with the mod, that's causing a layout issue. If you could send me a link via PM, that would be great.

24 Aug 2007, 2:50 AM
#1106
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

cigarp:

Dear Jade

I’ve a problem with a payment module that I’ve bought in order to use the Visa and MasterCard credit card Portuguese gateway (that guarantees me the security of the Verified by Visa and Mastercard Securecode Protocoles).

This payment module was created for Oscommerce and adapted for Zen Cart.

The problem is that the fields for filling up the card data are in the bottom of the page, below the last side box and you can only see it if you use the scroll bar.

If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.

Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate!:yuck:

Guilherme
OK, so from looking at the page (thanks for the PM), it looks like that mod forgot to have the <div class="centerColumn"> surrounding its code. In all of zen carts template files, you'll see a centerColumn that holds it all. So, you'll need to open:
/includes/templates/apple_zen/templates/tpl_checkout_process_3ds_default.php

and right before <!-- body //-->, add this:

<div class="centerColumn">

and then after:

<!-- body_eof //-->, add this:
</div>

And let me know if that helps your issue. By the way, even though that page had this issue, in FF the layout didn't break as bad as it does in IE.

24 Aug 2007, 11:18 AM
#1107
cigarp avatar

cigarp

New Zenner

Join Date:
May 2007
Posts:
13
Plugin Contributions:
0

Re: Apple Zen Support Thread

Dear Jade

Yes, its perfect now :clap:

Thank you so much for your support :hug:

Guilherme

27 Aug 2007, 6:53 PM
#1108
doodlebuckets avatar

doodlebuckets

Totally Zenned

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

Re: Apple Zen Support Thread

Property behavior doesn't exist : url(includes/csshover.htc)

I am using the W3C CSS validator and got the above message. Can you tell me what this means?

Thanks! Amy

27 Aug 2007, 7:21 PM
#1109
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

Doodlebuckets:

Property behavior doesn't exist : url(includes/csshover.htc)

I am using the W3C CSS validator and got the above message. Can you tell me what this means?

Thanks! Amy

It can be ignored. the behavior trick is to get the drop down menus to work in IE, other browsers won't use it.

30 Aug 2007, 4:31 AM
#1110
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi , recently installed your template (love it so will persevere) I have a couple of issues that Im having trouble with.

  1. I can’t get the sideboxes to appear 2 .I have product description text going too far across the page into the grey panel (Right) where the sideboxes should go.
    Thanks in advance.

Gordon

30 Aug 2007, 11:08 AM
#1111
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

actorxfactor:

Hi , recently installed your template (love it so will persevere) I have a couple of issues that Im having trouble with.

  1. I can’t get the sideboxes to appear 2 .I have product description text going too far across the page into the grey panel (Right) where the sideboxes should go.
    Thanks in advance.

Gordon

Have you gone to "Tools", "Layout Boxes Controller", and turned ON the LEFT/RIGHT column status for the sidebox you'd like? Also, under "Configuration", "Layout Setting" is the global status for both left and right columns set to on?

30 Aug 2007, 2:32 PM
#1112
hllight avatar

hllight

Zen Follower

Join Date:
May 2007
Location:
Port Charlotte, FL
Posts:
125
Plugin Contributions:
0

Re: Apple Zen Support Thread

When I go to ADMIN> CUSTOMERS> ORDERS:
I get the follwoing error. I have recently installed the Ty_Package_Tracker and Customer_Tax_Exempt. Any ideas? I am going to also post on general questons.

Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195

30 Aug 2007, 3:47 PM
#1113
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

hllight:

When I go to ADMIN> CUSTOMERS> ORDERS:
I get the follwoing error. I have recently installed the Ty_Package_Tracker and Customer_Tax_Exempt. Any ideas? I am going to also post on general questons.

Parse error: syntax error, unexpected T_CASE in /home/aaadi3/public_html/admin/orders.php on line 195

I'd say there's an issue with like 195 in orders.php. :-) I forget what T_CASE means... perhaps one to many }. Just double check that you installed everything correctly.

30 Aug 2007, 6:06 PM
#1114
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Have you gone to "Tools", "Layout Boxes Controller", and turned ON the LEFT/RIGHT column status for the sidebox you'd like? Also, under "Configuration", "Layout Setting" is the global status for both left and right columns set to on?
Great thanks a million...yes I completely forgot about configuration/layout settings.

it's perfect now, you are a STAR!

31 Aug 2007, 3:04 AM
#1115
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

Don't know what I've done but HOME CATEGORIES INFORMATION etc has shifted over to the far left, any ideas? https://www.actorxfactor.co.uk

31 Aug 2007, 3:24 AM
#1116
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

actorxfactor:

Don't know what I've done but HOME CATEGORIES INFORMATION etc has shifted over to the far left, any ideas? https://www.actorxfactor.co.uk

It was an issue with the way you commented things in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

Just replace the top color section of that file with this:

body {  
	behavior: url(includes/csshover.htc);
	}
	
/*green
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}
*/

/*blue*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}


/*red 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
*/ 

/*grey 
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/
31 Aug 2007, 3:49 AM
#1117
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

It was an issue with the way you commented things in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

Just replace the top color section of that file with this:

body {
behavior: url(includes/csshover.htc);
}

/*green
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}
*/

/blue/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}

/*red
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
*/

/*grey
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/


You're amazing...ta VM
31 Aug 2007, 3:38 PM
#1118
julie_t avatar

julie_t

New Zenner

Join Date:
Nov 2006
Posts:
29
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi Jade,

I would like to change order in which the links appear in the dropdown navigation menu.

In addition to the regular pages (discount coupons, etc.) under INFORMATION, I have 7 ezpages added.

Also, I would like to move one of the ezpages under the CATEGORIES dropdown menu but it will not be a category, just an information page for the categories.

Is this possible?

Thanks in advance,

Julie

31 Aug 2007, 7:13 PM
#1119
jettrue avatar

jettrue

Totally Zenned

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

Re: Apple Zen Support Thread

julie.t:

Hi Jade,

I would like to change order in which the links appear in the dropdown navigation menu.

In addition to the regular pages (discount coupons, etc.) under INFORMATION, I have 7 ezpages added.

Also, I would like to move one of the ezpages under the CATEGORIES dropdown menu but it will not be a category, just an information page for the categories.

Is this possible?

Thanks in advance,

Julie

You want to sort the ezpage links? Have you given them a sort order for the header when you add them?

As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:

$parent_group_end_string = '</ul>',

to this:

$parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',

Of course replacing "index.php?main_page=page&id=2" with your own link.

3 Sep 2007, 1:25 AM
#1120
fontuna avatar

fontuna

New Zenner

Join Date:
Mar 2006
Posts:
53
Plugin Contributions:
0

Re: Apple Zen Support Thread

I am using zencart version 1.37 and applezen template.

I would like to move the "home, login, and search" buttons from the top header into my logo.gif. My website is https://www.lukefontana.com.

I would also like to extend the site-bg-grey.gif into the upper header area that is currently white.

If anyone has any help it would be much appreciated.

Thanks

Adam Fontana