Search found 66 matches

by RickSilver
Fri Jan 02, 2015 3:57 pm
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12685

Re: Email Templates not working with customer/merchant

Thanks but this is not the problem. I'm referring to emails going out by a trigger, not from an admin page. Still need help.
by RickSilver
Mon Dec 22, 2014 6:55 am
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12685

Re: Email Templates not working with customer/merchant

Using Gold version. Customer seems to work now but it's ignoring the addresses in CC and BCC.
by RickSilver
Sun Dec 21, 2014 6:02 pm
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12685

Re: Email Templates not working with customer/merchant

These are being sent by triggers, such as when the customer places an order or an order is shipped. It also doesn't seem to be sending to the CC and BCC fields either. I've checked my spam folder.

Rick
by RickSilver
Sun Dec 21, 2014 1:42 pm
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12685

Email Templates not working with customer/merchant

Using AC Gold, I'm finding that using the keywords customer or merchant in the To and From fields doesn't work. Only when I change them to a valid email address, do they get sent out. The store has a valid default email address set.

Thanks
Rick
by RickSilver
Tue Dec 16, 2014 6:29 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Re: Code conversion issues

Thanks Judy. I'd like to be able to load by name but when I tried that using this: ICriteria criteria = NHibernateHelper.CreateCriteria<CommerceBuilder.Messaging.EmailTemplate>(); I get this: Error: Sys.WebForms.PageRequestManagerServerErrorException: could not resolve property: name of: CommerceBui...
by RickSilver
Mon Dec 15, 2014 6:24 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Re: Code conversion issues

How do I load a custom email template in AC Gold?

In AC7, I could do this:

EmailTemplateCollection emailTemplates = EmailTemplateDataSource.LoadForCriteria(" Name = 'My Template' ");

Does EmailTemplateCollection still exist? Gold doesn't like it and I can't find a namespace.

Thanks
Rick
by RickSilver
Mon Dec 15, 2014 6:12 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Re: Code conversion issues

I'm implementing a budget feature. An admin can configure a department and set a max budget. Users register and select a department. User can pay by PO and that gets subtracted from the budget. Each department can be set up to either disallow going over budget or allow and send an email to someone.
by RickSilver
Sun Dec 14, 2014 4:06 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Re: Code conversion issues

I did figure out how to get the order in CheckedOut() in AC Gold :)

CommerceBuilder.Orders.Order order = e.CheckoutResponse.Order
by RickSilver
Sun Dec 14, 2014 3:28 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Re: Code conversion issues

Thanks for responding. I tried these in checkout and got a compile error for all of them similar to this: Compiler Error Message: CS1061: 'AbleCommerce.Code.CheckedOutEventArgs' does not contain a definition for 'id' and no extension method 'id' accepting a first argument of type 'AbleCommerce.Code....
by RickSilver
Sat Dec 13, 2014 10:40 am
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5307

Code conversion issues

I'm working on a store that is on AC Gold. I'm coming from AC 7 of course. 1. Getting the order in CheckedOut() Before I could do: Order order = OrderDataSource.Load(e.OrderId, false); In Gold, it says OrderId is not valid for CheckedOutEventArgs 2. Getting an email template So far I have this.. am ...
by RickSilver
Sat Sep 28, 2013 10:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help saving reference id
Replies: 1
Views: 3411

Help saving reference id

This seems pretty basic but is new to me and I cannot find the answer here or in the documentation. We're using OnePageCheckOut. I see the functions CheckingOut() and CheckedOut() but neither seems to actually SAVE the order. I'm just trying to save a new field I added to the page to a database fiel...
by RickSilver
Mon Aug 27, 2012 10:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Excluding page from Login validation
Replies: 2
Views: 2616

Excluding page from Login validation

Our site is set to redirect users to the login page if not logged in. There is a page at the site root level called Verification.aspx that needs to run and it either gives an error or does a redirect to the Login page. However it's not getting executed due to the restriction. Is there a way to exclu...
by RickSilver
Mon Jun 25, 2012 8:11 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: External page in Content Page?
Replies: 9
Views: 10494

