Jump to content

Artunj

Members
  • Posts

    146
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

4,502,807 profile views

Artunj's Achievements

  1. Hi. I would like to inform you that this solution destroys the content of the website. Now my blog content is unvisible. So be careful.
  2. Hi, thank you for your solution. Now Google Search Console accepted the verification process. Just would like to check how to remove the third slash "/" ? Here is the code: {* * 2007-2014 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-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!-- Breadcrumb --> <div class="breadcrumb_container"> <div class="container"> {if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if} {if !empty($path)} {$matchCount = preg_match_all('/<a.+?href="(.+?)"[^>]*>([^<]*)<\/a>/', $path, $matches)} {$breadcrumbs = []} {for $i=0; $i < $matchCount; $i++} {$breadcrumbs[] = ['url' => $matches[1][$i], 'title' => $matches[2][$i]]} {/for} {$match = preg_match('/>([^<]+)(?:<\/\\w+>s*)?$/', $path, $matches)} {if !empty($matches[1])} {$breadcrumbs[] = ['url' => '', 'title' => $matches[1]]} {elseif !$match && !$matchCount} {$breadcrumbs[] = ['url' => '', 'title' => $path]} {/if} {/if} <div class="clearfix"> <ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a class="home" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home'}" itemprop="item"> <i class="icon-home"></i> </a> <meta itemprop="name" content="{l s='Home'}" /> <meta itemprop="position" content="1" /> </li> {if !empty($breadcrumbs)} {foreach from=$breadcrumbs item=breadcrumb name=crumbs} <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> {if !empty($breadcrumb.url)} <a href="{$breadcrumb.url}" itemprop="item" title="{$breadcrumb.title}"> <span itemprop="name">{$breadcrumb.title}</span> </a> {else} <span itemprop="name">{$breadcrumb.title}</span> {/if} <meta itemprop="position" content="{($smarty.foreach.crumbs.iteration|intval + 1)}" /> </li> {/foreach} {/if} </ol> </div> {if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1 && isset($smarty.server.HTTP_REFERER)} <div class="pull-right"> <strong> {capture}{if isset($smarty.get.HTTP_REFERER) && $smarty.get.HTTP_REFERER}{$smarty.get.HTTP_REFERER}{elseif isset($smarty.server.HTTP_REFERER) && $smarty.server.HTTP_REFERER}{$smarty.server.HTTP_REFERER}{/if}{/capture} <a href="{$smarty.capture.default|escape:'html':'UTF-8'|secureReferrer|regex_replace:'/[\?|&]content_only=1/':''}" name="back"> <i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]} </a> </strong> </div> {/if} </div> </div> <!-- /Breadcrumb -->
  3. Здравствуйте Я получаю сообщения об ошибках после тестирования вариантов оплаты: наложенным платежом и банковским переводом. На странице подтверждения заказа я вижу все ошибки на одной странице: Пожалуйста, дайте мне знать, почему это так? Whoops, looks like something went wrong. (1/1) ContextErrorException Notice: Undefined index: margin_bottom in 53864d1a20a313377c40f63d355c7f51a3a8b464_2.file.item_one.tpl.cache.php line 42 at content_5f35a6ecf23581_60213141(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 383 at Smarty_Internal_Template->_subTemplateRender('file:_partials/layout/items/item_one.tpl', 'ps_featuredproducts|1|3|3|47', null, 9999, 31536000, array('class_item' => 'col-lg-3 col-md-4 col-6 mb-30', 'number_row' => 1, 'products' => array(object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray))), 0, false)in fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.cache.php line 33 at content_5f35a6ecee6ac1_35562456(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_runtime_updatecache.php line 38 at Smarty_Internal_Runtime_UpdateCache->updateCache(object(Smarty_Template_Cached), object(SmartyDevTemplate), false)in smarty_template_cached.php line 143 at Smarty_Template_Cached->render(object(SmartyDevTemplate), false)in smarty_internal_template.php line 211 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, null, null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false)in SmartyDevTemplate.php line 40 at SmartyDevTemplateCore->fetch()in Module.php line 2413 at ModuleCore->fetch('module:ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl', 'ps_featuredproducts|1|3|3|47')in ps_featuredproducts.php line 252 at Ps_FeaturedProducts->renderWidget('displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 971 at HookCore::coreRenderWidget(object(Ps_FeaturedProducts), 'displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 923 at HookCore::exec('displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)), null)in smarty.config.inc.php line 165 at smartyHook(array('h' => 'displayOrderConfirmation2'), object(SmartyDevTemplate))in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayOrderConfirmation2'), object(SmartyDevTemplate)))in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 223 at Block_6379441385f35a6ecc76116_64509450->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_6379441385f35a6ecc76116_64509450), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_6379441385f35a6ecc76116_64509450))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_6379441385f35a6ecc76116_64509450', 'hook_order_confirmation_2', 0)in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 303 at Block_19969016975f35a6ecc69886_14604076->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_19969016975f35a6ecc69886_14604076), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 232 at Smarty_Internal_Runtime_Inheritance->callParent(object(SmartyDevTemplate), object(Block_2782936775f35a6ecc627a0_22047195), '{block prepend}')in smarty_internal_runtime_inheritance.php line 189 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_2782936775f35a6ecc627a0_22047195), object(Block_19969016975f35a6ecc69886_14604076))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_19969016975f35a6ecc69886_14604076), object(Block_4602716015f35a6ecc7fe89_74244578))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_4602716015f35a6ecc7fe89_74244578))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_4602716015f35a6ecc7fe89_74244578', 'page_content_container', 1)in 0af017e6631c39d05dd3fd70b2387ffcea51b7d2_2.file.page.tpl.php line 179 at Block_6995122235f35a6ecc7d5b5_40756069->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_6995122235f35a6ecc7d5b5_40756069), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_6995122235f35a6ecc7d5b5_40756069), object(Block_15692635995f35a6ecc873a7_60944749))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_15692635995f35a6ecc873a7_60944749))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_15692635995f35a6ecc873a7_60944749', 'content', 2)in ef13bae4ddcc4278182150dbd60e0cd84a4e6d89_2.file.layout-one-column.tpl.php line 100 at Block_5659772155f35a6ecc86d25_95601293->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_5659772155f35a6ecc86d25_95601293), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_5659772155f35a6ecc86d25_95601293), object(Block_5454662205f35a6ecc9b0f8_13857140))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_5454662205f35a6ecc9b0f8_13857140))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_5454662205f35a6ecc9b0f8_13857140', 'content_wrapper')in a6c336a28f0f8b8d019931abe47e389af22aa2dd_2.file.layout-both-columns.tpl.php line 118 at content_5f35a6eccde186_01113203(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-both-columns.tpl')in ef13bae4ddcc4278182150dbd60e0cd84a4e6d89_2.file.layout-one-column.tpl.php line 42 at content_5f35a6ecc87ce5_91781880(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-one-column.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-one-column.tpl')in 0af017e6631c39d05dd3fd70b2387ffcea51b7d2_2.file.page.tpl.php line 33 at content_5f35a6ecc824e6_29591937(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('page.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'page.tpl')in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 39 at content_5f35a6ecc77445_51766253(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, 'layouts/layout-one-column.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('checkout/order-confirmation.tpl', null, 'layouts/layout-one-column.tpl', null, false, true, false)in SmartyDev.php line 40 at SmartyDev->fetch('checkout/order-confirmation.tpl', null, 'layouts/layout-one-column.tpl')in FrontController.php line 682 at FrontControllerCore->smartyOutputContent('checkout/order-confirmation.tpl')in FrontController.php line 666 at FrontControllerCore->display()in Controller.php line 301 at ControllerCore->run()in Dispatcher.php line 511 at DispatcherCore->dispatch()in index.php line 28
  4. Hi I am getting errors after testing my payment options: cash on delivery and bank wire. At order-confirmation page I am getting below all errors in one page: Please let me know why it is so? Whoops, looks like something went wrong. (1/1) ContextErrorException Notice: Undefined index: margin_bottom in 53864d1a20a313377c40f63d355c7f51a3a8b464_2.file.item_one.tpl.cache.php line 42 at content_5f35a6ecf23581_60213141(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 383 at Smarty_Internal_Template->_subTemplateRender('file:_partials/layout/items/item_one.tpl', 'ps_featuredproducts|1|3|3|47', null, 9999, 31536000, array('class_item' => 'col-lg-3 col-md-4 col-6 mb-30', 'number_row' => 1, 'products' => array(object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray))), 0, false)in fa6cc378d2942c8857b89d6bca728048c0caeedd_2.module.psfeaturedproductsviewste.cache.php line 33 at content_5f35a6ecee6ac1_35562456(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_runtime_updatecache.php line 38 at Smarty_Internal_Runtime_UpdateCache->updateCache(object(Smarty_Template_Cached), object(SmartyDevTemplate), false)in smarty_template_cached.php line 143 at Smarty_Template_Cached->render(object(SmartyDevTemplate), false)in smarty_internal_template.php line 211 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, null, null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false)in SmartyDevTemplate.php line 40 at SmartyDevTemplateCore->fetch()in Module.php line 2413 at ModuleCore->fetch('module:ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl', 'ps_featuredproducts|1|3|3|47')in ps_featuredproducts.php line 252 at Ps_FeaturedProducts->renderWidget('displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 971 at HookCore::coreRenderWidget(object(Ps_FeaturedProducts), 'displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 923 at HookCore::exec('displayOrderConfirmation2', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)), null)in smarty.config.inc.php line 165 at smartyHook(array('h' => 'displayOrderConfirmation2'), object(SmartyDevTemplate))in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayOrderConfirmation2'), object(SmartyDevTemplate)))in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 223 at Block_6379441385f35a6ecc76116_64509450->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_6379441385f35a6ecc76116_64509450), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_6379441385f35a6ecc76116_64509450))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_6379441385f35a6ecc76116_64509450', 'hook_order_confirmation_2', 0)in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 303 at Block_19969016975f35a6ecc69886_14604076->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_19969016975f35a6ecc69886_14604076), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 232 at Smarty_Internal_Runtime_Inheritance->callParent(object(SmartyDevTemplate), object(Block_2782936775f35a6ecc627a0_22047195), '{block prepend}')in smarty_internal_runtime_inheritance.php line 189 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_2782936775f35a6ecc627a0_22047195), object(Block_19969016975f35a6ecc69886_14604076))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_19969016975f35a6ecc69886_14604076), object(Block_4602716015f35a6ecc7fe89_74244578))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_4602716015f35a6ecc7fe89_74244578))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_4602716015f35a6ecc7fe89_74244578', 'page_content_container', 1)in 0af017e6631c39d05dd3fd70b2387ffcea51b7d2_2.file.page.tpl.php line 179 at Block_6995122235f35a6ecc7d5b5_40756069->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_6995122235f35a6ecc7d5b5_40756069), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_6995122235f35a6ecc7d5b5_40756069), object(Block_15692635995f35a6ecc873a7_60944749))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_15692635995f35a6ecc873a7_60944749))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_15692635995f35a6ecc873a7_60944749', 'content', 2)in ef13bae4ddcc4278182150dbd60e0cd84a4e6d89_2.file.layout-one-column.tpl.php line 100 at Block_5659772155f35a6ecc86d25_95601293->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_5659772155f35a6ecc86d25_95601293), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_5659772155f35a6ecc86d25_95601293), object(Block_5454662205f35a6ecc9b0f8_13857140))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_5454662205f35a6ecc9b0f8_13857140))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_5454662205f35a6ecc9b0f8_13857140', 'content_wrapper')in a6c336a28f0f8b8d019931abe47e389af22aa2dd_2.file.layout-both-columns.tpl.php line 118 at content_5f35a6eccde186_01113203(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-both-columns.tpl')in ef13bae4ddcc4278182150dbd60e0cd84a4e6d89_2.file.layout-one-column.tpl.php line 42 at content_5f35a6ecc87ce5_91781880(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-one-column.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-one-column.tpl')in 0af017e6631c39d05dd3fd70b2387ffcea51b7d2_2.file.page.tpl.php line 33 at content_5f35a6ecc824e6_29591937(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('page.tpl', null, 'layouts/layout-one-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'page.tpl')in 1d33c31336e24e420ae5e07fad862a00d59b815e_2.file.order-confirmation.tpl.php line 39 at content_5f35a6ecc77445_51766253(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, 'layouts/layout-one-column.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('checkout/order-confirmation.tpl', null, 'layouts/layout-one-column.tpl', null, false, true, false)in SmartyDev.php line 40 at SmartyDev->fetch('checkout/order-confirmation.tpl', null, 'layouts/layout-one-column.tpl')in FrontController.php line 682 at FrontControllerCore->smartyOutputContent('checkout/order-confirmation.tpl')in FrontController.php line 666 at FrontControllerCore->display()in Controller.php line 301 at ControllerCore->run()in Dispatcher.php line 511 at DispatcherCore->dispatch()in index.php line 28
  5. Здравствуйте. Я получил документ об оплате картой из азербайджанского банка. Мне нужен модуль, который поддерживает этот платеж, который будет работать в Prestashop 1.6 и 1.7. Один модуль будет установлен на 3 сайтах. Только идентификатор клиента будет отличаться. Доступны средства для снятия наличных и оплаты в рассрочку. Мой бюджет на эту работу составляет 4000 ruble. Вы также можете отредактировать готовый модуль оплаты и установить его. Документы прилагаются. Друзья, которые имеют право, могут писать сообщения. APİ ecommerce - Taksit.docx APİ ecommerce - general.docx
  6. Merhaba. Azerbaycan bankasından kartla ödeme ile ilgili döküman aldım. Prestashop 1.6 ve 1.7-de çalışacak bu ödemeyi destekleyen module ihtiyacım var. Bir modul 3 siteye kurulacaktır. Sadece muşteri id numarası farklı olacaktır. Banka kartı tek çekim ve taksit ödeme imkanları mövcut. Bu iş için büdcem 400 TL. Hazır payment modulunu editleyib kurman da mümkün. Dökümanlar ekte. Uyğun olan arkadaşlar mesaj yaza bilirler. APİ ecommerce - Taksit.docx APİ ecommerce - general.docx
  7. Привет Мне нужно интегрировать api местного банка на мой сайт в prestashop для получения платежей. У меня есть документация для интеграции. Пожалуйста, смотрите приложение. Есть ли кто-то, чтобы помочь? Спасибо Artunj APİ ecommerce - Taksit.docx APİ ecommerce - general.docx
  8. Проблема в том, что раньше он работал хорошо. Внезапно это было так. Я пытаюсь связаться с разработчиком, но нет ответа. Если я буду использовать слайдер jquery из шаблона по умолчанию, то он будет работать? Или я могу обновить текущий шаблон jquery. право? Пожалуйста, дайте мне знать, какой файл мне нужно изменить?
  9. Good day to everyone. I have a problem with "Related Products" section on product page. Related products must be in one line with scrolling option, howevery suddenly it is changed to one column option. All the products are in one column and looks ugly. Is there any settings option to fix it? please check here: https://azerbaijanguide.az/trip-to-the-ancient-gabala-oldest-church-of-the-world
  10. Herkese iyi günler. Ürün sayfasındaki "Related products" bölümü ile ilgili bir sorunum var. İlgili ürünler kaydırma seçeneğiyle tek bir satırda olmalıdır, ancak hemen bir sütun seçeneğiyle değiştirilir. Tüm ürünler tek bir sütunda ve çirkin görünüyor. Düzeltmek için herhangi bir ayar seçeneği var mı? lütfen buraya bakın: https://azerbaijanguide.az/trip-to-the-ancient-gabala-oldest-church-of-the-world
  11. Добрый день всем. У меня проблема с разделом «Related products» на странице товара. Связанные продукты должны быть в одной строке с опцией прокрутки, однако сразу же изменяется на один столбец. Все продукты находятся в одной колонке и выглядит некрасиво. Есть ли опция настроек, чтобы это исправить? пожалуйста, проверьте здесь: https://azerbaijanguide.az/trip-to-the-ancient-gabala-oldest-church-of-the-world
  12. Hi I deleted old ps_access and imported the one which is attached to this forum. My one issue resolved but another issue happened. Now I cannot have access to modules configuration. How to solve it? Thanks
  13. Actually, I have this redirection. Is there any file that I need to check for redirection after successful payment? Thanks Artunj
  14. Hi I am using this module: https://github.com/craigchristenson/prestashop-2checkout-api which is recommended by 2checkout`s official website. After a successful order, the page loads the order-history page. But it must load the order-confirmation page. And for successful event tracking on facebook pixel, I need to fix this issue. I searched a lot on forums, but every issue stayed opened. Please, let's fix this issue. Thanks Artunj
  15. Yes, but i am asking about multi select option. It is possible to add radio button, but not possible to select more than 1 option on it. Is there any way to do that?
×
×
  • Create New...