Bronto Extension for magento - magento

Hey guys am using Bronto Extension for my site.i have a query that is it possible to trigger all mails from bronto rather magento example(Customer relationship management,Promotions)

Related

How can i add custom fields in prestashop 1.7.6 newsletter form?

i need funneling the subscriptions in my 1.7.6 Prestashop newsletter. I should add custom fiels in newsletter registration form. How can i do this?
Thanks a lot guys
I suggest you to use Module for creating new custom field. Because you are going to create also new table in the database as well. Then using the front controller to add new field.
You can read the official docs here:
https://devdocs.prestashop.com/1.7/modules/
https://devdocs.prestashop.com/1.7/modules/concepts/controllers/front-controllers/

How to show products price from external websites in magento

We have requirement where we need to integrate the price comparison feature on our website in magento just like the below reference link:-
http://www.zopper.com/air-conditioner/hitachi-i-clean-air-conditioner-15-ton-price-reviews-pid-3b997787#prd-prices
How can we accomplish this in magento by integration some feeds or any other way.
What we need to think through is how to use this in conjunction with data feeds from other sites / portals??
Any Suggestions would be welcome!!

sugarcrm users insert in magento

Hi I have a sugarcrm instance and magento instance they two are separate
i mean they have different databases. My requirement is when i create a user in the sugarcrm ,it should also insert the admin users in magento How can i do that in sugar,where the code has to be executed in sugar. Any other way is a
I would have to do some research on the Magento API, but in Sugar, you would want to create a logic hook in the Users module that triggers 'after_save'. You would point it to a custom class/method you've created that would use Magento's API for creating a new user.
You will need to use logic hooks and "after_save" will work for you. So add a logic in after_save. Write you code in simple PHP which will get data from Sugar bean fields and will create Magento user accordingly. Read this link for logic hook: http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.9/Architecture/Logic_Hooks/#Module_Hooks

How to add new forms in magento

I have to add some forms for various purpose like getting info from client regarding a product, getting query from customers, some lead forms.
So how can i add new forms in magento other than having new module for forms. The form will be working with some custom db tables or need to mail them to admin/customer.
Please help me out. Thanks in advance
Since Magento is built on MVC model, i think u should add module in order to use any form.
And if you are reluctant in using them, then there is a possibility of having plain php pages outside magento folder and add those links inside magento either using static blocks or CMS Pages..

update magento currency rates using custom php file

I'm trying to use a custom file to update currency rates using cURL from my local bank and insert the data into the currency database table. Do I have to create a module to do that, or can I do that without creating a module? I intend to use cron too. Does anyone have any advice on how to achieve this, and are there any tutorials?
Thanks..
Best way to create custom mangento api as changing currency rates is not implemented in default magento api. Here is a simple tutorial that you can follow to implement the custom api
http://www.magentocommerce.com/wiki/doc/webservices-api/custom-api

Resources