Search found 3779 matches

by jmestep
Mon Nov 28, 2016 11:31 pm
Forum: AbleCommerce GOLD
Topic: Order Numbering
Replies: 3
Views: 4131

Re: Order Numbering

If you have access to the database directly, you could try changing the order numbers in the 100... range in the ac_orders table to something lower, then resetting your next order number to something higher than that. Your customers might notice that their order number has been changed, though.
by jmestep
Tue Nov 15, 2016 11:56 pm
Forum: AbleCommerce GOLD
Topic: what happened to /Admin/Products/CustomFields.aspx
Replies: 2
Views: 5342

Re: what happened to /Admin/Products/CustomFields.aspx

That is correct. I think your AC7 site must have been customized to allow that.
by jmestep
Thu Oct 27, 2016 11:29 pm
Forum: AbleCommerce GOLD
Topic: How does customer pay an outstanding balance via the store
Replies: 6
Views: 9600

Re: How does customer pay an outstanding balance via the store

Assuming your site is the one I think it is, I logged in as a customer who had an unpaid order and checked the My Order page. The link to pay the order is on the page next to the red text that says there is a balance due. You have to scroll down the page and the link is above the shipment informatio...
by jmestep
Thu Oct 27, 2016 8:13 am
Forum: AbleCommerce GOLD
Topic: When you spend 2 hours debugging...
Replies: 3
Views: 4917

Re: When you spend 2 hours debugging...

Or if you are in a repeater and only every other item shows. Duh, don't filter for only ListItemType.Item, filter for ListItemType.AlternatingItem also.
I just did that today.
by jmestep
Mon Oct 24, 2016 9:36 pm
Forum: AbleCommerce GOLD
Topic: Gold R12 SR1 bots update?
Replies: 4
Views: 6111

Re: Gold R12 SR1 bots update?

I'm not sure where the notes are, but the new code is in Services/Membership/WebUserLocator.cs if (user == null) { // LOOK FOR COOKIES IN REQUEST bool foundCookies = !string.IsNullOrEmpty(request.ServerVariables["HTTP_COOKIE"]); lock (_anonymousUserCreateLock) { if (foundCookies) { // THE USER IS NO...
by jmestep
Sat Oct 15, 2016 1:07 am
Forum: AbleCommerce GOLD
Topic: Anyone have R12 ExtendedFields working?
Replies: 15
Views: 15434

Re: Anyone have R12 ExtendedFields working?

Not deleting the order-related custom fields was probably not a crucial when we couldn't delete orders. But it seems like since you have started using extended fields to make them easier to use and make them look more like they are an actual part of an order, it would be more important. I think a cu...
by jmestep
Thu Oct 13, 2016 11:44 pm
Forum: AbleCommerce GOLD
Topic: How to restore backup made with Database Backup feature?
Replies: 4
Views: 5686

Re: How to restore backup made with Database Backup feature?

I did try it once, but I don't remember how large the site was. The file generated OK, but my SQL Server wouldn't run it because of the size. There might have been a work-around for that, but I just stopped at that point.
by jmestep
Wed Oct 12, 2016 11:27 pm
Forum: AbleCommerce GOLD
Topic: Anyone have R12 ExtendedFields working?
Replies: 15
Views: 15434

Re: Anyone have R12 ExtendedFields working?

I agree with Joe. It's a little incomprehensible that it was really intended to not delete the custom fields.
by jmestep
Fri Sep 23, 2016 12:32 am
Forum: AbleCommerce GOLD
Topic: Comment out ConLib?
Replies: 5
Views: 7065

Re: Comment out ConLib?

I don't remember for sure and can't think of a site to look on, but try server tags or ## before the conlib.
by jmestep
Fri Sep 23, 2016 12:30 am
Forum: AbleCommerce GOLD
Topic: How to save basket when anonymous logs in to registered?
Replies: 14
Views: 13669

Re: How to save basket when anonymous logs in to registered?

Not an answer, but confirming that we have seen that problem also. We have also seen a customer's basket disappear if an admin logs in as a user, puts items in basket, goes back and logs in to the admin without closing the browser or clicking the log out link first. User's basket get transferred to ...
by jmestep
Wed Aug 31, 2016 12:08 am
Forum: AbleCommerce GOLD
Topic: Google Feed "shipping label" field
Replies: 2
Views: 3637

Re: Google Feed "shipping label" field

There is currently no field in Able corresponding to shipping label.
by jmestep
Wed Aug 31, 2016 12:06 am
Forum: AbleCommerce GOLD
Topic: Referencing custom data in email template
Replies: 3
Views: 5056

Re: Referencing custom data in email template

You can make new nVelocity objects, but that is pretty complicated and there isn't a whole lot of info out on nVelocity. There are some posts on AC wiki-http://wiki.ablecommerce.com/index.php/Special:Search?search=nvelocity&go=Go I have created new template parameters based on some custom classes, b...
by jmestep
Mon Aug 29, 2016 11:44 pm
Forum: AbleCommerce GOLD
Topic: More Conversion Tracking
Replies: 21
Views: 23951

