Questions tagged [ablecommerce]

E-commerce Shopping cart software program. It is is designed to assist merchants with day-to-day management of customers, orders and the catalog system.

10 questions
3
votes
2 answers

Able Commerce POS Data Merge

We are building an AbleCommerce 7 web store and trying to integrate it with an existing point-of-sale system. The product inventory will be shared between a phyical store and a web store so we will need to periodically update quantity on hand for…
Brian Behm
  • 6,129
  • 1
  • 23
  • 30
1
vote
1 answer

Change one scriptlet display from a separate scriptlet

Fair warning: I don't understand half of what I know about this and I don't know that much so please forgive any terms misused or explanations unclear while I'm learning. I am working on an ecommerce store application. It has an App_Themes with my…
Deverill
  • 971
  • 2
  • 17
  • 32
1
vote
0 answers

ShipRateQuoteDataSource.QuoteForShipment() returns nothing

I'm trying to test shipping methods in my site, and I'm not getting anything back from USPS. I've set up several shipping methods - 2 custom methods, and 4 from USPS - Priority Mail, Express Mail, Priority Mail International, and Express Mail…
0
votes
1 answer

Jquery active class nav links in .Net for non webpages - AbleCommerce

I am working with the header component for a .net cart AbleCommerce. The active link effect will only be used in the header. I have a script that is working for all webpages, but it fails to apply to scriptlets. Ex. "About Us" is a webpage, the…
Julie Carlson
  • 81
  • 2
  • 7
0
votes
1 answer

Target Non-US Customers In Email Template (NVelocity)

I am using Able Commerce and need to customize the Customer Order Notification email template. I believe Able uses NVelocity for its email templates customization. I would like to display a message to Non-US customers only. In other words, I would…
Joe
  • 633
  • 4
  • 11
  • 18
0
votes
1 answer

ASP.NET Site Redirects To Internal Port

Scenario: We have an AbleCommerce (ASP.NET e-commerce CMS) website which needs SSL (obviously) but is hosted on a server which can only have 1 internal IP address. This would usually be fine, as we can add an external IP and destination NAT the…
Pete Stewart
  • 38
  • 1
  • 4
0
votes
1 answer

logging in to ableCommerce via commerceBuilder api

i am trying to log in and authenticate with able Commerce? i am using their DLLs (commerceBuilder) i have tried dim user as new commerceBuilder.users.user user.username = "ABC" user.password = "PASS" user.adress = "www.websider.com" does anyone…
Ishey4
  • 327
  • 3
  • 13
0
votes
1 answer

Adding dynamic year to AbleCommerce (ASP) footer

I am not an ASP coder at all. Just trying to helop a friend by adding dynamic copyright date to existing AbleCommerce footer. My current code causes no errors but also has no output: StoreFooter.ascx
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
0
votes
1 answer

MaterPage re-design in asp.net. how to create diff layouts for header and footer

I am being told to re-design MasterPage. My company uses AbleCommerce system and let me tell you its very tricky. I have a different layouts templates created in HTML by AbleCommerece long time ago and now i need to re-design my masterpage. ex:…
patel.milanb
  • 5,822
  • 15
  • 56
  • 92
0
votes
1 answer

AutoMapper Throwing Exception When Mapping Against Two Different Collection Types

I'm writing a ASP.NET Web API service which uses AutoMapper for object mapping. I'm building this service against the AbleCommerce shopping cart software. The service (destination) classes at issue track users and their addresses. public class…
Neil T.
  • 3,308
  • 1
  • 25
  • 30