I'm presuming a full site backup would do this? Minus the config file?
Look for a link in your inbox. Please advise on download.
David
Look for a link in your inbox. Please advise on download.
David
AbanteCart v1.4.3 is released.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteDisk quota exceeded in
public function onControllerPagesCheckoutConfirm_UpdateData() {
$registry = Registry::getInstance();
$order_id = $registry->get('session')->data['order_id'];
$order_info = $registry->get('model_checkout_order')->getOrder($order_id);
$script_html = "Place Some html Here, for ex: <script> alert('Order Total: ".$order_info['total']."')</script>";
$this->baseObject->view->addHookVar('payment_pre',$script_html);
return ;
}class StrikehawkGanalyticsStrikehawkGanalytics extends Extension {
public function __construct(){
$this->registry = Registry::getInstance();
}
public function onControllerPagesCheckoutConfirm_UpdateData() {
$registry = Registry::getInstance();
$order_id = $registry->get('session')->data['order_id'];
$order_info = $registry->get('model_checkout_order')->getOrder($order_id);
$script_html = "Place Some html Here, for ex: <script> alert('Order Total: ".$order_info['total']."')</script>";
$this->baseObject->view->addHookVar('payment_pre',$script_html);
return ;
}
<?php echo $this->getHookVar('payment_pre'); ?>2012-10-18 11:50:38 - App Warning: ADispatch blocks/banner_block construct FAILED. Missing or incorrect controller route path in /home/something/public_html/core/engine/dispatcher.php on line 452012-10-18 11:50:38 - class not exist: Error: URL: /robots.txt Could not load controller ! Call stack: Parent Controller: | < dispatch, argument : < dispatch < build, argument : index/home < _route < processRoute, argument : index/home in /home/something/public_html/core/engine/dispatcher.php on line 180
2012-10-18 11:50:38 -
' at line 3<br />Error No: 1064<br />SELECT *