Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow carriers to be configured per shop #249

Open
1 task done
mariuszsienkiewicz opened this issue Apr 24, 2024 · 0 comments
Open
1 task done

Allow carriers to be configured per shop #249

mariuszsienkiewicz opened this issue Apr 24, 2024 · 0 comments
Labels
feature New feature or request pdk This is a pdk related issue

Comments

@mariuszsienkiewicz
Copy link
Contributor

Version check

  • My version of the plugin is v4.0.0-beta.0 or above.

PrestaShop version

8.1.5

PHP version

8.1.28

What went wrong?

Not exactly an issue, but something that bothers me is the way carriers are handled now.

In the previous version (the stable one for PS1.7) of the module, it was possible to create infinite carriers in PrestaShop and then map the newly created carriers in the MyParcel module to configure them properly. Now, the module does this independently (it creates a PrestaShop carrier and MyParcel configuration for this carrier).

So what's the problem? If I'm not mistaken, this way of handling carriers makes it less compatible with the multistore feature that PrestaShop has. Let's see why it's worse now:

In the previous version: I could have, for example, a PostNL carrier in one shop that could be chosen by customers only in Germany and the Netherlands. In another shop, I could have a PostNL carrier that delivers to Germany only, and I could set a different delivery price for each shop.

In the beta version: Carriers are being created by the MyParcel module, which can't be configured per shop. Additionally, if I understand correctly, I can't create a new carrier for another shop because I can't map it in the MyParcel NL module configuration.

This feature is mandatory for one of my clients.

Could you please provide information on whether this feature is on the list of things that need to be implemented? Or maybe I'm missing something in the configuration, or I don't understand how this should be configured in the new version.

Reproduction steps

.

Relevant log output

No response

Additional context

No response

@mariuszsienkiewicz mariuszsienkiewicz added the pdk This is a pdk related issue label Apr 24, 2024
@github-project-automation github-project-automation bot moved this to Todo in PDK Apr 24, 2024
@EdieLemoine EdieLemoine added the feature New feature or request label Apr 26, 2024
@EdieLemoine EdieLemoine changed the title [BETA]: (beta-2) missing feature in configuration [BETA]: Allow carriers to be configured per shop Jul 2, 2024
@EdieLemoine EdieLemoine changed the title [BETA]: Allow carriers to be configured per shop Allow carriers to be configured per shop Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request pdk This is a pdk related issue
Development

No branches or pull requests

2 participants