Re: CEON Advanced Shipper
Hi Steve,
Is this module still available and okay for php 8 at all? I used to use a long time ago when Conor was still with us (RIP). I was hoping to use somehow to allow European countries to show if a certain manufacturer items are in the basket. To do with EU GSPR laws really. Though maybe a simple php call might suffice, am not sure?
Re: CEON Advanced Shipper
It still looks purchaseable:
https://ceon.net/shipping-modules/ce...shipper-module
I have my version in production on php 8.3 and on a local server with 8.4.
Aside, I don't understand what you are trying to achieve.
Re: CEON Advanced Shipper
Quote:
Originally Posted by
torvista
Yes I probably didn't explain it properly as usual lol, my bad. So 'Manufacturer A' lets say has clearance for us to send to any country in Europe. Other manufacturers. So if a customer places items from this manufactuer only, then shipping to Europe will show. IF they place even an item from say 'Manufacturer B' in the cart, it will stop shipping to Europe show. Thats the best I can sum it up, I know its a bit of a mess logistics wise, but EU makes the rules now.
Re: CEON Advanced Shipper
In a vanilla shop I set up a single method that was only valid for one manufacturer.
When I added a second product from a different manufacturer, there was a warning on the shipping page that there was no method for that product, but the purchase was allowed, using the method of the allowed product.
So, since there is a detection of a product being outside the method, it should be relatively easy to leverage that to actually disable the method with a warning.
Everything is always possible..just depends on the time-money you want to invest in it!
Re: CEON Advanced Shipper
Quote:
Originally Posted by
torvista
In a vanilla shop I set up a single method that was only valid for one manufacturer.
When I added a second product from a different manufacturer, there was a warning on the shipping page that there was no method for that product, but the purchase was allowed, using the method of the allowed product.
So, since there is a detection of a product being outside the method, it should be relatively easy to leverage that to actually disable the method with a warning.
Everything is always possible..just depends on the time-money you want to invest in it!
Thanks for that and your advice. That sounds like a good setup, and also some sort of warning / disclaimer would be helpful for the customer. I will get on this as soon as I get 2.1 zencart updated and working, still on 1.58a at moment.
Re: CEON Advanced Shipper
Hi,
Would you be so kind and clarify which ZenCart version you are using with this:
CEON Advance Shipper (Re-released 01/05/2017 CAS 6.0, Current Version CAS 6.06 - https://ceon.net/shipping-modules/ce...shipper-module)
,and you mentioned you are on 8.3php, is that correct, just making sure.
Thank you in advance.
Re: CEON Advanced Shipper
Quote:
Originally Posted by
torvista
Hi,
Would you be so kind and clarify which ZenCart version you are using with this:
CEON Advance Shipper (Re-released 01/05/2017 CAS 6.0, Current Version CAS 6.06 - https://ceon.net/shipping-modules/ce...shipper-module)
,and you mentioned you are on 8.3php, is that correct, just making sure.
Thank you in advance.
Re: CEON Advanced Shipper
My fileset started from a Ceon file downloaded 19/05/2023:
ceon_advanced_shipper_6.zip
containing folder "ceon_advanced_shipper_6.0.7_for_zc".
Which I believe is what is still currently offered for sale on the CEON site.
But my fileset has the fixes for php8.4 and tweaks to work under strict reporting and all pages in strict mode.
Re: CEON Advanced Shipper
Thank you for your reply. I really appreciate it.
I will have to give it a go and see whether it works.