Chris Brown
Chris Brown
I've also shortened the scanned HTML for (several of) the Feature Tests to make it easier to find the relevant part of the HTML that's being asserted upon.
> Well, I think the problem is that discounts are being seen as another item like those in cart or like charges added after, but in my opinion it is...
> For options 'Credit Note' and 'Standard', wording could be better. To be precise, 'Credit Note' is when discount is applied before tax and 'Standard' is when discount is applied...
Could be related to #1467 /cc @rcknr
The root of the problem is likely that the product "was" originally also linked to 128 in `products_to_categories` table, but somehow that link got deleted without updating `master_categories_id`.
Is it only "move" that's affected? When did `rowExistsComposite()` get added as a check? Was that added to prevent a problem? What problem? Are there `date_added` stamps on any of...
So, if `exists()` is ambiguous, then given that the ONLY place in our code base where `exists()` is used is to determine whether a product-page should be shown to the...
@lat9 I support your proposed alternative. It's cleaner insomuch as it simply prevents the empty-array situation that was triggering the PHP warnings. It does make it possible that the product...
I'm inclined to think that a check for this in another area of the code would be better than trimming here. Probably not so much an "inspection", but an automated...
> Note that this issue is present in 1.5.8+, not just 2.0.x (i.e. when we transitioned to having Laravel build the defines from the configuration table). And in v1.5.7 too,...