netamismb
Trusted Members-
Posts
178 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by netamismb
-
I have tried it, but unfortunately, it doesn't work, most probably because the version in use is an old one. I solve it with a very dirty solution I installed the bankwire module and redone the translations as a cash-of-delivery module.
-
Indeed, but first I have to make this work so I can go live with it. Unfortunately, I need the payment method to work first. Next will be to assess the 4 third-party modules and I might need to change the theme as the current one is a child of default-bootstrap.
-
The issue with 500 error on single check-out I solved it by changing the order-carrier.tpl file. But the payment method is still not available :(.
-
After migration from Prestashop to Thirtybees1.3 I get two major issues: - Using One page checkout I get error 500 - Using the 5 steps check-out - no payment method installed. I have enabled the custom payment method and created a cash-on-delivery method. Strange is that on the currency section, the checkboxes aren't tick-able. Also I notice that despite having the customers groups enabled, in the database table `ps_custom_payment_method_group` has no data. I couldn't find any database table related with the currency, not sure if should be one. I am using PHP 7.0.
-
I managed to do the migration on my local.
-
Not sure I understand. Should I change those values, maybe half of them in UpgraderTools: // Performance settings, if your server has a low memory size, lower these values $perfArray = [ 'loopBackupFiles' => [ 400, 800, 1600], 'maxBackupFileSize' => [15728640, 31457280, 62914560], 'loopBackupDbTime' => [ 6, 12, 25], 'maxWrittenAllowed' => [ 4194304, 8388608, 16777216], 'loopUpgradeFiles' => [ 600, 1200, 2400], 'loopRestoreFiles' => [ 400, 800, 1600], 'loopRestoreQueryTime' => [ 6, 12, 25], 'loopUpgradeModulesTime' => [ 6, 12, 25], 'loopRemoveSamples' => [ 400, 800, 1600], I have already disabled the back-up, I only try o migrate.
-
I believe is this one: https://github.com/thirtybees/cttopmenu, but i think can be found under the tab module in admin as well.
-
in admin, Module ->Top horizontal module and press Configure - if you want to add a menu. To add a message you can use the module Banner block - this will be displayed on the very top.
-
I have increased the memory to 1024 M, but I still get the out-of-memory issue. From the report, there are 9740 files to update and was filed after the remaining files were around 1349.
-
I am on my hosting memory_limit = 512M, and server API LiteSpeed V8.0.1 Cloudlinux 1.3 modules enabled: Artichow, Banner block, Cargus - by Complete Web, Cart block , Cash on delivery (COD) , Categories block , CMS block , Cron tasks manager , Cross-selling , Currency block , Custom CMS information block , Customer data privacy block, Customer follow-up , Customer loyalty and rewards , Dashboard Activity , Dashboard Goals , Dashboard Products , Dashboard Trends , Data mining for statistics , Ei Captcha - by hhennes, Facebook Share Button , Favorite Products , Featured products on the homepage Google Analytics , Google Analytics API , Google sitemap , Image slider for your homepage , Language block , Layered navigation block , LiteSpeed Cache Plugin Mail alerts , My Account block , My account block for your website's footer , New products block, Newsletter, Product Comments , Product payment logos block , Products category , Quick search block , RSS products feed , Site Verification - by Mediacom87, Social sharing , Suppliers block , Theme configurator , Top-sellers block , Top horizontal menu , User info block , Viewed products block , Watermark , Wishlist block
-
I am trying to migrate from Prestashop 1.6.1.13 to Thirty bees using module psonesixmigrator-v2.1.1 but I get out of memory after a few minutes. I am using PHP 7.0 Can I get some help with this issue?
-
Ok, I manage to figure out. I created a new status and add test (temporary). After that I go in Custom Payment Methods and modify the Order state to use the new status.
-
I created a custom payment method and I would like to change the status order. The issue is I don't see any custom payment: Or is it other way to change the status?
-
Stripe TB module version 1.8.0 is still compatible with 2020 API version?
-
Thank you all
-
Can anybody advise how to migrate a Prestashop 1.6 site to thirtybees?
-
In Google Search Console I get errors in all the products page: Invalid floating point number in property 'price' (in 'offers') and Missing field 'priceCurrency' (in 'offers'). I am using the Niara theme. In the page source I get: itemtype="https://schema.org/Offer"><link itemprop="availability"><meta itemprop="price" content="15.999999"><span id="our_price_display" class="price" itemprop="price">16,00 €</span> impuestos inc.<meta itemprop="priceCurrency" content="EUR"></p> I am not sure why this is happening. Does anyone manage to have those errors solved?
-
There is a post https://www.mediacom87.fr/vulnerabilite-majeure-de-securite-sur-les-sites-prestashop/ created by @Mediacom87 is this vulnerability present in thirtybees as well?
-
I am running a production site with Thirtybees v1.3 on PHP8.0. I haven't encountered any issues.
-
How can I add the fiscal identification number, both of the customer and of the shop? I have in invoice.addresses-tab.tpl and i will need before the shop address to add the NIE of the shop and before the delivery address the NIE of the customer <table id="addresses-tab" cellspacing="0" cellpadding="0"> <tr> <td width="33%"><span class="bold"> </span><br/><br/> {if isset($order_invoice)}{$order_invoice->shop_address}{/if} </td> <td width="33%">{if $delivery_address}<span class="bold">{l s='Delivery Address' pdf='true'}</span><br/><br/> {$delivery_address} {/if} </td> <td width="33%"><span class="bold">{l s='Billing Address' pdf='true'}</span><br/><br/> {$invoice_address} </td> </tr> </table>
-
May I ask which are the pages excluded from caching? I have added only the quick order, not sure if this is enough.
-
I am using LiteSpeed and for some user I get the 500 error message. It's strange that this is not happen for all, I notice that is mostly happen on mobile. is someone experience the same behavior? I am Using Prestashop LiteSpeed module.
-
Have a shared version, I am using Thirtybees 1.2 with Niara theme. When debug is mode is enabled it doesn't show any error, when save https://www.rock4u.eu/oficina4u/index.php?controller=AdminModules&configure=eucookieconsent&tab_module=front_office_features&module_name=eucookieconsent&token=fa4e03b7b504778645f8fcb814b679a7 is just saying This page is unavailable. And is not happen for all the modeles, for example Top Menu is working fine.