Jump to content

Varsha28

Members
  • Posts

    41
  • Joined

  • Last visited

1 Follower

Profile Information

  • Activity
    Other

Recent Profile Visitors

2,902,155 profile views

Varsha28's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, Our store www.rightdeal.in gives error while going to delete multiple categories at a time. Error is Warning: Invalid argument supplied for foreach() in /home/right129/public_html/modules/blocklayered/blocklayered.php on line 849 Warning: Invalid argument supplied for foreach() in /home/right129/public_html/modules/blocklayered/blocklayered.php on line 3364 Catchable fatal error: Argument 2 passed to ObjectModelCore::hydrateCollection() must be an array, boolean given, called in /home/right129/public_html/classes/Collection.php on line 343 and defined in /home/right129/public_html/classes/ObjectModel.php on line 1413 Anyone helps me on this matter? Thanks
  2. Hello Vekia, Thanks for your reply. The suggestion is not working. It only works with default theme but not with the paid theme Shibui 8.0. Can you please help me? Thanks
  3. Hello, I get following error on installation of modules. The following module(s) were not installed properly: - ixtengine : Unable to install override: The method checkMobileContext in the class Context is already overriden. How to overcome on this error? Thanks in advance
  4. Hello all, On history page when i try to click on link of order reference, PDF or details it gives error Installation is incomplete. Uninstall and install the Theme Engine by IXThemes module or change theme, please. Fatal error: Uncaught exception 'SmartyException' with message 'Missing template name' in /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php:634 Stack trace: #0 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(117): Smarty_Internal_Template->__get('source') #1 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #2 /home/right129/public_html/cache/smarty/compile/80/bb/84/80bb844502aef8d91acb08c289a45eddf2b8b66b.file.blockcurrencies.tpl.php(23): Smarty_Internal_Template->getSubTemplate('', NULL, NULL, NULL, NULL, Array, 0) #3 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(180): content_540700e8e49038_58535864(Object(Smarty_Internal_Template)) #4 /home/right129/public_html/classes/module/Module.php(1623): Smarty_Internal_TemplateBase->fetch() #5 /home/right129/public_html/modules/blockcurrencies/blockcurrencies.ph in/home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php on line 634 can anyone helps me on this? Site URL is www.rightdeal.in Thanks in advance
  5. Hello, Here i attached files in module blockcurrencies. The file blockcurrencies.tpl contains code {* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- Block currencies module --> <script type="text/javascript"> $(document).ready(function () { $("#setCurrency").mouseover(function(){ $(this).addClass("countries_hover"); $(".currencies_ul").addClass("currencies_ul_hover"); }); $("#setCurrency").mouseout(function(){ $(this).removeClass("countries_hover"); $(".currencies_ul").removeClass("currencies_ul_hover"); }); $('ul#first-currencies li:not(.selected)').css('opacity', 0.3); $('ul#first-currencies li:not(.selected)').hover(function(){ $(this).css('opacity', 1); }, function(){ $(this).css('opacity', 0.3); }); }); </script> <div id="currencies_block_top"> <form id="setCurrency" action="{$request_uri}" method="post"> <p> <input type="hidden" name="id_currency" id="id_currency" value=""/> <input type="hidden" name="SubmitCurrency" value="" /> {l s='Currency' mod='blockcurrencies'} : {$blockcurrencies_sign} </p> <ul id="first-currencies" class="currencies_ul"> {foreach from=$currencies key=k item=f_currency} <li {if $cookie->id_currency == $f_currency.id_currency}class="selected"{/if}> <a href="javascript:setCurrency({$f_currency.id_currency});" title="{$f_currency.name}">{$f_currency.sign}</a> </li> {/foreach} </ul> </form> </div> <!-- /Block currencies module --> blockcurrencies.php
  6. Hello, I am using Prestshop 1.5.4.1 on checkout after payment cart is not emptied. It shows all items purchased in cart. When i go through back office after admin confirmation it creates order and then cart is empty. But i want cart empty on payment confirmation anyone helps me? Regards -varsha
  7. Hello mikecheung, Which .tpl file you are talking? can you please explain?
  8. Hello Everyone, When i am clicking on details button in order history tab it gives smarty error as Installation is incomplete. Uninstall and install the Theme Engine by IXThemes module or change theme, please. Fatal error: Uncaught exception 'SmartyException' with message 'Missing template name' in /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php:634 Stack trace: #0 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(117): Smarty_Internal_Template->__get('source') #1 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #2 /home/right129/public_html/cache/smarty/compile/80/bb/84/80bb844502aef8d91acb08c289a45eddf2b8b66b.file.blockcurrencies.tpl.php(23): Smarty_Internal_Template->getSubTemplate('', NULL, NULL, NULL, NULL, Array, 0) #3 /home/right129/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(180): content_53e9f662788235_57910390(Object(Smarty_Internal_Template)) #4 /home/right129/public_html/classes/module/Module.php(1623): Smarty_Internal_TemplateBase->fetch() #5 /home/right129/public_html/modules/blockcurrencies/blockcurrencies.ph in/home/right129/public_html/tools/smarty/sysplugins/smarty_internal_template.php on line 634 can anyone helps me? Regards -Varsha
  9. Yes bellini13 i go there and change settings of Severity levels from 1 to 2,3 but there is no impact on mails. I am continue receiving mails from store. My inbox is full of this mail. Can you help?
  10. Hello, I am using Prestashop 1.5.4.1 for my store. From last Thursday i got continuous mail from store and the message of mail is Hello, You have received a new log alert Warning: you have received a new log alert in your Back Office. You can check for it in the "Tools" > "Logs" section of your Back Office. There are thousands of mail in my account. Can anyone knows how to stop it. Please help me thanks in advance. Regards -Varsha
  11. Hello, When i am going to Preferences SEO & URLs tabafter that if i want to open any link like 404, best sales etc it gives error message Fatal error: Uncaught exception 'ReflectionException' with message 'Class CustomizationController does not exist' in /home/right129/public_html/classes/Meta.php:71 Stack trace: #0 /home/right129/public_html/classes/Meta.php(71): ReflectionClass->__construct('CustomizationCo...') #1 /home/right129/public_html/controllers/admin/AdminMetaController.php(229): MetaCore::getPages(true, 'best-sales') #2 /home/right129/public_html/classes/controller/AdminController.php(1430): AdminMetaControllerCore->renderForm() #3 /home/right129/public_html/classes/controller/Controller.php(167): AdminControllerCore->initContent() #4 /home/right129/public_html/classes/Dispatcher.php(349): ControllerCore->run() #5 /home/right129/public_html/admin0621/index.php(50): DispatcherCore->dispatch() #6 {main} thrown in /home/right129/public_html/classes/Meta.php on line 71 anyone helps me? Thanks in advance Regards -Varsha
  12. Hello, On my site after confirmation of payment it shows error and payment confirmation was not done. It gives error message of fatal error. Anyone knows helps me? Thanks & Regards -Varsha
×
×
  • Create New...