ECommerce

TheCartPress 1.2.8, eCommerce fuel (II)

We need another Post to publish all the improvements.

Custom Values Widget

If you uses Custom Fields, or custom Taxonomies to save more info about your products, this widget (and template function) allows to display all this information in a side bar or any other widgetizable area. The next image displays how it looks like and how to configure:
eCommerce Custom fields

eMail Template

You can now customize the email sent to customer. Take a look to themes-templates/tcp_print_email.php. To make your own customization, you must copy the file to your theme and edit the new one.

Enjoy them!!

TheCartPress 1.2.8, eCommerce fuel (I)

We have published a new version of TheCartPress.

This version has exciting new features, allowing to make your eCommerce more powerful with less effort.

Responsive behaviour

Our “acclaimed” Themes-Templates has now compatibility with Twenty Twelve based themes and with Bootstrap and we have improvement the responsive behaviour.
eCommerce responsive template, WordPress

New Orders Managements

TheCartPress 1.2.8 adds a new order management where Merchants can send messages to customers and creating notes. The new feature adds an email Templates mechanism, where merchants can create emails using “variables”. Those email templates are created in TCP Look&Feel, Notices & eMails.
eCommerce Order Manager
The next list shows all the variables that merchants can add to theirs emails:

{order_id}
{created_at}
{customer_id}
{ip}
{weight}
{shipping_notice}
{shipping_method}
{status}
{order_currency_code}
{shipping_amount}
{discount_amount}
{payment_name}
{payment_method}
{payment_amount}
{payment_notice}
{transaction_id}
{comment}
{comment_internal}
{code_tracking}
{shipping_firstname}
{shipping_lastname}
{shipping_company}
{shipping_street}
{shipping_city}
{shipping_city_id}
{shipping_region}
{shipping_region_id}
{shipping_postcode}
{shipping_country}
{shipping_country_id}
{shipping_telephone_1}
{shipping_telephone_2}
{shipping_fax}
{shipping_email}
{billing_firstname}
{billing_lastname}
{billing_company}
{billing_tax_id_number}
{billing_street}
{billing_city}
{billing_city_id}
{billing_region}
{billing_region_id}
{billing_postcode}
{billing_country}
{billing_country_id}
{billing_telephone_1}
{billing_telephone_2}
{billing_fax}
{billing_email}
{total}
{site-url}
{site-title}

In the next post we’ll publish more improvements.

Enjoy it!!!