Results 1 to 10 of 3244

Hybrid View

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by robnjay View Post
    Thanks!!

    As for my first question, color me stoopid... Why didn't I see the gigantic horizontal scroll bar at the bottom of the page?? To the right is way over to the right. Oh well, you fixed that with a little hint. Thanks!

    As for Question 2, you're right, this was not a Zen Cart, so lots of work to do..
    One of the next "First things to do" is to set up new categories in Zen Cart...
    Allison (my daughter) will have to do that. Then we'll have to map products from the old categories to the new. I wish I knew what the best structure for categories in ZC is..

    As for the images... I'm still thinking.....

    Thanks for your help, I realize this isn't really Cherry Zen related. I'll find the right place for my future questions!
    There's a download called easy populate, that may help you. It's in the download section, under "Admin Tools"

  2. #2
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default How do I access the Order Number before the Order Complete page?

    Hi,

    I guess this is strictly a question about Order Steps Edition 2, but since jadetrue has kindly pre-integrated this into Cherry Zen I'm hoping that this forum will be full of people who are familiar with this mod.

    I'm trying to get the Order Number to appear on the Review Order page. I need to do this as I'm allowing Direct Debit payments into my bank account and I want customers to use the Order Number as a reference when they make the payment. This will make it much easier for me to link up the payment to the order.

    I've tracked it down as far as includes/modules/checkout_process.php:
    Code:
    Line #67 : $insert_id = $order->create($order_totals, 2);
    Line #73 : $_SESSION['order_number_created'] = $insert_id;
    I tried to put the following in includes/languages/english/modules/payment/dirbank.php:

    Code:
     "Please use the following details to transfer your total order value:\n\n" .
    "\nReference: " . $insert_id .
    but it didn't know what $insert_id was so just left a blank.

    This example shows the dirbank module, but the question is the same for any payment module.

    Has anyone come up against this one before?

    Thanks!

    Possum.

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

    Default Re: How do I access the Order Number before the Order Complete page?

    Quote Originally Posted by possum View Post
    Hi,

    I guess this is strictly a question about Order Steps Edition 2, but since jadetrue has kindly pre-integrated this into Cherry Zen I'm hoping that this forum will be full of people who are familiar with this mod.

    I'm trying to get the Order Number to appear on the Review Order page. I need to do this as I'm allowing Direct Debit payments into my bank account and I want customers to use the Order Number as a reference when they make the payment. This will make it much easier for me to link up the payment to the order.

    I've tracked it down as far as includes/modules/checkout_process.php:
    Code:
    Line #67 : $insert_id = $order->create($order_totals, 2);
    Line #73 : $_SESSION['order_number_created'] = $insert_id;
    I tried to put the following in includes/languages/english/modules/payment/dirbank.php:

    Code:
     "Please use the following details to transfer your total order value:\n\n" .
    "\nReference: " . $insert_id .
    but it didn't know what $insert_id was so just left a blank.

    This example shows the dirbank module, but the question is the same for any payment module.

    Has anyone come up against this one before?

    Thanks!

    Possum.
    HI!

    Actually, I think this has nothing to do with order steps, as all order steps does is shows what page of the order process you're on.

    Also, I think that it is absolutely impossible to give an order number until the order is complete. As far as I know, an order number doesn't exist until the order is complete, so, there's no way to "call" the order number beforehand. I would ask this in the general forum, but I'm pretty sure what you want to do is impossible.

  4. #4
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default Re: How do I access the Order Number before the Order Complete page?

    Impossible? Well now I don't feel so bad about not being able to figure out how to do it

    Thanks jettrue.

    Possum.

    Quote Originally Posted by jettrue View Post
    Also, I think that it is absolutely impossible to give an order number until the order is complete. As far as I know, an order number doesn't exist until the order is complete, so, there's no way to "call" the order number beforehand. I would ask this in the general forum, but I'm pretty sure what you want to do is impossible.

  5. #5
    Join Date
    Oct 2006
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Does anyone know how to remove the bread crumbs on the home page only?

    I found this thread http://www.zen-cart.com/forum/showth...ght=breadcrumb
    that gives instructions but I don't think that works with this template. any help would be appreciated

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Oseymour View Post
    Does anyone know how to remove the bread crumbs on the home page only?

    I found this thread http://www.zen-cart.com/forum/showth...ght=breadcrumb
    that gives instructions but I don't think that works with this template. any help would be appreciated
    What version of zen cart are you using? All you have to do is turn it off in the admin, "Configuration", "Layout Settings", "Define Breadcrumb Status", change it to "off for home page only".

    If you followed any of the instructions from that thread, undo it, that was for an older version of zen cart.

  7. #7
    Join Date
    Oct 2006
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    What version of zen cart are you using? All you have to do is turn it off in the admin, "Configuration", "Layout Settings", "Define Breadcrumb Status", change it to "off for home page only".

    If you followed any of the instructions from that thread, undo it, that was for an older version of zen cart.
    thank you, that worked to perfection.

  8. #8
    Join Date
    Oct 2006
    Location
    Grimsby UK
    Posts
    98
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    First of all: Great Template.

    I did have one customer running at 1154x 864 and that did mess up the layouts (pushed the categories sidebox below the footer and mangled the header). I have used a fixed 1000 pix width to cater for that.
    It's a horrible res anyway and I think its just a Dell straight out the box.


    I have a question about the checkout modules.

    My customer wants the order breakdown on step 3 of the checkout process to be present in the step 2 of the checkout process so that online buyers can see what they are paying for before they have enter their card details.
    I didn't think it mattered but he's quite firm on this point.

    I did try editing the php modules but I don't really have enough experience of the flow to pick out the variables.

    I have included images to help illustrate the point.

    Regards

    Dave
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	ordersteps3.jpg 
Views:	223 
Size:	25.7 KB 
ID:	3458   Click image for larger version. 

Name:	ordersteps2.jpg 
Views:	213 
Size:	36.9 KB 
ID:	3459  

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

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