i.koychev → created an issue.
Hi #Lendude
We have the similar issue when we try to display a list of pins on the leaflet map using Search API, Geofield, Leaflet & Views (the issue is 2 years old Drupal 9/10).
So far we haven't found a solution.
When the pins are more than 800 (we have 1300) the view reports out of memory.
The coordinates in search api index are defined as type of string.
We use Search API Indexed based View with the following settings:
- Format: Leaflet Map
- Data source: coordinates (field)
- Simple Tooltip: title (field)
- Leaflet popup: Decription (field)
- Leaflet Map Tiles Layer: OSM Mapink
- Enable Leaflet Markercluster Js Library functionality - On.
Fields:
- Coordinates
- Title
- Decription
The issue occurs only when we use Search API Index based View.
I'm not sure which module this issue should be addressed to.
Similar issue. I added two different shipping methods:
Delivery to SPEEDY (DTP) office
with the following settings of weight tariff:
Base shipping rate: 4.20 BGN
For orders with weight less than:
- 3 kg +0.00 BGN
- 6 kg +1.65 BGN
- 10kg +3.00 BGN
- 20kg +8.65 BGN
- 25kg +12.00 BGN
Delivery to customer address
Base shipping rate: 8.25 BGN
- 3 kg +0.00 BGN
- 6 kg +8.35 BGN
- 10kg +9.70 BGN
- 20kg +18.00 BGN
- 25kg +25.00 BGN
The second method "Delivery to customer address" always use the base price.
Patch
#4
🐛
Only works for one shipping method per order
Active
fix the issue. Thanks @titouille.