Jump to content

greanman

Members
  • Posts

    7
  • Joined

  • Last visited

greanman's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. We have a number of products that are required to use the same name so when creating cart rules including these items it is a process of trial and error to select the correct item. To address this I would like to add the product reference code to the fancybox pop-up in Cart Rules. I have identified the area in lines 4-8 and 17-21 of product_rule_itemlist.tpl but can't get $item.reference or any other variations that I've tried to work. <select multiple size="10" id="product_rule_select_{$product_rule_group_id|intval}_{$product_rule_id|intval}_1"> {foreach from=$product_rule_itemlist.unselected item='item'} <option value="{$item.id|intval}" title="{$item.name}"> {$item.name} - {$item.reference}</option> {/foreach} </select> Any help would be greatly appreciated.
  2. I've been having trouble with prestashop 1.6 site speed for months with no joy for a solution but by commenting out the kpi as explained by Calatravo here https://www.prestashop.com/forums/topic/393493-remove-kpi-container-from-bo-pages/ and cleaning out the big numbers of entires listed in mySQL table ps_configuration listed by ln_ above site speed both frontend and backend is incredibly fast. Very happy right now!
  3. I'm trying to install the Product Filter Module (http://addons.prestashop.com/en/search-filters-prestashop-modules/1961-product-filter.html) but when intalling I get the following error: [PrestaShop] Fatal error in module blockproductfilter: syntax error, unexpected '(' Now when I go into the modules page of the Back Office i now get the following appearing to the top of the page: The following module(s) could not be loaded:: blockproductfilter (parse error in /modules/blockproductfilter/blockproductfilter.php) blockproductfilter (class missing in /modules/blockproductfilter/blockproductfilter.php) Any help would be greatly appreciated
  4. Had issues trying to get this working without using advanced stock management but finally stumbled on the simple solution by just doing a few minor sql saves and updates thanks to this piece of info... http://blog.irrelevant.com/2013/08/prestashop-switching-to-shared-stock.html
  5. I'm currently running a store on v1.3.3.0 and really want to upgrade to v1.5 The one click upgrade is only available from v1.4 so having looked around it seems that the best way to do the upgrade will be in two stages from 1.3 > 1.4 then 1.4 > 1.5. I want to minimalise downtime so will set-up a temp site in v1.4 and also v1.5 and will go live with v1.5 as soon as the upgrade is successful. I guess my question is then is this how would do it? Are there any problems that you think I'll encounter here? Can you provide any advice in executing the plan? All comments appreciated.
  6. Gotcha! Disabled "Friendly URL" in preferences and we are all go. Hope this helps someone in future.
  7. I've pretty much done the same process as discussed above and now have my PrestaShop sitting on a subfolder on my new server. Admin seems to be working fine however product images on the website itself are not being found correctly and all links are displaying the error page "object not found". The page addresses being linked to look fine (ie. same as before with subfolder prefix). Any ideas?!
×
×
  • Create New...