How to get the sales email order copy programmatically in Magento - php

I'm developing a magento module and I need to get the sales email order copy field in Magento. How can access to the copy email field programmatically?

I know this was asked long ago, just want to leave information for someone else having same question.
Mage::getStoreConfig('sales_email/order/copy_to');
If you have multiple email addresses you should split them, and turn them into array before passing on to sendTransactional.

Related

Transactional email in WordPress

I have a two sided marketplace website( WordPress) for rental properties and I was trying to use websites like MailChimp to segment the users and vendors and send different emails to both sides.
However, I can segment just a certain options and it doesn’t really work for marketplaces.
I’ve been advised that I have to create from scratch the emails corresponding to the certain group of users , because there is no email solutions for two sides marketplaces.
For example: an email send to user who is looking for house to rent, sent one day after with suitable properties.
Another example: user who submits listing with room for rent will receive an email 6 hrs later prompting them to consider to purchase the featured add options because of ect….
I’ve been told that these emails are transactional ( because they are triggered by an action in the website) and they need to be coded from scratch using PHP programming ( word press system).
Can you give me any advice on resources and examples of how it is done for the listings hive theme, and a link to developers that can do it
Thanks
I've tried to add more email templates for a certain actions in the website ( when user is registered it receives the welcome email)
I want to add another email 6 hours after the user is registered, but only one email can be sent for each action ( trigger).
Any advice on how to over ride this and be able to add more templates with more trigger functions.

allow access to users in opencart website without login or registartion

In our opencart website we are planning to give open access to users where people can access the webiste without login or registration , can any once tell me how to give open access
If you mean an OpenCart store - yes it is possible to make a purchase without logging into the website. There are two ways to do that.
1 - You use the Guest checkout option, which is standard in the OpenCart checkout process. You do not need to have an account in the store and you can just fill in your personal details as a guest.
2 - There is an extension for OpenCart that also lets you skip the registration and login process in the website. It’s called SuperQuickCheckout. The way it works is it lets you make an order by just filling out two fields with your phone number and email address. The order is submitted. From there on the store owner contacts you for your personal details and the order is processed manually.
If however you mean the official OpenCart website - there is no way to make a purchase without being logged in. Except if you are downloading a free product.
I hope that’s helpful! Good luck and have fun with OpenCart!
Thanks..

Prestashop: is there a way to limit invoice address to only one?

I need to limit the invoice address registration to 1. So, no more than 1 invoice address, but multiple options shipping addresses.
Is it possible? How to? I'm thinking about building custom controllers for this task, but maybe there are faster ways to do it.
Without any custom change in the code, it doesn't seem to be possible to differentiate addresses in the address table (because there is no column to indicates that it is an invoice address or delivery address).
If you need to achieve this, we recommend you to add a new column in the table DB_PREFIX_address table to identify the type of the address. You will also have to make changes in checkout and registration page to the save type of the address.

Order tracking link in confirmation mail in magento

I want to send a order tracking link on the confirmation email that magento sends when a customer places an order,that link should take customer to main page or the tracking page of the courier company. can someone guide me
say for example i'm using a Fedex for shipping of the orders placed by the customer & i want to add the field something like this on the confirmation email that magento sends to the customer when the order is placed....
EX.. Track your order https://www.fedex.com/apps/fedextrack/?action=track
If you are using Magento's default sales order email, you can edit the html in this location - app/locale/en_US/template/email/directory/sales/order_new.html
Just add the link anywhere you want in that Html file
Try this might help,
http://www.courierscripts.com
You can integrate this with Magento back end to generate tracking info along with order.

How can I create a Woocommerce site which 'sells' free items and only asks for name and e-mail on checkout?

I'm making a WordPress site for a client which will be on a subdomain of their main URL. They will give the URL to members of the press, who can browse (watermarked) images, add them to their cart, and checkout, giving only their e-mail address, name and who they write for. They then receive a zip with their files in.
I thought Woocommerce would be great for this, as it allows my client to add new images and remove older ones, and they will receive an e-mail every time someone has downloaded an image, which is part of the brief.
The only problem I can foresee with this is that the user will have to input payment details on checkout, which my client won't accept.
Can anyone think of a good solution for this please? Very much appreciated.

Categories