Search found 16 matches

by relish27
Tue Aug 09, 2016 4:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Possible spam submissions of order notes?
Replies: 3
Views: 11302

Re: Possible spam submissions of order notes?

Actually, I think I figured out both things. In the Email Settings area, there's some options for the Product Send to a Friend form, which appears in the sidebar of product pages. I had not seen or configured this before (or if I did, it was 8 years ago). There's an option to select a template and i...
by relish27
Tue Aug 09, 2016 3:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Possible spam submissions of order notes?
Replies: 3
Views: 11302

Possible spam submissions of order notes?

My client contacted me today to say that they've been getting an email sent to them repeatedly (content below), about 25 times at a time. This 25-time email situation has happened four times now. Subject: Customer added a note to Order Number $order.OrderId Please Review - On ${note.CreatedDate}, a ...
by relish27
Fri Apr 20, 2012 1:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Access to the path 'XXXXX.Png' is denied.
Replies: 1
Views: 2326

Access to the path 'XXXXX.Png' is denied.

My client has reported running into an error when they log in (I had turned off the 500 redirect to help determine why they were having login issues). This is the error [Line 70 is in red]: Access to the path '15a29801-26b0-423a-ae10-6bbd61481d1c.Png' is denied. Exception Details: System.Unauthorize...
by relish27
Wed Jul 20, 2011 8:30 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Domain Add-on with two stores and using SSL for both
Replies: 1
Views: 1890

Domain Add-on with two stores and using SSL for both

A while back I posted about how to use two different themes with the same store backend... and I got some good advice here: http://forums.ablecommerce.com/viewtopic.php?f=42&t=14506&p=62502&hilit=+domain+add+on+ssl#p62502 Basically, we have two domain names that use the same store. The code on that ...
by relish27
Thu Jul 07, 2011 10:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Easy One: Can't seem to change Checkout Page with Login
Replies: 1
Views: 1882

Re: Easy One: Can't seem to change Checkout Page with Login

Okay, so I solved this one myself:

That text is hardcoded in the /store/conlib/OnePageCheckout.ascx file. A little confusing! But at least I found it.
by relish27
Thu Jul 07, 2011 10:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Easy One: Can't seem to change Checkout Page with Login
Replies: 1
Views: 1882

Easy One: Can't seem to change Checkout Page with Login

Hi, I thought I'd be able to fix this right away and am puzzled as to why I am not able to update the scriptlet correctly. When a non-logged in user adds a product to the cart and then hits "Checkout," they are presented with a page (/Checkout/Default.aspx) that has some text a the top followed by b...
by relish27
Fri Jun 03, 2011 9:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hacked Site? SQL Injection? Help, please
Replies: 3
Views: 2752

Re: Hacked Site? SQL Injection? Help, please

Right, I realize it's HTML. But a SQL Injection attack can allow code to be added to dynamically displayed content. At least I've seen similar situations like this before (but not in a .NET site), with similar kinds of code being added. But! Very good point about it actually being in the file, becau...
by relish27
Thu Jun 02, 2011 1:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hacked Site? SQL Injection? Help, please
Replies: 3
Views: 2752

Hacked Site? SQL Injection? Help, please

Hi, the client notified me today that the site was displaying an error -- and, indeed, a very general error is showing on the site. Says "Oops! An unexpected error has occurred. The error message has been recorded for the system administrator. We apologize for the inconvenience." When I removed the ...
by relish27
Wed Nov 03, 2010 3:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change theme based on domain?
Replies: 7
Views: 12042

Re: Change theme based on domain?

This worked!!!! Mazhar, thanks so much for your guidance. The only modification I made was to use Request.Url.AbsoluteUri instead of Request.RawUrl: <script runat="server"> protected void Page_PreInit(object sender, EventArgs e) { ThemeHelper.BindTheme(this, Request.Url.AbsoluteUri); } </script> <as...
by relish27
Wed Nov 03, 2010 7:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change theme based on domain?
Replies: 7
Views: 12042

Re: Change theme based on domain?

Thanks, Mazhar. I didn't get an email notification so I just saw this now. I will give it a shot.
by relish27
Fri Oct 29, 2010 8:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change theme based on domain?
Replies: 7
Views: 12042

Re: Change theme based on domain?

Thanks. That information was related, but didn't get into how to actually do it. I did a quick search and this part of the code looks promising: public static void BindCmsTheme(Page page, CatalogableBase catalogObject) { string theme = catalogObject.ActiveTheme; if (!string.IsNullOrEmpty(theme)) { i...
by relish27
Tue Oct 26, 2010 10:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Multiple Store Fronts in AbleCommerce
Replies: 7
Views: 6627

Re: Multiple Store Fronts in AbleCommerce

Hello, I recently posted about doing the same thing (http://forums.ablecommerce.com/viewtopic.php?f=42&t=14506) and was directed over here. Did any of you successfully get the multiple theme / 1 database situation worked out? I would like to pursue this angle before setting up separate stores for ea...
by relish27
Mon Oct 25, 2010 9:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Change theme based on domain?
Replies: 7
Views: 12042

Change theme based on domain?

Hi. We would like to be able to have the following: 2 domains, 2 themes, 1 database. I know there is the domain add-on, which allows two domains to be associated with one store -- but has anyone done the custom coding required to change the theme based on the domain? This is what is required in orde...
by relish27
Fri Jun 20, 2008 11:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: add phone to print invoice
Replies: 2
Views: 2483

Re: add phone to print invoice

thanks! that worked
by relish27
Thu Jun 19, 2008 3:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: add phone to print invoice
Replies: 2
Views: 2483

add phone to print invoice

my client needs the customer phone number added to the print invoice. anyone know how to add it?
by relish27
Mon Jun 02, 2008 2:53 pm
Forum: 7.0 DataPort
Topic: 12/1 - AbleCommerce Data Client Utility 7.0
Replies: 361
Views: 406817

Re: 4/29 - AbleCommerce Data Client Utility Beta .17

hello, i'm just getting starting and having some issues. i have 7.0 installed and just found this dataclient utility and would like to use it to import data. however, i'm having two issues. 1. when i run the dataport and try to connect, i get the following error: "Invalid response from the server. U...