

piet
Members-
Posts
122 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by piet
-
Thanks, looks great. I will use this. Maybe @tommat adds this option in the Niara theme 🙂
-
Can someone enlighten me on the logic of hooks?
piet replied to movieseals's question in Technical help
Hi Christian, Good question. I don't have the answer but I'm curious too. Did you refresh your cash after disabeling the modules or isn't that necessary? Best regards, Piet -
Great idea. This will make life a lot easier
-
Hi, Welcome at TB forum. Good choice to go for Thirtybees. Personaly I would not buy this theme although it looks very nice. When I look on themeforrest I see the last update is 2 years old.
-
remove Receive special offers from our partners! checkbox
piet replied to Fernando's topic in Tips and Tricks
Hi Fernando, In the backoffice Preferences/Customers you can switch off the opt-in option. Switching off the opt-in should also remove the checkbox on the checkout page. Best regards, Piet -
This is one very important cause. Like Lesley said you did not redirect your urls. Google has to index your site again and it takes minimum several months to reach the same results. So I will advise you to redirect all you old urls to the new ones asap.
-
Verhuizen naar ander domijn op dezelfde server
piet replied to Remigius's topic in Nederlandstalig Forum - Algemeen
Mooi dat het werkt nu. De .htaccess staat gewoonlijk in de root van de shop op de webserver. -
Verhuizen naar ander domijn op dezelfde server
piet replied to Remigius's topic in Nederlandstalig Forum - Algemeen
Hoi, Heb je de cache en de .htaccess ook leeggemaakt? -
Cannot select Payment and shipment options to finish order
piet replied to piet's question in Bug Reports
Does anyone have a tip where to look? -
Hi, We have a very strange issue. When a customer is logged in and creates a shopping cart he is not able to complete this cart on the checkout page (one page checkout), every payment option or delivery option is not selectable the address update button is not active as well. If a customer makes a shoppingcart as a guest and logs in on the checkout page everything works well. If we use 5 page checkout everything works fine and all options are selectable. We are using TB1.0.8 an the latest Panda theme for TB. Best regards, Piet
-
upgrade van versie 1.0.3 naar 1.0.8
piet replied to Generaal's topic in Nederlandstalig Forum - Algemeen
Welke versie PHP gebruik je? Wellicht is daar iets te winnen. -
You mean don't use Mollie anymore? A lot of Dutch users won't be happy with that!
-
I vote for this option too!
-
Your first remark is something I wanted to post too, When installing a new theme the config has to be done manually (config file is available in the theme, in my case Panda for tb). It's not so handy and mistakes are made very easy. I hope it can be solved soon. The second remark about deleting multiple modules, have you tried the mass deletion option of selected modules at the bottom of the modules screen?
-
I just remembered that I saw once a tutorial about adding sorting options. Maybe you can start here: http://nemops.com/sort-by-sales-prestashop/#.XDXOSlxKhPY
-
@jonny Thanks for the update. Just for your information, we had no third party modules installed. We started with a clean install of TB 1.0.8 and the Panda theme.
-
@Jonny Can you please take a look at this issue, if you haven't solved it yet. We installed Panda 1.4 for TB.
-
@lesley Thanks, that did the job. What I did was a fresh install of TB1.0.8 plus installion of the Panda theme for TB. Is there something wrong with the theme? In that case Johnny should be informed.
-
Part 2 {if isset($smarty.get.searchquery) && isset($smarty.get.results) && $smarty.get.results > 1 && isset($smarty.server.HTTPREFERER)} {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} {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]} {/if}
-
@lesley Below you will find 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 contact@prestashop.com * @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 *} {if isset($smarty.capture.path)}{assign var='path' value=$smarty.capture.path}{/if} {if !empty($path)} {* Extract bradcrumb links from anchors } {$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} {* Extract the last breadcrumb which is not link, it's plain text or text inside span *} {$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} {l s='Home'} {if !empty($breadcrumbs)} {foreach from=$breadcrumbs item=breadcrumb name=crumbs} {$navigationPipe} {if !empty($breadcrumb.url)} {$breadcrumb.title} {else} {$breadcrumb.title} {/if} {/foreach} {/if}
-
Need some help here please. When I try to open any page except the home page TB gives a 500 error. Debug mode on gives following info: Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/avionixstore/publichtml/vendor/smarty/smarty/libs/sysplugins/smartyinternal_compilebase.php on line 75 Warning: count(): Parameter must be an array or an object that implements Countable in /home/avionixstore/publichtml/modules/blockcartmod/blockcart_mod.php on line 264 Warning: count(): Parameter must be an array or an object that implements Countable in /home/avionixstore/publichtml/modules/blockcartmod/blockcartmod.php on line 264 [ThirtyBeesException] Syntax error in template "/home/avionixstore/publichtml/themes/panda/breadcrumb.tpl" on line 50 " " unclosed {foreach} tag at line 50 in file vendor/smarty/smarty/libs/sysplugins/smartyinternaltemplatecompilerbase.php 45. */ 46. public static $_tag_objects = array(); 47. 48. /** 49. * tag stack 50. * 51. * @var array 52. */ 53. public $_tag_stack = array(); 54. 55. /** Smarty_Internal_TemplateCompilerBase->trigger_template_error - [line 165 - vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php] - [1 Arguments] Smarty_Internal_CompileBase->closeTag - [line 202 - vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php] - [2 Arguments]
-
You don't have to delete them, just make them visible or not. On youtube you can find different videos how to setup the different options.
-
No need to copy, you can also use the multistore feature. You'll find the option in preferences/general.
-
@lesley said in Ebay and ThirtyBees inventory: There are ebay modules like this one, https://store.thirtybees.com/shop-modules/administration/thirtybees-ebay-intergration-prestabay?search_query=ebay&results=3 that should sync the inventory. @lesley I just took a look at the module in the Thirtybees you've linked. The first thing I noticed is the compatibility of the module, it stops at version 1.03. If I wanted to buy this module I stepped away because of this. Maybe you should ask the developers whenever a new TB version is released the adapt the compatibility of the modules in the TB store.
-
Hi, To show the status messages in the correct order you can add a number before the status like "1. Awaiting Payment, 2. Preparation, etc." That's the way I solved this. For the not used statusses I added NA in front to mark them as not applicable.