ALTER TABLE `restaurant_list` CHANGE `is_questions` `is_question` INT(11) NOT NULL DEFAULT '0';
`is_question` int(11) NOT NULL DEFAULT 0,
Sir Is That My Main.js Is Incorrect, I Try I Try Copy From 2.5 To The 2.6 Many Time It Remain The Same. May You Send Me Your Main.js FileI had those problems too, and I think those are bugs from the app itself, in the meantime the developer has released a newer 2.6 version with some bugs fixed, but it does not mention the ones above:
Code:version 2.6 - 02 August 2022 - Fix the PayPal payment issues - Security question issues
Anyway the 2 workarounds I found are
1st problem: photo upload) Go to version 2.5 and grab file /assets/admin/main.js and replace what you have on version 2.6.
Or just uncomment (remove the // from the beginning of lines), on that file on version 2.6, lines 98 to 102, and 105 to 125
2nd problem: order configuration: The fastest way i found was to go directly to the database on table restaurant_list and modify the record i want on fields (in the order they appear on the interface):
is_tax
is_question
is_coupon
is_language
stock_status
is_stock_count
is_review
is_customer_login
is_area_delivery
is_call_waiter
is_pin
(the above fields are set 0 for disabled, 1 for enabled)
discount
tax_fee
min_order
delivery_charge_in
es_time
(the above fields are set with figures)
time_slot
(the above field is either the word minutes or hours)
pin_number
(the above field is set with a number)
is_kds
is_kds_pin
(the above fields are set 0 for disabled, 1 for enabled)
kds_pin
(the above field is set with a number)
Good luck
Sir Is That My Main.js Is Incorrect, I Try I Try Copy From 2.5 To The 2.6 Many Time It Remain The Same. May You Send Me Your Main.js File
That's great tutorial @pedroa. Appreciate your effort. Will be grateful if you can kindly package the same and giveaway to this communityMy /assets/admin/main.js is exactly the same as the one that came with Treplay009's 2.5 nulled version, you can get it from the post https://babiato.tech/threads/qrexor...ordering-reservation-system.52637/post-903848
Remember that if you are updating js files you must clear the cache before it takes effect on client side.
Also remember that there is more that one main.js in this script, the one (and only one) you want to replace is the one at /assets/admin/
Good luck
Sir Thank A Lot For Your Informatiom And I Here Had One More Finding On Version 2.6 Where Customer Unable Register, When Customer Want To Buy Something And They Register. They Will Get Eoor Something WrongMy /assets/admin/main.js is exactly the same as the one that came with Treplay009's 2.5 nulled version, you can get it from the post https://babiato.tech/threads/qrexor...ordering-reservation-system.52637/post-903848
Remember that if you are updating js files you must clear the cache before it takes effect on client side.
Also remember that there is more that one main.js in this script, the one (and only one) you want to replace is the one at /assets/admin/
Good luck
Sir Thanks For Your Help But In Item Selected Allergen recorder On Item It Will Become Like This, May You Help Sir.My /assets/admin/main.js is exactly the same as the one that came with Treplay009's 2.5 nulled version, you can get it from the post https://babiato.tech/threads/qrexor...ordering-reservation-system.52637/post-903848
Remember that if you are updating js files you must clear the cache before it takes effect on client side.
Also remember that there is more that one main.js in this script, the one (and only one) you want to replace is the one at /assets/admin/
Good luck
Yes All Expert My God Needed To Blessing Me, I Checked With NameCheap Hosting To Check The Logs Is That Any Error Show In Logs Or Not They Said No At AllMultiple issues guys. Not propertly nulled. Good efforts of @pedroa. . @ghostriderrr , @ysalek . But some expert should come to the rescue.
Sir Really Thanks A Lot, Lastly I Successfully Resolved The Problem Using Your Method, You Really My GodI had those problems too, and I think those are bugs from the app itself, in the meantime the developer has released a newer 2.6 version with some bugs fixed, but it does not mention the ones above:
Code:version 2.6 - 02 August 2022 - Fix the PayPal payment issues - Security question issues
Anyway the 2 workarounds I found are
1st problem: photo upload) Go to version 2.5 and grab file /assets/admin/main.js and replace what you have on version 2.6.
Or just uncomment (remove the // from the beginning of lines), on that file on version 2.6, lines 98 to 102, and 105 to 125
2nd problem: order configuration: The fastest way i found was to go directly to the database on table restaurant_list and modify the record i want on fields (in the order they appear on the interface):
is_tax
is_question
is_coupon
is_language
stock_status
is_stock_count
is_review
is_customer_login
is_area_delivery
is_call_waiter
is_pin
(the above fields are set 0 for disabled, 1 for enabled)
discount
tax_fee
min_order
delivery_charge_in
es_time
(the above fields are set with figures)
time_slot
(the above field is either the word minutes or hours)
pin_number
(the above field is set with a number)
is_kds
is_kds_pin
(the above fields are set 0 for disabled, 1 for enabled)
kds_pin
(the above field is set with a number)
Good luck