Jump to content

Rudra123

Members
  • Posts

    7
  • Joined

  • Last visited

About Rudra123

  • Birthday 11/14/1992

Profile Information

  • Location
    Ahmedabad
  • Interests
    Our mission is to touch the horizon where our capabilities may successfully meet with the requirements of our clients, that too with ultimate transparency and cost-effectiveness.
  • First Name
    Rudra
  • Last Name
    Developer

Rudra123's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I get error regarding transaction_id in ps_order table. please help me...
  2. In YOUR_PRESTASHOP_INSTALLATION/adminYOUR_RANDOM/themes/default/template/helpers/list/list_header.tpl Find {block name="startForm"} and do following: 1) Change form method="post" to form method="GET" 2) After begining form tag - e.g. after <form method="GET" action="{$action|escape:'html':'UTF-8'}" class="form-horizontal clearfix" id="form-{$list_id}"> add following code: {if !empty($smarty.get.id_cms_category)} <input type="hidden" name="id_cms_category" value="{$smarty.get.id_cms_category|@intval}"> {/if} {if !empty($name_controller)} {assign var="controllerName" value=$name_controller} {elseif !empty($smarty.get.controller)} {assign var="controllerName" value=$smarty.get.controller} {/if} {if !empty($controllerName)} <input type="hidden" name="controller" value="{$controllerName|escape:'html':'UTF-8'}"> {/if} I tried the same you suggest... But the pagination doesn't work... I have problem with pagination in my backoffice everywhere...when i go to 2nd page, the error occurs saying too many redirects.! Thanks for the response jave.web
  3. I have pagination problem in product Listing in BO. When I go to page 2 it shows error too many redirects. The URL Becomes domain/backoffice/index.php?controller=AdminProducts&token=7eafe3e2394de4654059be8b1a983245&submitFilterproduct=2#product Can any one help Please... Thanks in Advance
  4. Hello jave.web, I'm using the version 1.6.1.5 and having pagination issue in product listing in BO. I tried your code but the code doesn't work for me...I put code {if !empty($smarty.get.id_cms_category)} <input type="hidden" name="id_cms_category" value="{$smarty.get.id_cms_category|@intval}"> {/if} {if !empty($name_controller)} {assign var="controllerName" value=$name_controller} {elseif !empty($smarty.get.controller)} {assign var="controllerName" value=$smarty.get.controller} {/if} {if !empty($controllerName)} <input type="hidden" name="controller" value="{$controllerName|escape:'html':'UTF-8'}"> {/if} immediately after <form method="GET" action="{$action|escape:'html':'UTF-8'}" class="form-horizontal clearfix" id="form-{$list_id}"> Can you help with this? Thanks...
  5. I got same error. see my js issue : http://prntscr.com/cg0pyk any one can get solution please help me.
  6. I got same error. see my js issue : http://prntscr.com/cg0pyk any one can get solution please help me.
  7. I got same error. see my js issue : http://prntscr.com/cg0pyk any one can get solution please help me.
×
×
  • Create New...