Jump to content

New to Prestashop 1.3 and need help Please


Recommended Posts

i work for a company that supply legal

 

and most of our customers have been asking for website site to place their order. I try creating a website through prestashop i succeeded with all the installation process upto the level where i added one product on the site to test the order process, i will go through all the step, registration step,summary step, login step, shipping step but when i get to the payment step the page will show an error or empty page

http://wholesalebathingsalts.com/order.php

Please help us with how to get this problem solve

Thank

Link to comment
Share on other sites

what kind of error exactly? if you have white page - turn error reporting in your store - then you will see additional information about where exactly error occur

 

than paste it here - we will try to help

 

 

please you can visit my website http://wholesalebathingsalts.com try to see it and help me our please. the problem is i am unable to reach on the payment page and i don't know how to go about getting this solve please i really need help on this.

Link to comment
Share on other sites

but if there is a white page i will not see the error code - it is important to turn on error reporting: http://www.prestasho...-or-blank-page/

 

this is the error message

 

Fatal error: Smarty error: [in /data/15/3/97/78/3097730/user/3451985/htdocs/modules/westernunion/payment.tpl line 5]: syntax error: unrecognized tag: $link->getModuleLink('westernunion', 'payment', [], true) (Smarty_Compiler.class.php, line 446) in /data/15/3/97/78/3097730/user/3451985/htdocs/tools/smarty/Smarty.class.php on line 1095

Link to comment
Share on other sites

Go to the config folder and edit defines.inc.php and turn off dev mode, should look like below:

 

If you want error reporting on just change the _PS_MODE_DEV_ = true

 

define('_PS_MODE_DEV_', false);

if (_PS_MODE_DEV_)

{

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', true);

/* Compatibility warning */

define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);

}

else

{

@ini_set('display_errors', 'off');

define('_PS_DEBUG_SQL_', false);

/* Compatibility warning */

define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

}

 

define('_PS_DEBUG_PROFILING_', false);

define('_PS_MODE_DEMO_', false);

  • Like 1
Link to comment
Share on other sites

it;s because you've got full debug mode turned on, if you will turn it off - all unnecessary information will disappear

 

when i try to go and turned it off i get this

 

 Use of undefined constant _PS_MODE_DEMO_ - assumed '_PS_MODE_DEMO_' (/data/24/3/94/58/3094384/user/3448262/htdocs/controllers/admin/AdminPerformanceController.php, line 553)[/color]
Link to comment
Share on other sites

In the deifines.inc.php file the code I posted above shows the bottom two settings as false what does your show.

Better yet just copy the code I posted above and replace your with that maybe you changed things you should not have.

Or upload a new copy from the 1.5.4.1 zip file if you have the on your PC.

Link to comment
Share on other sites

×
×
  • Create New...