Search found 5 matches

by hylkovski
Tue Jan 19, 2010 1:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Save all emails from AbleCommerce
Replies: 1
Views: 1614

Save all emails from AbleCommerce

We would like to save all emails from an AbleCommerce to a database for a Customer Service reference.
How can I subsicribe to an event before or after email is sent? Or do we have an access to code for email sending logic?

Thank you
by hylkovski
Tue Jan 05, 2010 10:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customize Reset Password Link in Forget Password Email
Replies: 2
Views: 3225

Re: Customize Reset Password Link in Forget Password Email

Store URL setting is used in many other places where we need it to point to http://mystore.com, not to http://mycheckout.com
by hylkovski
Mon Jan 04, 2010 6:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customize Reset Password Link in Forget Password Email
Replies: 2
Views: 3225

Customize Reset Password Link in Forget Password Email

In Lost Password email template Able Commerce provides ${resetPasswordLink} variable, which results in something like http://mystore.com/PasswordHelp.aspx?Key=96&Check=iS73x0cdMxSC , where mystore.com is a store URL setting value in AbleCommerce. We use only checkout portion of AbleCommerce and have...
by hylkovski
Fri Dec 11, 2009 1:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Multi-Site Support
Replies: 1
Views: 1904

Multi-Site Support

We would like to have 2 stores mystore.com/en/ and mystore.com/fr/ running under same AbleCommerce platform. We want both stores to use independent global store settings. In AbleCommerce database every table hast StoreId. So I belive multiple stores are supported. How can I active and use multi-stor...
by hylkovski
Fri Dec 11, 2009 1:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to add product with options by SKU
Replies: 1
Views: 1946

How to add product with options by SKU

I have a Product with a SKU "ProductA" and options color: "Red", "Blue" and size: "1", "2"
AbleCommerce generate SKU "ProductARed1", "ProductARed2", "ProductABlue1", , "ProductABlue2"

What API I can use to add product with SKU "ProductABlue2" to shopping cart?