proseLA
proseLA
hopefully, this would address the problem that i see here: https://github.com/zencart/zencart/blob/c80db1cb9b46d08de18c03606713c3050a06d165/admin/category_product_listing.php#L431-L450 if there is not a ```$current_category_id```, then the sorting choices are for category as opposed to product. if one...
the ZC team has worked hard at merging the admin and storefront functions to have a single definition (which i applaud). rather than putting work into correcting a duplicate admin...
> I would love to see this. Especially as I use square, and it does not record the refunds in zen cart. from what i looked at the square module...
hey rob, thanks for the input! a few things: - this is really a schema idea for ZC, and as such it is really about having ZC specified table(s) for...
> > > > With Square... You can do a partial refund. You just set the amount and tick the box in details page of the order having shown additional...
ok @brittainmark, not sure how i missed it, but yes there is a partial refund. thanks for pointing that out to me.
i have given this some thought. i was thinking about setting up an abstract class called `payments` or perhaps `zenPayments` that extends base. within this abstract class, we can set...
> I'd say just build the tables as required for Square, since any other payment method might have different requirements and would thus need its own tables. yeah, not going...
> > This was formatted by phpStorm so maybe there are things in there that are not to everyone's taste. Good to find out now..... this is such a misleading...
https://github.com/zencart/zencart/blob/dc22072b1a1ea66b3e4fce9efe781ca43557f5e2/includes/modules/payment/square.php#L685-L690 apparently no one is losing their refresh tokens, else the `resetTokensAndDisconnectFromSquare` method would have gotten called, and a fatal error resulting from the missing end parenthesis.