Zen Cart Logo
Forums / Managing Customers and Orders / Orders are showing only in English section

Orders are showing only in English section

Locked

Views: 1,273

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Jul 2008, 11:57 PM
#1
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Orders are showing only in English section

Hi,

I have a nice problem with my French/English languages installation.

At "My account", orders are displayed only if the customer is English section.

On the Administration side, at "Customers -> Orders", I can see only the orders if English language is selected.

Is it normal behaviour ? I mean, in the Admin it could be acceptable as long as we know this but for customers it could be really confusing... :wacko:

Note: Its a v1.3.8 Installation, with Dual Pricing, Paypal and Canada Post modules

14 Jul 2008, 3:39 PM
#2
franck69 avatar

franck69

New Zenner

Join Date:
Jun 2008
Posts:
35
Plugin Contributions:
0

Re: Orders are showing only in English section

Okay,

in tpl_account_default.php, I put this code:

echo "---".zen_count_customer_orders()."---";
echo "<pre>";
print_r($ordersArray);
echo "</pre>";

zen_count_customer_orders() returns the right amount of orders,
but $ordersArray is empty in french section...

Someone know where this array is populated ?