Re: More Conversion Tracking

You can use the same code for all page types, you just need to put some logic in to determine the page type, then do something with it. Like don't add sections that don't apply. For example, don't output the product info on the search page.
by jmestep
Mon Aug 22, 2016 11:06 pm
Forum: AbleCommerce GOLD
Topic: product import problem
Replies: 3
Views: 7364

Re: product import problem

Thanks, Katie. The file itself has only 26 lines. I found out after I posted this that the site has millions of user records from spam bots and we have been deleting those slowly without hurting performance. Someone else has been deleting those, so the client will wait to try the import again after ...
by jmestep
Mon Aug 22, 2016 9:24 am
Forum: AbleCommerce GOLD
Topic: product import problem
Replies: 3
Views: 7364

product import problem

We have a client with around 23,000 products who is trying to update the GTIN field via the data exchange and so far as not been able to do it successfully. I was able to add and then update the products myself on a local site, but I had only a few hundred products. One of the errors he is getting i...
by jmestep
Sun Aug 21, 2016 11:37 pm
Forum: AbleCommerce GOLD
Topic: More Conversion Tracking
Replies: 21
Views: 23951

Re: More Conversion Tracking

When I did our remarketing plugin, I got the page type from the url most of the time- basket.aspx is a page type of "cart" . I got the product ids based on what the page type it was- cart, order, etc. Same thing with the ecomm value.
by jmestep
Sun Aug 21, 2016 11:30 pm
Forum: AbleCommerce GOLD
Topic: Designating Product Types
Replies: 2
Views: 3494

Re: Designating Product Types

You can try a couple of different things. In ProductPage.ascx.cs, it uses

Code: Select all

_CategoryId = AbleCommerce.Code.PageHelper.GetCategoryId();
You could also do something like the following to see if a product is in category 2 and act upon that.

Code: Select all

if(_Product.Categories.IndexOf(2)>-1)
{
//do something
}
by jmestep
Wed Aug 17, 2016 6:15 am
Forum: AbleCommerce GOLD
Topic: USPS changes Aug28 2016
Replies: 1
Views: 2903

USPS changes Aug28 2016

Someone sent me info about this change so I'm checking to see if anything needs to be changed in AbleCommerce.
http://www.endicia.com/usps/postage-rat ... august2016
Thanks
by jmestep
Tue Aug 16, 2016 11:40 pm
Forum: AbleCommerce GOLD
Topic: How to get PayPal orders to show in Google Analytics?
Replies: 8
Views: 16153

Re: How to get PayPal orders to show in Google Analytics?

On our sites, some of the Paypal orders make it to Google Analytics and some do not. Someone gave us this link, but I don't know if it helped or not. I didn't have access to their account and the site contact is on leave for a few months. http://www.practicalecommerce.com/articles/91286-Google-Analy...
by jmestep
Tue Aug 09, 2016 11:39 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Possible spam submissions of order notes?
Replies: 3
Views: 10476

Re: Possible spam submissions of order notes?

We have had sites recently where the send to friend was being hit by a spam bot also. I guess some people have nothing better to do than cause other people problems. :(
by jmestep
Fri Aug 05, 2016 12:35 am
Forum: AbleCommerce GOLD
Topic: Customer cannot register..email locked to annonymous account
Replies: 19
Views: 23105

Re: Customer cannot register..email locked to annonymous account

Katie, We have some sites, including one R11 SR1 site where people are going through guest checkout, then they are unable to order again because their email is being used by the old account. The old account has user name in pattern zz_ with .IsAnonymous set to false. How can that customer order agai...
by jmestep
Thu Jul 21, 2016 11:37 pm
Forum: AbleCommerce GOLD
Topic: Google Analytics
Replies: 4
Views: 4266

Re: Google Analytics

You shouldn't need to copy the file over. Just make sure you are referencing the correct path when you put it on a mobile page.
by jmestep
Wed Jul 20, 2016 11:02 pm
Forum: AbleCommerce GOLD
Topic: Google Analytics
Replies: 4
Views: 4266

Re: Google Analytics

Google added features and the universal one handles them. Here is a forum post with a link to Google
viewtopic.php?f=65&t=18456&hilit=Univer ... ticsWidget
by jmestep
Thu Jul 14, 2016 11:36 pm
Forum: AbleCommerce GOLD
Topic: Adding Store Email and Phone Number to Invoice
Replies: 7
Views: 6165

Re: Adding Store Email and Phone Number to Invoice

My local development sites run fine on SQL Server 2014.
by jmestep
Fri May 13, 2016 1:00 am
Forum: AbleCommerce GOLD
Topic: Authorize.net changes
Replies: 2
Views: 4512

Re: Authorize.net changes

Thanks, Jay. I have to ask about the notice so I can tell folks I verified it, even though the notice might be similar to an older one. :)