Page 125 of 305 FirstFirst ... 2575115123124125126127135175225 ... LastLast
Results 1,241 to 1,250 of 3042
  1. #1241
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by francocauter View Post
    Thanks Jade
    I am using the classic template.
    I have checked that, I have also checked the stylesheet, the main_page.php, the product_info_display and other....

    I think it does not look as if its easy. It seams as if the table cell of the center blosks that contains the .centerboxheading, its missing in output.
    But the strange thing is that in my other same site, hosted somewhere else the center blocks are ok. www.aromaegusto.co.uk/index1.php

    kind regards
    franco
    Have you asked in the general forum?

  2. #1242
    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
    Oops...by changing the create account button I have now found another glitch

    I now need the "Go To Checkout" button to point to the "Create Account" form!

    I really have tried very hard to work this one out but without success..can I ask for your assistance again
    Could I see the page where this occurs?

  3. #1243
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Could I see the page where this occurs?
    Sure. Here's the link.

    http://www.actorxfactor.co.uk/index....r_of_uploads=0

  4. #1244
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    except it will time out as it's the checkout page...I will try to keep it open

  5. #1245
    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
    except it will time out as it's the checkout page...I will try to keep it open
    I guess you'd need open up includes/templates/YOUR_TEMPLATE/tpl_checkout_default.php to change this line:

    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    to:
    <div class="buttonRow forward"><?php echo '<a href="https://www.actorxfactor.co.uk/index.php?main_page=create_account">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    But I guess the problem with that is that after they create an account, they won't be taken to the "checkout shipping" page, they'll have to click "checkout" again somewhere.

  6. #1246
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    I guess you'd need open up includes/templates/YOUR_TEMPLATE/tpl_checkout_default.php to change this line:

    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    to:
    <div class="buttonRow forward"><?php echo '<a href="https://www.actorxfactor.co.uk/index.php?main_page=create_account">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>

    But I guess the problem with that is that after they create an account, they won't be taken to the "checkout shipping" page, they'll have to click "checkout" again somewhere.
    I can't seem to find this file

    includes/templates/YOUR_TEMPLATE/tpl_checkout_default.php

    admin search doesn't even find it

    THIS file however has the exact same line of code:

    includes/templates/template_default/templates/tpl_shopping_cart_default.php
    Last edited by actorxfactor; 3 Oct 2007 at 12:31 AM.

  7. #1247
    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 can't seem to find this file

    includes/templates/YOUR_TEMPLATE/tpl_checkout_default.php

    admin search doesn't even find it
    SORRY!

    YOUR_TEMPLATE/templates/shopping_cart_default.php

  8. #1248
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    SORRY!

    YOUR_TEMPLATE/templates/shopping_cart_default.php
    I have changed the code here:


    includes/templates/template_default/templates/tpl_shopping_cart_default.php


    and it works.

    do you mean the apple zen template by YOUR_TEMPLATE because the file isn't in there.

    Anyway I'm still going round in circles as by creating the account the customer will go straight to the restricted content without checking out. Is there any way that by creating the account the customer will go straight to checkout??

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    I have changed the code here:


    includes/templates/template_default/templates/tpl_shopping_cart_default.php


    and it works.

    do you mean the apple zen template by YOUR_TEMPLATE because the file isn't in there.

    Anyway I'm still going round in circles as by creating the account the customer will go straight to the restricted content without checking out. Is there any way that by creating the account the customer will go straight to checkout??
    If I replaced the "continue" button with a "checkout" button that should do the trick, if so could you please advise me how to do that??

    I really appreciate all your help...thanks

  10. #1250
    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 changed the code here:


    includes/templates/template_default/templates/tpl_shopping_cart_default.php


    and it works.

    do you mean the apple zen template by YOUR_TEMPLATE because the file isn't in there.

    Anyway I'm still going round in circles as by creating the account the customer will go straight to the restricted content without checking out. Is there any way that by creating the account the customer will go straight to checkout??
    Right, well, I always say "YOUR_TEMPLATE", because I never know if people kept "apple_zen" or not, and if it is not IN your custom template , then of course you go find it in template_default, then change it, then save it in "YOUR_TEMPLATE" whatever that may be named.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR