🇧🇬Bulgaria @i.koychev

Sofia
Account created on 9 December 2010, about 14 years ago
#

Recent comments

🇧🇬Bulgaria i.koychev Sofia

I have the same issue. Appears only in logs e.g. when changing the payment method
Location: checkout/xxx/order_information?_wrapper_format=drupal_ajax&ajax_form=1
- Drupal 10.3.0
- Commerce 8.x-2.40

🇧🇬Bulgaria i.koychev Sofia

We have a similar issue in the current project we are working on. The website is for branding textile products (T-shirts, sweatshirts, hats, textile bags, backpacks, etc.) with DTF transfers, selling DTF and UV DTF transfers (related to advertising companies) and T-shirts with ready-made prints (related to end individual customers/individuals).
We have created two similar payment methods/gateways
(in both cases, we start the order after receiving the bank transfer.)
Payment method/gateways

  • Individual - Bank transfer for Individual (individual_bank_payment/Manual)
  • Company - Bank transfer for Companies (company_bank_transfer/Manual)

Depending on the payment method, we want to use different customer profiles, which can be restricted in the payment method.
Individual

  • Name
  • Surname

Company (with invoice data)

  • Company name (not required)
  • Tax number/VAT number
  • Company ID
  • Company representative
  • Address

I'm not sure if this is the right solution in our case but if it is, this functionality could do a good job.

🇧🇬Bulgaria i.koychev Sofia

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.

🇧🇬Bulgaria i.koychev Sofia

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.

Production build 0.71.5 2024