First of all our changes can be found by searching 'RPSO' word in whole project.
Database changes are in this path : backoffice/protected/models/fixed_database.php .
Summary of changes :
- Rapidcents payment gateway is added
- search this comment : rapidcents__
- protected/config/front_main.php
- protected/modules/rapidcents folder
- protected/components/RapidcentsService.php
- backoffice/protected/controllers/ApibackendController.php
- protected/controllers/InterfacemerchantController.php
- protected/controllers/AccountController.php
- backoffice/themes/classic/views/merchant/payment_create.php
- The doordash is added for delivering the orders
- backoffice/protected/controllers/ApibackendController.php
- backoffice/protected/components/DoorDashApi.php
- backoffice/protected/models/fixed_database.php
- protected/controllers/InterfacemerchantController.php
- backoffice/protected/models/AR_doordash_call.php
- Print automaticlly order info after be accepted by a merchant manager
- Search this comment :print order after acception
- backoffice/protected/controllers/ApibackendController.php
- backoffice/protected/controllers/ApiController.php (search this comment : print order after acception )
- protected/controllers/InterfacemerchantController.php
- The bug in saving POS orders delivery_date and date_created is fixed
- Search this comment : fix pos orders date time
- backoffice/protected/controllers/ApibackendController.php
- The bug in sending verification SMS for login is fixed
- Search this comment : preprocceing the user phone number
- protected/controllers/ApiController.php
- The 'payments' tab in settings customer panel is deleted
- Search this comment: hide 'payments' in customer menu
- protected/components/views/user-nav.php 1
- protected/components/WidgetCustomerMenu.php 1
- Reset user password by phone number feature is added
- Search this comment : Reset password by phone number
- assets/js/front.bundle.js : vm_forgot_password object
- protected/controllers/ApiController.php
- The bug in saving orders is fixed (some orders saved for multiple merchants)
- search this comment :duplicate pos orders
- backoffice/protected/components/CPos.php
- 'custom' and 'quick' pickup is deleted for scheduled orderds
- Search this comment : delete custom and quick pickup time for scheduled orders
- backoffice/themes/classic/views/orders/order-details.php
- Fix loading "delivery now" component
- search this comment : Fix loading "delivery now" component
- assets/js/front.bundle.js
- 'change address' button is added
- search this comment : "change address" Btn in "delivery details" modal
- themes/rapidcents/views/account/checkout-address.php 1
- assets/js/front.bundle.js 1
- Refund and partial refund order ability is added
- search this comment: refund order
- backoffice/assets/js/merchant.js
- backoffice/assets/js/merchant.bundle.js
- backoffice/protected/controllers/ApibackendController.php
- protected/controllers/InterfacemerchantController.php
- In the order info print page , the order schedule time is changed to bold with some '*' sign around it
- backoffice/themes/classic/views/orders/template_print.php
- Change merchant signup
- themes/rapidcents/views/merchant/merchant-signup.php
- assets/js/front.bundle.js
- protected/controllers/ApiController.php
- backoffice/protected/models/AR_merchant_type_translation.php
- backoffice/protected/models/fixed_database.php
-
check if the order is accepted by merchant, customer has not be able to cancel it
-
search this : check if the order is accepted by merchant, customer has not be able to cancel it
-
protected/controllers/ApiController.php
-
-
check if the order is canceled by customer, has not be accept
-
search this : check if the order is canceled by customer, has not be accept
- backoffice/protected/controllers/ApibackendController.php
-
- Add send email when api rapidcents failed
- protected/modules/rapidcents/controllers/RapidcentsapiController.php
- Add generate ach file
- backoffice/protected/components/PrepareAchFile.php
- backoffice/protected/models/AR_ach_requests.php
- backoffice/protected/models/AR_ach_request_details.php
- backoffice/protected/controllers/ApibackendController.php
- Add file for our website index in google
- sitemap.xml
- Add terms and conditions in signup
- themes/rapidcents/views/account/signup-less.php
- assets/js/front.bundle.js
- Fixed bug about order not found in order details
- backoffice/protected/models/AR_ordernew_summary_transaction.php
- Add merchant wallet and merchant wallet history
- backoffice/protected/models/AR_merchant_wallet.php
- backoffice/protected/models/AR_merchant_wallet_history.php
- backoffice/protected/controllers/MerchantwalletController.php
- backoffice/protected/controllers/MerchantwallethistoryController.php
- backoffice/themes/classic/views/merchantwallet/merchant_wallet.php
- backoffice/themes/classic/views/merchantwallethistory/merchant_wallet_history.php
- protected/controllers/InterfacemerchantController.php
- backoffice/protected/controllers/ApibackendController.php
- backoffice/protected/models/fixed-menu-merchant.php
- backoffice/protected/models/fixed_database.php
- backoffice/protected/controllers/BackendmerchantController.php
- Add doorDash manual
- backoffice/protected/controllers/DoordashmanualController.php
- backoffice/protected/models/AR_doordash_manual.php
- backoffice/themes/classic/views/doordashmanual/create.php
- backoffice/themes/classic/views/doordashmanual/list.php
- backoffice/protected/models/fixed_database.php
- backoffice/protected/controllers/BackendmerchantController.php
- Add iframe in place order
- themes/rapidcents/views/orders/order_place.php
- Added client payment method
- backoffice/protected/models/fixed_database.php
- Fixed information name and image in list orders
- themes/rapidcents/views/orders/order_place.php
- themes/rapidcents/views/store/cart-data.php
- backoffice/protected/models/AR_item.php
- login with mobile regex
protected/controllers/ApiController.php - address deactivate for add to cart
assets/js/front.bundle.js - redirect first page
protected/config/front_main.php - add htaccess
- add runtime gitignore
- add food setting in admin for edit merchant
backoffice/protected/controllers/VendorController.php
backoffice/themes/classic/views/vendor/food_settings.php - change picture RPS
themes/rapidcents/assets/images - add robot.txt
- fixed DB
backoffice/protected/models/fixed_database.php
backoffice/protected/models/fixed-menu-merchant.php
backoffice/protected/models/fixed-menu.php
/backoffice/protected/models/update_v105.php
backoffice/protected/models/update_v106.php - cancel order just for new order
- protected/components/COrders.php
- print after cancel order
- Search this comment : print order after cancel
- /protected/controllers/ApiController.php
- backoffice/protected/controllers/ApibackendController.php
- backoffice/protected/components/FPtemplate.php
-
Display include_utensils in print order template
-
Search this comment : display include_utensils in order print
- backoffice/themes/classic/views/orders/template_print.php
- backoffice/protected/components/FPtemplate.php
-
- The error ' Syntax error or access violation: 1064 You have an error in your SQL syntax; ...' is fixed
- Search this comment : SQL syntax error
- protected/components/CMerchantListingV1.php
- The ability of sorting the category in custom order has added :
- Search this comment : category order
- protected/components/CMerchantMenu.php
- backoffice/protected/controllers/FoodController.php
- backoffice/protected/models/AR_category.php
- backoffice/protected/models/fixed_database.php
- Order_id is saved in st_sms_broadcast_details
- Search this comment : store order_id in st_sms_broadcast_details
- backoffice/protected/components/CommonUtility.php
- protected/components/CSMSsender.php
- protected/controllers/TaskController.php
- protected/controllers/TasksmsController.php
- backoffice/protected/models/fixed_database.php
- The ability of select a printer for printing has added
- backoffice/themes/classic/views/orders/template_print.php
- backoffice/assets/js/merchant.bundle.js
- backoffice/protected/controllers/ApibackendController.php
- the ability of sorting the foods in custom order has added:
- Search this comment : food order
- backoffice/protected/controllers/FoodController.php
- backoffice/protected/models/AR_item.php
- backoffice/protected/models/fixed_database.php
- backoffice/themes/classic/views/food/item_create.php
- protected/components/CMerchantMenu.php
- second template is added
- Search this comment : second template
- the size of images is changes to 2x
- search this comment : images size
- backoffice/protected/config/params.php
- protected/config/params.php
- set main branch
- search this comment : selecting main branch
- backoffice/protected/controllers/VendorController.php
- backoffice/protected/models/AR_merchant.php
- backoffice/themes/classic/views/vendor/merchant_info.php
- backoffice/protected/models/fixed_database.php
- backoffice/protected/components/AttributesTools.php
- fix search item in menu:
- search this comment : search menu
- protected/controllers/ApiController.php
- protected/components/CMerchantMenu.php
-
delete home/restaurants/... from merchant top header
- search this comment : delete home/restaurants/... from merchant top header
- themes/rapidcents/views/store/merchant-top-header.php
- three D secure is added:
- search this comment :
3DSecure
- protected/modules/rapidcents/components/views/rapidcents-components.php
- protected/modules/rapidcents/assets/js/components-rapidcents.js
- search this comment :
-
filter customers by first_name, last_name, email and phone in buyers list page
- search this comment : filter customers by first_name, last_name, email and phone
- backoffice/protected/controllers/ApibackendController.php
- backoffice/protected/controllers/BackendController.php
-
display
delivery_instructions
in print templates- search this comment : RPSO delivery_instructions
- backoffice/themes/classic/views/orders/template_print.php
- backoffice/protected/components/FPtemplate.php
- delete refund and partial refund order from admin panel order details
- search this comment : delete refund and partial refund order from admin panel
- backoffice/themes/classic/views/orders/order-details.php
- translate notification messags
- search this comment : RPSO translate msg
- backoffice/protected/controllers/ApibackendController.php
-
show message and refresh the page after successful refunding
-
show message and refresh the page after successful refunding
- backoffice/assets/js/merchant.bundle.js
-
-
omit create AR_ordernew_transaction after rejection an order
- search this comment : omit create AR_ordernew_transaction after rejection an order
- protected/controllers/TaskController.php