Jump to content

[Urgent] Blank page when check out


Recommended Posts

Hi, I was used a test account to place new order and choosing western union option then check out, but not showing any CART SUMMARY on the next page, just a blank page given. I tried to uninstall the WU module and reinstall, but no change. How to fix this, can't check out now..

 

Appreciated for help.

Thanks.....

Link to comment
Share on other sites

Hi, I was used a test account to place new order and choosing western union option then check out, but not showing any CART SUMMARY on the next page, just a blank page given. I tried to uninstall the WU module and reinstall, but no change. How to fix this, can't check out now..

 

Appreciated for help.

Thanks.....

 

hi if you've got access to error logs in your webhosting service, you can check where the problem occur. You can paste last error log (that correspond to order process) and we will see what's going on

Link to comment
Share on other sites

hi if you've got access to error logs in your webhosting service, you can check where the problem occur. You can paste last error log (that correspond to order process) and we will see what's going on

 

Hi vekia, thanks for quick reply. I'll try this to see if it works..

Link to comment
Share on other sites

@Vekia: So far I have set my smarty - Use Cache to disable. Then I try to check out I see this message given: Fatal error: Call to a member function nbProducts() on a non-object in/home/wwwroot/modules/westernunion/westernunion.php on line 167

 

How to configure the westernunion.php on line 167?

 

 

$smarty->assign(array(

'nbProducts' => $cart->nbProducts(),

'cust_currency' => $cookie->id_currency,

'currencies' => $this->getCurrency(),

'total' => number_format($cart->getOrderTotal(true, 3), 2, '.', ''),

'isoCode' => Language::getIsoById(intval($cookie->id_lang)),

'westernunionDetails' => nl2br2($this->details),

'westernunionAddress' => nl2br2($this->address),

'westernunionOwner' => $this->owner,

'westernunionState1' => $this->state1,

'this_path' => $this->_path,

'this_path_ssl' => (Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').htmlspecialchars($_SERVER['HTTP_HOST'], ENT_COMPAT, 'UTF-8').__PS_BASE_URI__.'modules/'.$this->name.'/'

));

 

return $this->display(__FILE__, 'payment_execution.tpl');

Link to comment
Share on other sites

@Vekia: So far I have set my smarty - Use Cache to disable. Then I try to check out I see this message given: Fatal error: Call to a member function nbProducts() on a non-object in/home/wwwroot/modules/westernunion/westernunion.php on line 167

 

How to configure the westernunion.php on line 167?

 

I am convinced you've found main problem.

I will check this module, could you tell me from where you get/downloaded it?

Link to comment
Share on other sites

×
×
  • Create New...