-
Notifications
You must be signed in to change notification settings - Fork 30
Cant create new ads #35
Comments
Yes, pickup does not work anymore. Shipping is OK. |
For me it's the other way round, pickup does work and shipping does not. |
Thanks, but raises: name 'shipment_select' is not defined Think adding after if (ad['shipping_type']) == 'SHIPPING': is fixing this... |
How can I apply all those changes? Donwayo seems to be busy in real life for some time now ;-) |
I also lost track of all the changes. Is there any version or pull request out there, that completely fixes the issues. Meaning that deleting works, captcha is supported, pickup an shipping works and the update time and ID is properly written into the JSON. |
I'm using @Airwave1981's fork which works flawlessly for me when shipping = pickup. |
Unfortunately @Airwave1981 fork does ignore shipping type = PICKUP and sometimes even crash with SHIPPING. Traceback (most recent call last): |
Anyone has a fix for that already, I can directly implement? |
I don't think so. I tried to research what the exact issue is but I didn't succeed. Strangely the crash with SHIPPING only happens on one ad with me. But PICKUP gets ignores with add ads. The original one always (?) crashes on PICKUP. |
I cloned the fork of @Airwave1981 and it works for the most part :-) All offers are set to shipping possible even if they are only for pickup. But it's working again, yay. |
Hi guys, I came farther, but price type "FIXED" and PICKUP were still not selected and the ad creation failed. So I made some code changes and got it working for me. At least for PICKUP the ad was successfully created. For SHIPPING additional changes may be required (I haven't tested SHIPPING). Hope it helps: |
This is probably due to the shipping options that are default. My ads are all "PICKUP", but this is not set (or the code doesn't get there):
The text was updated successfully, but these errors were encountered: