Git Product home page Git Product logo

prestashop_module's People

Contributors

afidalgomoran82 avatar alberto-packlink avatar aleksandarboljanovic avatar egulias avatar gavric-sava avatar ismaelmedinapacklink avatar ivan-logeecom avatar jlrvilla avatar kostandin-logeecom avatar llfrometa89 avatar logeecom avatar lukasimovic3 avatar marijaiv avatar milicaisailovic avatar nikolajokic avatar orta-sanz avatar panicaleksandra avatar petar-rankovic-logeecom avatar pkrstojevic-logeecom avatar ristokekovic avatar sergejsavic avatar vladimir-lekovac-logeecom avatar vojin-logeecom avatar vytautasdagilis avatar yovendielmundo avatar zoranaradovic-logeecom avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

prestashop_module's Issues

Critical Bug v3.2.5

file "vendor\packlink\integration-core\src\Infrastructure\ORM\Configuration\Ìndex.php" was replaced by a regular "index.php" with a "header('Location: ../');"
because of this, access to page AdminOrders (list of single) is impossible, there is a redirection to the home page
the fix would be to revert the file to v3.2.4

Packlink and Prestashop 1.7.6.7 orders page detail

Anomaly when opening the "Orders" menu of the Prestashop 1.7.6.7 Dashboard, then trying to access the details of the orders.

Site: https://1-2-3-plombs.com/

Here is the message displayed in debug mode:

Type error: Argument 1 passed to Packlink \ PrestaShop \ Classes \ Overrides \ AdminOrdersController :: insertOrderColumn () must be of the type array, string given, called in /home/plombsfrjy/www/override/controllers/admin/AdminOrdersController.php on line 99

It seems that the Packlink module overloads the AdminOrdersController.php file and created an error.

ClassNotFoundExceptionAttempted to load class "Index"

Hi,
I'm having this issue on Prestashop 1.7.7.0 and Module 3.0.4:

(1/1) ClassNotFoundExceptionAttempted to load class "Index" from namespace "Logeecom\Infrastructure\ORM\Configuration".Did you forget a "use" statement for e.g. "Doctrine\ORM\Mapping\Index" or "Doctrine\DBAL\Schema\Index"?
--
in IndexMap.php line 64
at IndexMap->addIntegerIndex('carrierReferenceId')in CarrierServiceMapping.php line 66
at CarrierServiceMapping->getConfig()in IndexHelper.php line 25
at IndexHelper::mapFieldsToIndexes(object(CarrierServiceMapping))in BaseRepository.php line 89
at BaseRepository->select(object(QueryFilter))in BaseRepository.php line 121
at BaseRepository->selectOne(object(QueryFilter))in CarrierService.php line 308
at CarrierService->getShippingMethodId(4)in PackageCostCalculator.php line 61
at PackageCostCalculator::getPackageCost(object(Cart), array(array('id_product_attribute' => '0', 'id_product' => '11', 'cart_quantity' => '1', 'id_shop' => '1', 'id_customization' => null, 'name' => 'xxxxxxxxxxx', 'is_virtual' => '0', 'description_short' => '<p><strong>xxxxxxxxxxx<br /></strong></p><br /><p>xxxxxxxxxxx .</p><br /><p></p>', 'available_now' => '', 'available_later' => '', 'id_category_default' => '50', 'id_supplier' => '0', 'id_manufacturer' => '4', 'manufacturer_name' => 'Z&ma', 'on_sale' => '0', 'ecotax' => '0.000000', 'additional_shipping_cost' => '0.000000', 'available_for_order' => '1', 'show_price' => '1', 'price' => 12.0, 'active' => '1', 'unity' => '', 'unit_price_ratio' => '0.000000', 'quantity_available' => '6', 'width' => '4.000000', 'height' => '9.000000', 'depth' => '3.500000', 'out_of_stock' => '2', 'weight' => 0.75, 'available_date' => '0000-00-00', 'date_add' => '2020-11-19 15:18:44', 'date_upd' => '2020-12-13 14:53:44', 'quantity' => 1, 'link_rewrite' => 'xxxxxxxxxxx', 'category' => 'deodorants', 'unique_id' => '0000000011000000000000', 'id_address_delivery' => '0', 'advanced_stock_management' => '0', 'supplier_reference' => null, 'customization_quantity' => null, 'price_attribute' => null, 'ecotax_attr' => null, 'reference' => '', 'weight_attribute' => null, 'ean13' => '', 'isbn' => '', 'upc' => '', 'mpn' => '', 'minimal_quantity' => '1', 'wholesale_price' => '5.260000', 'id_image' => '11-30', 'legend' => 'xxxxxxxxxxx, 'reduction_type' => 0, 'is_gift' => false, 'reduction' => 0.0, 'reduction_without_tax' => 0.0, 'price_without_reduction' => 12.0, 'specific_prices' => array(), 'stock_quantity' => 6, 'price_without_reduction_without_tax' => 12.0, 'price_with_reduction' => 12.0, 'price_with_reduction_without_tax' => 12.0, 'total' => 12.0, 'total_wt' => 12.0, 'price_wt' => 12.0, 'reduction_applies' => false, 'quantity_discount_applies' => false, 'allow_oosp' => 0, 'features' => array(), 'rate' => 0.0, 'tax_name' => '')), 19)in packlink.php line 399


Mass Print of DPD parcel shop causes empty lable

When using the mass printing function in PS 1.7.8 the latest Packlink module does create empty DPD parcel shop labels, while standard DPD and UPS labels are done withouth issues.

this bug has been reported since over 9 months to Packlink but no bug fix yet. Thanks a lot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.