Jump to content
thirty bees forum

Anima

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by Anima

  1. Anima

    PAYPAL

    I'm not using delivery module, Brazil the post office is horrible. 5 Regions, 26 states + state of Capital, each state has subregions, the price changes for all and has several freight modalities such as Registered, Normal, Express, Express 10, Express ecommerce ... it is absurd. In addition to expensive and bad this week they announced a 50% increase in services I ventured out, so I created several freight options with the native option
  2. Anima

    PAYPAL

    Web server -> Debian 9, Apache 2 and ISPConfig Debug - ON
  3. Anima

    PAYPAL

    theme warehouse I'm suspicious of the language file (br) where should it be pt-br
  4. Anima

    PAYPAL

    1.0.3
  5. Anima

    PAYPAL

    Now you're returning this ...
  6. Anima

    PAYPAL

    PayPal v6.0.0 - por thirty bees
  7. Anima

    PAYPAL

    Please, I need help with this error, I am testing the payment module paypal, after making payment is returned the error of the image. Payment is not finalized.
  8. Anima

    Module suggestions

    @dianna Estou namorando wordpress, estou apaixonado pelo poder do SEO e a quantidade de plugin. Só não estou muito disposto a aprender tudo novamente ;'( e comprar temas e alguns plugins.
  9. Anima

    Module suggestions

    @DavidP I just read a possible solution for the payment module (MercadoPago), but I'm having difficulty installing FileZilla on Linux Mint 18.3, installing it I'll see if the problem will be solved. I do not want to do the terminal I'm at my parents' house and the internet is horrible, it takes too long to give command. If the problem is not solved I'll see if I can get the money to pay a dev then I'll post it here. I have no problem sharing what I do, I want tb to be viable for Brazilians and in the future I may be working on providing services. The translation to pt-br has a great participation of mine, and I'll even go back there to see if there are more things to translate.
  10. Anima

    Module suggestions

    After seeing a post above I started thinking about it, as the payment is by the hour and in fact they just need to correct / adapt an existing module I can still ask to build one for freight calculation. I'll see if I can, if I go, I'll leave it to everyone and ask them to be native speakers.
  11. Anima

    Module suggestions

    @DavidP Thank you for reporting. I have no option, I have 3 stores standing for almost 1 year waiting for a solution for TB. I have already talked to the developers of the modules they consider tb very beginner and no users yet. I started my studies in PHP 2 months ago, but I see that I will need a lot more to develop / correct modules besides not find any material about it to be able to advance in the studies. I can no longer leave the stores offline / bug, I am being severely charged and criticized. We are only selling in the physical store and under the national sales platforms (similar ebay and amazon)
  12. Anima

    Module suggestions

    The only thing we need (Brazil) is a payment module. I am studying the vps and the implementation of Magento (which I resist for so long). We are a considerable public just go to the forum prestashop in the Portuguese section (practically there are only Brazilians)
  13. Anima

    Bug PayPal

    Hi all, After paypalpay is redirected to page with error, as shown in the image below. I’m using stand method (unfortunately) Express payment method is not working (at least for me, by choosing only this option, no form of wrapping is loaded)
  14. Oh in english fuck = shit? I have to study more English hahahaha always helped me a lot, even in this case where tb does not support. @mdekker always helped me a lot, even in this case where tb does not support. for correction https://github.com/mercadopago/cart-prestashop/issues/189
  15. @mdekker @Baarssen It worked!!! you are very efficient! (corrected) Can I propose the removal of this in github? will it damage the installation in prestashop? How do I give you your credit when I ask for correction?
  16. This is a payment module used in Latin America, I really need this module to work. Property OrderState->logable is not valid at line 1022 in file classes/ObjectModel.php php 1017. } 1018. 1019. $message = $this->validateField($field, $this->$field); 1020. if ($message !== true) { 1021. if ($die) { 1022. => throw new PrestaShopException($message); 1023. } 1024. 1025. return $errorReturn ? $message : false; 1026. } 1027. } - ObjectModelCore->validateFields - [line 321 - classes/ObjectModel.php] php 316. * @since 1.0.0 317. * @version 1.0.0 Initial version 318. */ 319. public function getFields() 320. { 321. => $this->validateFields(); 322. $fields = $this->formatFields(static::FORMAT_COMMON); 323. 324. // For retro compatibility 325. if (Shop::isTableAssociated($this->def['table'])) { 326. $fields = array_merge($fields, $this->getFieldsShop()); - ObjectModelCore->getFields - [line 585 - classes/ObjectModel.php] php 580. 581. // Database insertion 582. if (Shop::checkIdShopDefault($this->def['table'])) { 583. $this->id_shop_default = (in_array(Configuration::get('PS_SHOP_DEFAULT'), $idShopList) == true) ? Configuration::get('PS_SHOP_DEFAULT') : min($idShopList); 584. } 585. => $fields = $this->getFields(); 586. if (!$result = Db::getInstance()->insert($this->def['table'], $fields, $nullValues)) { 587. return false; 588. } 589. 590. // Get object id in database - ObjectModelCore->add - [line 282 - modules/mercadopago/mercadopago.php] php 277. $this->populateEmail($language['iso_code'], $value[2], 'html'); 278. $this->populateEmail($language['iso_code'], $value[2], 'txt'); 279. } 280. } 281. 282. => if (!$order_state->add()) { 283. return false; 284. } 285. 286. $file = _PS_ROOT_DIR_.'/img/os/'.(int) $order_state->id.'.gif'; 287. copy((dirname(__file__).'/views/img/mp_icon.gif'), $file); - MercadoPago->createStates - [line 332 - modules/mercadopago/mercadopago.php] php 327. return false; 328. } 329. 330. $this->uninstallOverrideMercadoEnvios(); 331. $this->dropTables(); 332. => if (!parent::install() || !$this->createStates() || !$this->registerHook('payment') || 333. !$this->registerHook('paymentReturn') || !$this->registerHook('displayHeader') || 334. !$this->registerHook('displayOrderDetail') 335. || 336. !$this->registerHook('displayAdminOrder') 337. || - MercadoPago->install - [line 1098 - controllers/admin/AdminModulesController.php] php 1093. } else { 1094. $this->errors[] = Tools::displayError('Cannot reset this module.'); 1095. } 1096. } else { 1097. if ($module->uninstall()) { 1098. => if ($module->install()) { 1099. Tools::redirectAdmin(static::$currentIndex.'&conf=21&token='.$this->token.'&tab_module='.$module->tab.'&module_name='.$module->name.'&anchor='.ucfirst($module->name)); 1100. } else { 1101. $this->errors[] = Tools::displayError('Cannot install this module.'); 1102. } 1103. } else { - AdminModulesControllerCore->postProcessReset - [line 1499 - controllers/admin/AdminModulesController.php] php 1494. $postProcessMethodsList = array_merge((array) $filterMethods, (array) $callbackMethods); 1495. foreach ($postProcessMethodsList as $ppm) { 1496. if (Tools::isSubmit($ppm)) { 1497. $ppm = 'postProcess'.ucfirst($ppm); 1498. if (method_exists($this, $ppm)) { 1499. => $ppmReturn = $this->$ppm(); 1500. } 1501. } 1502. } 1503. 1504. // Call appropriate module callback - AdminModulesControllerCore->postProcess - [line 355 - classes/controller/Controller.php] php 350. if ($this->checkAccess()) { 351. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className))) { 352. $this->setMedia(); 353. } 354. 355. => $this->postProcess(); 356. 357. if (!empty($this->redirect_after)) { 358. $this->redirect(); 359. } 360. - ControllerCore->run - [line 743 - classes/Dispatcher.php] php 738. if (isset($paramsHookActionDispatcher)) { 739. Hook::exec('actionDispatcher', $paramsHookActionDispatcher); 740. } 741. 742. // Running controller 743. => $controller->run(); 744. } catch (PrestaShopException $e) { 745. $e->displayMessage(); 746. } 747. } 748. - DispatcherCore->dispatch - [line 63 - admin/index.php] php 58. if (!isset($_REQUEST['controller']) && isset($_REQUEST['tab'])) { 59. $_REQUEST['controller'] = strtolower($_REQUEST['tab']); 60. } 61. 62. // Prepare and trigger admin dispatcher 63. => Dispatcher::getInstance()->dispatch(); 01508271755866mercadopago.zip @mdekker Help! ;(
  17. Anima

    Problem with ssl

    I have solved the problem by making ISPConfig convert any http: // entry to https: // in addition to forcing in the thirtybees so that all pages for SSL But I'm worried about search engines and other tools ...
  18. Anima

    Problem with ssl

    It is normal for the store to work properly with SSL enabled (https: //) and incorrectly without SSL (http: //) When I enter without https: // it goes to the installation page, and this page is renamed other than "install"
  19. Anima

    Duplicate URLs

    The duplicate URL menu is not working. I have some duplicate links, even though it shows the message "No duplicates found. Good job!"
  20. When I learn PHP I will develop many modules, and many open source, but in my PHP course it will still be delayed, I am finishing PASCAL, I am going to JAVA and only then will be PHP and still have UNIX systems (I wanted ps / tb to be python kkkk) For now I'm following the schedule of my course and studying python ...
  21. @mdekker Was solved in one of the topics here of the same forum :) But I was very angry when he said he would not support, I was with the problem and I felt dreary, I even thought about going back to the original theme, but fortunately someone posted the solution.
  22. As I said and a very good module, but it gave me headache in tb, when I went to look for the developer the same informed me that it did not give support for TB and was not in his plans.
  23. Não funciona 100% é o desenvolvedor não quer dar suporte, desaconcelho fortemente, mas se tiver disposto a resolver os problemas... É um otimo módulo (desculpe o idioma, não estou disponível para postar em ingles)
  24. Anima

    Blog Doubt

    Perfect, thank you worked perfectly! This blog "warehouse" is very good, missing just a few details, I will use it as long as 30bz does not follow it
  25. The following usability would be interesting: - Integration with social media, mainly facebook, instagran and google + - Comments coming from facebook or instagran - Add related products - SEO Improvement (Meta Title, Meta Tag) - Short description to be visible on the homepage - small blocks and squares instead of list, force images into thumbnails (improve design)
×
×
  • Create New...