Search found 5 matches

by dale.jones
Tue Dec 14, 2010 4:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL Enable Feature in Ablecommerce Admin
Replies: 13
Views: 8700

Re: SSL Enable Feature in Ablecommerce Admin

How embarrassing. In order to differentiate staging from prod we're using the IP address for staging. The IP address got changed on the server, but not in the documentation, so I was trying to set this up with the old IP.

Oops. Sorry for the bother.
by dale.jones
Tue Dec 14, 2010 4:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL Enable Feature in Ablecommerce Admin
Replies: 13
Views: 8700

Re: SSL Enable Feature in Ablecommerce Admin

I'm experiencing similar behavior with some twists. I set up SSL on IIS with a self-signed certificate on my dev machine. I make the edits as advised by Mahzar. Then I can turn on SSL from the store admin page and SSL works when the cart goes to check out. Different behavior on the staging site. The...
by dale.jones
Fri Dec 03, 2010 12:11 pm
Forum: Good Reference Posts
Topic: Customizing security in AbleCommerce 7
Replies: 11
Views: 50384

Re: Customizing security in AbleCommerce 7

I need to create a group of users who can log in and modify or create a new orders for customers who have already made purchases. According to the instructions in this post, I've created my new security role, created the new group, added people to it, modified the sitemap, and added the group name t...
by dale.jones
Fri Oct 29, 2010 2:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Loop Through Basket in Scriptlet
Replies: 1
Views: 1847

Loop Through Basket in Scriptlet

In my store some items (general) can be purchased by anyone, such as a printed user guide, while other items (special) need to generate a permit code with our software product’s serial number. I want to be able to interrogate the basket on checkout and if there are only general items, go to the one ...
by dale.jones
Thu Oct 28, 2010 11:39 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Referring to Custom Data Fields in Scriptlets
Replies: 6
Views: 6472

Referring to Custom Data Fields in Scriptlets

The product being sold is a collection of maps organized by region. Each region can contain hundreds of individual maps. When a customer picks a region a query runs against an existing table and the detail information of the region is displayed. I got that to work by using the existing SKU field in ...