New field in rewards points Magento 1.9 - magento-1.9

I want to add new field "Point Description" in Rewards points, I am using Magento 1.9.
I have check all the files and trying to debug the code but i am not getting that file from where its generate the form and save the data in to database.
if anyone have idea, please guide me how can i add new field in rewards points
Thanks

By default Reward Points (Module Enterprise_Reward) are only available in Magento EE (Enterprise Edition). Magento 1.9 is a version of Magento CE not Enterprise.
Specify if you are using Magento EE or a custom Extension/Setup
http://docs.magento.com/m1/ee/user_guide/marketing/reward-point-configuration.html

Related

How can I get real-time database table's notifications in .Net Core 2.2 , SignalR & MySQL?

I building a small webpage where I'm listing set of data which stored in a MySQL database. I need to show data in real-time.
Whenever a new record adds to a particular table, it should show in the webpage.
.NET Core 2.2
MySQL (latest)
Appreciate if anyone can give thoughts/references on how to achieve this.

Magento Triggering Queries

As am Mysql Dba new in Magento FrameWork am unable to find from where the Magento queries are triggering can any tell me the location from where these queries are running
You have not specified which modules data files. Or which query you want to check. Mangento use MVC structure. You will find all data related operations in model. It will be located in app/code/codepool/namespace/module/model
Here code pool will be local or community and third is core but if you want modified file from core copy in local and make changes.
Namespace will be company name and module will be module name.
Hope this will help.

Building a data portal

I don't if this is the right forum but I need a free application or plugin or module that I can use to pull data from mysql database and present to users on the front end. They reports should be queried by date and/or any other parameter. It should also be exported to at least CSV and maybe PDF.
Any guide will be appreciated. Thanks
USE Web application development tool
PHPMaker

Move data from one prestashop version to another

I have a client website that is running on Prestashop v1.4
Because it has been "maintained" by a previous developer who modified core files and generally made a big mess, the upgrade module no longer works properly. Given that the client is handing over the project to me, and wants a new theme implemented, I am moving straight to Prestashop 1.6 and using the Compass/Boostrap 3 default theme as a base.
Obviously, the important thing is that the clients data should be migrated. So my question is, is it possible to make a clean export from Prestashop 1.4 of only the actual sales and website access data, skipping anything like module configs etc, in order to reimport it all to Prestashop 1.6?
This way, my client can keep his order data, access data, products, payments etc, and I can build a new theme without having to fight with an old installation or theme that have hardcoded rubbish in it.
This module provides an automated method migrate products, customers, orders, categories, customers password and other data from Prestashop to Prestashop.
http://addons.prestashop.com/en/8934-prestashop-to-prestashop-migration-tool.html
I think you can choose many migrate module to do your request.
If you only want to upgrade the current site to 1.6 (or the latest version). you can create a new site and transfer all of the data from the current site to the live site.
After you had set up the live site completely, you just re-transfer data from the new site to the live site. you can use a module many times with the site that has been granted a license.
If you want to transfer Product, categories and customer, you just use the Upgrade PrestaShop 1.6 to 1.7 free
If you want to transfer all of the data (products, customer, categories, order, cms, message, shipping,...) you should purchase the premium version module: 1 CLICK to migrate

How to generate MySQL Workbench Detailed Model Report?

I am using the 5.2.15 OSS Beta version of MySQL Workbench. I have seen somewhere MySQL Workbench Detailed Model Reports (nice HTML version of the entire Model, gives details of the schema). I don't however see any link in the workbench that can generate such a report. Is there a plugin for this or is this feature no more available now?
Also, is there any way to generate the Inserts (that we see on the Inserts tab on the table details for our model) to be generated from a script file. It would be tedious to enter those manually.
Thanks for your time,
I discovered that the community edition doesn't have this feature, which means you will have to buy the premium version to get the feature.