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:
I tried to put the following in includes/languages/english/modules/payment/dirbank.php:Code:Line #67 : $insert_id = $order->create($order_totals, 2); Line #73 : $_SESSION['order_number_created'] = $insert_id;
but it didn't know what $insert_id was so just left a blank.Code:"Please use the following details to transfer your total order value:\n\n" . "\nReference: " . $insert_id .
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.
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.
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