How can I trigger tinyMCE to initialise upon opening a model in the admin?
lwilliams-heli
@lwilliams-heli
Posts made by lwilliams-heli
-
Trigger TinyMCE on modal open
-
Tree menu active
It would be great if the Tree menu could take into account any get variables.
I.e I have two links that go to the same route but with different get requests on the end, and it always shows the last in the order as active.
-
RE: Error messages in Admin
It's on the users create form in the admin, also seems to be the same in the edit form too.
-
Error messages in Admin
Using the admin create form when an error occurs (i.e email already taken) the error message only displays for a few seconds then they disappear.
These should appear until the page is resubmitted.
Any ideas on what could be going wrong?
-
RE: Coupon system
Appears that the coupon_usage functionality hasn't been implemented fully yet.
I've had to override this for my own project.
-
Override 'Core' model
Hi,
I've managed to override many other models using the app->concord->registerModel function however I can't seem to do this for 'Webkul\Core\Core' as it doesn't have a proxy.
I need to override it because the number formatter is rounding up i.e 10% of £29.99 becomes £3.00 instead of 2.99, so I need to set the attribute on the formatter so the rounding_mode is rounding_floor.
-
RE: POS error completing payment
The 'sku' field needs to be unique, so you'll need to add something to the end of your string to make it more unique, i.e 'custom-2019-10-01-19:34:27-1234' where the 1234 is a random number or an incremental string.
-
RE: Multiple / Auto-generated coupons
Great thanks.
When is that likely to be? just so I can plan my clients expectations for my project.
-
RE: BuyAGetB promotion
Is there a reason it was removed?
Ideally we'd still like to use this functionality, where you can buy a certain type of product and get another type of product free.
Is is something I could hook back in myself, and how would I go about doing this?
-
BuyAGetB promotion
I noticed there is an action class in the Discounts package for this, but it doesn't appear to be fully implemented yet.
When is this likely to be completed/released?
Will it be applicable to categories or will it be limited to specific products? As it would be great to have the ability to do either.