-
Posts
435 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by Pedalman
-
Oh, that is interesting news. I started ThirtyBees with Shoply (Iquit author of Warehouse) 10 days ago. Actually we migrated after 5 years Prestashop. I stumbled about several critical issues (schema org prices differ from price -> very bad for google shopping/PayPal login crashes cart/images on product page are loaded as mixed content http:// though SSL is set for whole page). In a nutshell, I would like to copy layout design now form our Shoply theme into Warehouse, since Iquit refunded me Shoply in order to buy Warehoues :) Here it is said, that mdekker supports Warehouse. Well, that is best news but should it be vice versa. Shouldnt Iquit do so? Anyhow this is thumbs up for me for buying Warehouse until Community-Theme gets a homepage builder. Or are there concerns agaings Warehouse and general suggestions is for Panda and Transformer (not to mention community-theme blob?).
-
just installed a clean TB1.3 and installed its PayPal module, filled it with sandbox data and: all is fine ! Good new for you bad for me :( On all occasions where I can test (locally with Xampp, live clone and live server) each time it crashes in the way as described. To be said that each installation is my old Prestashop V1.6.15 that I migrated to TB1.0, updated to TB1.3 and on which I run my 'Shoply' theme from IQUIT.
-
Actually, it happened after filling sandbox data and then activating PayPal login but I am pretty sure that the same happened on the live server with PayPal "live data" from.
-
I already started a thead about TB1.3 and Shoply theme and critical issues I noticed. But this one seems to be related to TB1.3 exclusively (at least I hope so): If PayPal module is installed and actived all is fine as long the PayPal login feature is not actiaved. If so, cart page crashes. Debug mode gives me this: ``` Notice: Undefined property: stdClass::$accesstoken in C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\classes\PayPalLogin.php on line 226 Call Stack: 0.0004 142856 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1274 9271280 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.1581 10320392 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2948 17085968 4. OrderControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.5970 28616432 5. ParentOrderControllerCore->assignSummaryInformations() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\OrderController.php:317 0.6337 29363624 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ParentOrderController.php:431 0.6337 29363784 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 0.6339 29366624 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 0.6339 29366816 9. PayPal->hookShoppingCartExtra() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 0.6436 29407416 10. PayPal->getTrackingCode() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\paypal.php:1194 0.6481 29612696 11. PayPalModule\PayPalLogin->getRefreshToken() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\paypal.php:1220 Notice: Undefined property: stdClass::$expiresin in C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\classes\PayPalLogin.php on line 227 Call Stack: 0.0004 142856 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1274 9271280 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.1581 10320392 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2948 17085968 4. OrderControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.5970 28616432 5. ParentOrderControllerCore->assignSummaryInformations() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\OrderController.php:317 0.6337 29363624 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ParentOrderController.php:431 0.6337 29363784 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 0.6339 29366624 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 0.6339 29366816 9. PayPal->hookShoppingCartExtra() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 0.6436 29407416 10. PayPal->getTrackingCode() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\paypal.php:1194 0.6481 29612696 11. PayPalModule\PayPalLogin->getRefreshToken() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\paypal\paypal.php:1220 [ThirtyBeesException] Property PayPalModule\PayPalLoginUser->access_token is empty at line 1022 in file classes/ObjectModel.php } $message = $this->validateField($field, $this->$field); if ($message !== true) { if ($die) { throw new PrestaShopException($message); } return $errorReturn ? $message : false; } } ObjectModelCore->validateFields - [line 321 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 752 - classes/ObjectModel.php] ObjectModelCore->update - [line 540 - classes/ObjectModel.php] - [1 Arguments] ObjectModelCore->save - [line 228 - modules/paypal/classes/PayPalLogin.php] PayPalModule\PayPalLogin->getRefreshToken - [line 1220 - modules/paypal/paypal.php] PayPal->getTrackingCode - [line 1194 - modules/paypal/paypal.php] - [1 Arguments] PayPal->hookShoppingCartExtra - [line 771 - classes/Hook.php] - [1 Arguments] HookCore::coreCallHook - [line 489 - classes/Hook.php] - [3 Arguments] HookCore::execWithoutCache - [line 280 - classes/Hook.php] - [7 Arguments] HookCore::exec - [line 431 - controllers/front/ParentOrderController.php] - [2 Arguments] ParentOrderControllerCore->_assignSummaryInformations - [line 317 - controllers/front/OrderController.php] OrderControllerCore->initContent - [line 366 - classes/controller/Controller.php] ControllerCore->run - [line 743 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 33 - index.php]```
-
Relating to the products comments / product rating isse: I just edited my Shoply product ratings module to the code of Warehouse but the crashing of product page remains. Debug Mode: ``` Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1324 30873744 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1356 30880424 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1391 30884240 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1426 30888160 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1456 30892088 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 Notice: Undefined index: idcategorydefault in C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php on line 1676 Call Stack: 0.0005 143208 1. {main}() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:0 0.1757 9274480 2. DispatcherCore->dispatch() C:\xampp\htdocs\ps-backuplive-tb-shoply\index.php:33 0.2086 12144048 3. ControllerCore->run() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Dispatcher.php:743 0.2870 15606568 4. ProductControllerCore->initContent() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\controller\Controller.php:366 0.7255 29142536 5. ProductControllerCore->assignCategory() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:274 0.7383 29165536 6. HookCore::exec() C:\xampp\htdocs\ps-backuplive-tb-shoply\controllers\front\ProductController.php:511 0.7383 29165696 7. HookCore::execWithoutCache() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:280 1.0765 30654152 8. HookCore::coreCallHook() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:489 1.0765 30654248 9. CrossSellingMod->hookProductFooter() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Hook.php:771 1.0796 30664584 10. CrossSellingMod->getOrderProducts() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:263 1.1324 30873152 11. ProductCore::getProductsProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\modules\crosssellingmod\crosssellingmod.php:210 1.1487 30899640 12. ProductCore::getProductProperties() C:\xampp\htdocs\ps-backuplive-tb-shoply\classes\Product.php:1619 ```
-
Ok. Perhaps I will be equally lucky :)
-
Only being curious. Are there advantages SEO vise using a shop blog module over Wordpress in a subdomain with nice SEO modules installed? Or is the last just overkill. Anyhow, I am sure you will get some nice tipps here on which way to go.
-
Hello our live shop runs now TB1.3 with the Shoply theme. Most is more than fine and I am so happy. But actually I am aware of three bugs I can not solve myself. I use the Shoply Template from the same developer IQUIT author Warehouse theme. I have some critical issues: SSL mixed content on product pages (backoffice settings: SSL yes, SSL on whole site yes!) product page does not load (white page) if Shoply's Products ratings on product page v1.0 - von IQIT-COMMERCE.COM (Add Stars under product title) is activated (installed only is fine) in combination with ThirtyBees "product comments" PayPal with PayPal Login actived in settings of module crashes cart page (Login deactivated seems to be fine. Express Checkout and PayPal pay work) Relating to SSL/mixed content: Browser developer tools tell me that all images of product pages (product image, images of 'customers bought also', 'more products of same manufacturer' etc. are loaded via HTTP:\). Relating to product commment the author IQUIT of Warhouse & Shoply theme maintains that his themes are compatible with PS. IQUIT's "products ratings" module works only if "product comments" is installed, he says. I found also references on the web that the author said Warehouse would be compatible with Thirty Bees. Anyhow, no replies or comments on Shoply theme. More details: I can tell that in Warehouse the module is named: RatingsProductlist I can tell that in Warehouse the module is named: ratingsproductpage Warehouse that differs from Shopl's: ``` public function hookproductratingHook($params) { $product = $params['productid']; include_once (_PS_MODULE_DIR_ . 'productcomments/ProductComment.php'); if (!isset($product)) { return; } $grade = ProductComment::getAverageGrade($product); $this -> context -> smarty -> assign(array('empty_grade' => 1)); if (isset($grade['grade'])) $this -> context -> smarty -> assign(array('empty_grade' => 0)); $this -> context -> smarty -> assign(array( 'average_total' => round($grade['grade']), 'nbComments' => (int)(ProductComment::getCommentNumber((int)$product)) )); $this -> context -> smarty -> assign((int)(ProductComment::getCommentNumber((int)$product))); return ($this -> display(__FILE__, 'ratingsproductlist.tpl')); }``` Shoply' code: ``` public function hookproductratingHook($params) { $product = $params['productid']; include_once _PS_MODULE_DIR_ . 'productcomments/ProductComment.php'; if (!isset($product)) { return; } $grade = ProductComment::getAverageGrade($product); $this->context->smarty->assign(array('empty_grade' => 1)); if (isset($grade['grade'])) { $this->context->smarty->assign(array('empty_grade' => 0)); } $this->context->smarty->assign(array( 'average_total' => round($grade['grade']), 'nbComments' => (int) (ProductComment::getCommentNumber((int) $product)), )); $this->context->smarty->assign((int) (ProductComment::getCommentNumber((int) $product))); return ($this->display(__FILE__, 'ratingsproductpage.tpl')); }``` Code differs in ==> include_once (_PS_MODULE_DIR_ . 'productcomments/ProductComment.php'); if (isset($grade['grade'])) { $this->context->smarty->assign(array('empty_grade' => 0)); } If that is the cause I can not tell at the moment since I got the code via web and cannot test.
-
@vincentdenkspel You said that the developer had some changes made to increase compatibility of Warehouse theme. Can you please tell us more, perhaps code etc? PS: I use the Shoply Template from the same developer IQUIT of Warehouse. I have some critical issues and will start a new thread.
-
I must thank you very much for the time you were content to spent on my problem. You were right that our Hoster seems to have Apache htacces tule restricted or so. I learned a lot a found cool sites that simulate rewrites, redirects and regex! Here is the code that works in my case to strip .html and to grant access to my old CMS pages: RewriteEngine on RewriteRule . - [E=REWRITEBASE:/] RewriteRule (.+?).html$ /$1 [R=301,NE,NC,L] RewriteRule (.+?)/$ /$1 [R=301,NE,NC,L] RewriteRule ^info/impressum$ /info/9-impressum? [R=301,NE,NC,L] RewriteRule info/[0-9]+-(.+)$ /info/$1 [R=301,NC,L]
-
without old categories had a trailing slash
-
old www.shop.de/category/product.html new www.shop.de/category/product
-
/sending you a coffee
-
OLD: articles {categories:/}{rewrite}.html categories {categories:/}{rewrite}/ (! notice the final / )
-
I migrated, too :) with a live shop less than 12 hours later I notice that product pages are rewritten to a scheme without .html. I like that but all old seo juice and links is now gone to error 404 :( I read your comments carefully and wonder if I still want to have ThirtyBees rewrite of (e.g.) product pages: Is there no way to rewrite via regex in the htaccess?
-
No no, but any way thanks for showing me the patch. I applied it. The issue is with Warehouse and Shoply theme only as far as I am aware of. As I read in the link given above by me, “products ratings on product page v1.0” - by IQIT-COMMERCE.COM is of course dependent on productcomments. Problem is that if both are installed and activated, the product page is no more correctly rendered.
-
Uhh, another isse: This is to be seen with 3rd party theme: Warehouse / Shoply: https://themeforest.net/item/warehouse-responsive-prestashop-16-theme-blog/3178575/faqs/20892 TB's productcomments module does not work with "products ratings on product page v1.0" - by IQIT-COMMERCE.COM. Or, vice versa... If both are activated and that is I want at the moment than the product.tpl is rendered flawly. It looks as without CSS etc.
-
Hello I want to report an issue with TB productcomments module. I hope it is ok to do it here instead of the bug forum. Can be moved anyway :) The issue is: I wanted to try out the module myself and commented on a product. But the module reads out the wrong product title. The image is correct in my case. May be more is convoluted?
-
Confusing Version Info after migrating PS 1.6.1.17 to TB
Pedalman replied to Pedalman's question in Technical help
Mh, I wanted to migrate since I am more than disacouraged by bizarre issues by Prestashop ;) Ok, I will see. I actuall ran the migrater now three times in a row. Does this raise issues or is it safe to go? I would like to know before I procede. Moreover, after migration I will then use the TB Updater module ( tbupdater-v1.2.4.zip ) to update to the latest 1.0.3, right? -
Confusing Version Info after migrating PS 1.6.1.17 to TB
Pedalman posted a question in Technical help
Hello I just copied online shop to a subdomain and all was fine. Than I went to migrating to TB. The updater file tells me it migrates only to TB 1.0.0 That is fine with me since I thought I can then in an eye blink update to the latest TB 1.0.3 I went to https://thirtybees.com/migrate-from-prestashop/ and then to https://github.com/thirtybees/psonesixmigrator/releases/tag/1.0.0 and downloaded, installed and run the module. Anyhow after to the migration it tells me this: Your current PrestaShop version: 1.6.1.999 ?!?! I assume there were issues. It looks to me as TB was only partially installed. Shal I run the migration module a 2nd time or the TB updater or do I have to make a reroll of all?