John Beales

Results 21 comments of John Beales

Is that Google, or your browser? There are some other ones too - I think Mapbox makes, (or made), one, but I would guess that the Google one is probably...

Cool. I might have to look into that for my own purposes ;)

Additional comment, (probably related, but it could be dealt with in a separate issue): When selecting a variation on the product page, we the price is no longer updated like...

There's a second possible way to fix this, different from the approach in #2343. The model fires a 'change' event when the quantity, (or really anything), is updated, so it...

I have this problem too - and this fix would work for me. An alternate approach that would also work for me would be to let `Rap2hpoutre\FastExcel\Importable::import()` and therefore `Rap2hpoutre\FastExcel\Importable::importSheet()`...

I did some more testing to prep a second ticket found out more: - this isn't confined to Variable products. It looks like any product with gallery images but no...

I guess the question is "what should happen if there is no Product Image, but there are images in the gallery?" I *think* that the first image in the gallery...

+1 for me: Tax should be calculated on the subtotal - discount, as instinct-ray and todd1 say. I've received a complaint about this. Is this already being looked at for...

Sounds good, thanks for the pointers to the right places in the code. This change would be a breaking change. Should we have a setting, or at least a filter,...

The way tax is calculated when there's a coupon present, for tax exclusive pricing, would change from, (pseudo-code): ``` $tax = $subtotal * $taxrate; $total = ($subtotal - $coupons) +...