Re: External page in Content Page?

My begin line is: int beginBody = result.IndexOf("<table"); The first reference of that is just after the body line and after that is the form line. So I don't think I'm chopping it off. The url I'm reading is: http://www.promoplace.com/ws/ws.dll?DistID=4637 The end line is: int endBody = result.Sub...
by RickSilver
Sat Jun 23, 2012 6:30 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: External page in Content Page?
Replies: 9
Views: 10494

Re: External page in Content Page?

I have the content displayed now. However, it's having a problem with its form submission. The external content has its own form but clicking the submit button no longer works An examination of the html source suggests it is trying to submit AC's form. I do not even see the external form's beginning...
by RickSilver
Thu May 03, 2012 3:45 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: External page in Content Page?
Replies: 9
Views: 10494

Re: External page in Content Page?

Thanks Dave. Closer but still having trouble. I've followed your steps to the letter, substituting my information where appropriate. When I go to http:MySite.com/MyNewPage.aspx, I see the site start to show but then the screen is replaced with my external page; it's appearing as the whole page, not ...
by RickSilver
Wed May 02, 2012 7:30 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: External page in Content Page?
Replies: 9
Views: 10494

Re: External page in Content Page?

Thanks, however, I'm not sure how to use this with a content page.
by RickSilver
Wed May 02, 2012 5:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: External page in Content Page?
Replies: 9
Views: 10494

External page in Content Page?

I need to display an external page as a Content Page. Can this be done?

Rick
by RickSilver
Wed Mar 23, 2011 7:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: how do I get product_id on an Add
Replies: 1
Views: 1635

how do I get product_id on an Add

How do I get the product_id when adding a new product. Does _Product.Save() return it?
by RickSilver
Tue Mar 08, 2011 6:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hide products in Search
Replies: 2
Views: 2192

Hide products in Search

The search feature is finding items that are in categories marked hidden and private. Is this a bug in AC?

How can I prevent the customer from seeing these items from search results?

Rick
by RickSilver
Fri Feb 25, 2011 4:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: getting category for product
Replies: 5
Views: 3407

Re: getting category for product

It is still coming back as TRUE regardless of the category visibility status as set in Admin.

Rick
by RickSilver
Thu Feb 24, 2011 7:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: getting category for product
Replies: 5
Views: 3407

Re: getting category for product

I am getting a Public value for a category that is hidden or private. Am i doing something wrong here? foreach (int categoryId in product.Categories) { Category _Category = CategoryDataSource.Load(categoryId); if (_Category.Visibility.ToString() == "Public" ) { // always true } }
by RickSilver
Wed Feb 23, 2011 8:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: getting category for product
Replies: 5
Views: 3407

getting category for product

Given that I have an object of type Product, how can I get the category id so I can load a Category object. Basically, I'm just trying to get the Visibility of the category the product belongs in.

Rick
by RickSilver
Fri Feb 04, 2011 6:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: calling nvelocity engine
Replies: 5
Views: 3031

Thank you Mazhar! That was it. It works now.
by RickSilver
Mon Jan 31, 2011 7:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: calling nvelocity engine
Replies: 5
Views: 3031

Re: calling nvelocity engine

Here is my code. It is NOT replacing the store and order variables. Do you see what I am doing wrong? Order order = OrderDataSource.Load(e.OrderId, false); Store store = Token.Instance.Store; NVelocityEngine nve = NVelocityEngine.Instance; Hashtable parameters = new Hashtable(); parameters.Add("Stor...
by RickSilver
Sat Jan 29, 2011 3:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: calling nvelocity engine
Replies: 5
Views: 3031

calling nvelocity engine

I am manually obtaining a template and then emailing it in order to replace a custom variable in it. Done this way, it is not automatically run through the nvelocity engine to replace items like store and order information. If my template has this store and order information and my custom variable, ...