owebia/magento1-module-shipping-free

There is no license information available for the latest version (2.6.10) of this package.

The extension Advanced Shipping for Magento 1.x is the solution that helps you to configure the shipping fees in a very flexible manner.

Installs: 11 812

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 9

Forks: 17

Type:magento-module

2.6.10 2020-12-24 17:14 UTC

This package is auto-updated.

Last update: 2024-05-04 22:46:21 UTC


README

English

Description

Shipping Module for Magento 1.x

Advanced Shipping extension for Magento is the solution that helps you to configurate shipping rates in a very flexible way.
Indeed, with Advanced Shipping, you can set shipping rates using almost any variable available: destination, weight, price (including tax or excluding tax, before or after discount), quantity, categories, product attribute, item option, customer group, customer attribute, coupon code, Magento's custom variable, store id, date, etc…

Extension features

  • Can manage one shipping mode (unlimited in Advanced Shipping Pro) and unlimited shipping methods
  • Multiple conditionnal delivery methods depending on what you want
  • Shipping rates based on destination, weight, price (including tax or excluding tax, before or after discount), quantity
  • Shipping rates based on customer group or customer attribute
  • Shipping rates based on categories, product attribute, item option
  • Shipping rates based on custom variable, coupon code, store id, date, etc…
  • Shipping rates based on formulas combining any variable that you need
  • Filtering postal codes using wildcards or regular expressions
  • Configuration in JSON format (can be generated by scripts)
  • Extension used in many countries over the world
  • Easy-to-use documentation in english and in french

Want to do more?

Discover our add-ons for Advanced Shipping

Documentation

See the documentation

License

LICENSE.txt

How to manually install the extension?

  • Backup your store database and web directory
  • Login to Magento backend
  • Go to System > Tools > Compilations, if Compiler Status is Enabled, disable the compilation
  • Uncompress the archive file, then copy directories "app", "js" and "lib" in your Magento root directory
  • Go to System > Cache Management. Click button Flush Magento Cache
  • Logout from Magento backend and login again

How to completely uninstall the extension ?

After having uninstalled the extension in Magento Connect Manager, some references remain in the database.
To solve this problem, you must execute the following MySQL query:

DELETE FROM `core_config_data` WHERE `path` LIKE 'carriers/owebiashipping_/%'

Français

Vous voulez davantage de fonctionnalités ?

Découvrez nos plugins pour Advanced Shipping

Documentation

Voir la documentation

Comment installer l'extension manuellement ?

  • Faites une sauvegarde de votre boutique et de votre répertoire web
  • Connectez-vous au panneau d'administration de Magento
  • Allez dans Système > Outils > Compilation, désactiver le compilateur s'il est activé
  • Décompresser l'archive, puis copier les répertoires "app", "js" et "lib" dans le répertoire racine de votre boutique Magento
  • Allez dans Système > Gestion du cache. Cliquer sur le bouton Vider le cache de Magento
  • Déconnectez-vous du panneau d'administration de Magento puis connectez-vous à nouveau

Comment désinstaller complètement l’extension ?

Après avoir désinstallé l’extension depuis Magento Connect Manager, il reste encore des références dans la base de donnée.
Pour solutionner ce problème, il faut exécuter la requête MySQL suivante :

DELETE FROM `core_config_data` WHERE `path` LIKE 'carriers/owebiashipping_/%'