Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    [FONT=Times New Roman]Dear Jade[/FONT]

    [FONT=Times New Roman]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).[/FONT]

    [FONT=Times New Roman]This payment module was created for Oscommerce and adapted for Zen Cart.[/FONT]

    [FONT=Times New Roman]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.[/FONT]

    [FONT=Times New Roman]If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.[/FONT]

    [FONT=Times New Roman]Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate![/FONT]

    [FONT=Times New Roman]Guilherme[/FONT]

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cigarp View Post
    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!

    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.

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cigarp View Post
    [FONT=Times New Roman]Dear Jade[/FONT]

    [FONT=Times New Roman]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).[/FONT]

    [FONT=Times New Roman]This payment module was created for Oscommerce and adapted for Zen Cart.[/FONT]

    [FONT=Times New Roman]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.[/FONT]

    [FONT=Times New Roman]If you are available to help me I’ll PM you the admin site access that right now is down for maintenance.[/FONT]

    [FONT=Times New Roman]Sorry to bother you with such questions, I know that this has nothing to do with your fantastic template, but I’m desperate![/FONT]

    [FONT=Times New Roman]Guilherme[/FONT]
    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:
    Code:
    <div class="centerColumn">
    and then after:
    <!-- body_eof //-->, add this:
    Code:
    </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.

  4. #4
    Join Date
    May 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Dear Jade

    Yes, its perfect now

    Thank you so much for your support

    Guilherme

  5. #5

    Default 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

  6. #6
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Doodlebuckets View Post
    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.

  7. #7
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default 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

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    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?

  9. #9
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have set up one product with 4 attributes but I can't get the "Add to Cart" to show. What am I doing wrong??
    Thanks in advance.
    Gordon

  10. #10
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    I have set up one product with 4 attributes but I can't get the "Add to Cart" to show. What am I doing wrong??
    Thanks in advance.
    Gordon
    Are you talking about in the product listing (where all the other products in the category are next to it)? If so, that's how zen cart works -- if there are any options, you have to go directly TO the product to be able to add it to cart (otherwise, how does the customer see the options?)

    If you're are talking about the product itself, please post a link.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg