Check out page customization

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
atop
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed May 26, 2010 2:08 pm

Check out page customization

Post by atop » Wed May 26, 2010 3:45 pm

Hello,
I am doing the evaluation of the AbleCommerce shopping cart before we buy the license. Our products are soft goods: training classes, software, activation keys. For the training classes. We require users to fill in their registration inforamtion besides the billing information when checking out. The registration fields include name, title, company, address, phone and email. The check out page should produce as many sections of registration fields as the number of the attendees (Qty) put in by the register. The register may or may not be one of the attendee, and he/she has to fill in all of the attendees' info. This requires the check out content generated dynamically. Does your check out page/database support that type of customization(to associate more than one people to a product at a transaction)?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Check out page customization

Post by mazhar » Thu May 27, 2010 4:32 am

Why don't you create one order per attendee. The process you described above of admin creating single order for multiple users will require you put customization of code and schema to accommodate this. I believe that single order per attendee is a better way, this will allow attendee to login as well. The only difference is of creating many orders for a single item with different people, you can try to make it easy via writing some custom script to let you create orders for multiple people in one go.

atop
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed May 26, 2010 2:08 pm

Re: Check out page customization

Post by atop » Thu May 27, 2010 11:27 am

This is our business requirements. The question is if this can be done from working in your source code assuming we are buying your source code license as well. Thanks.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Check out page customization

Post by mazhar » Fri May 28, 2010 4:12 am

Yes, this would be possible.

atop
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Wed May 26, 2010 2:08 pm

Re: Check out page customization

Post by atop » Tue Jun 01, 2010 7:59 pm

Hello,

I tried to install the trial version in my shared host. When I tried to install: http://myhost/install/default.aspx, the error message says:

``````````````````````````````````````````````````````````````````````````
Parser Error Message: Failed to decrypt using provider 'DataProtectionConfigurationProvider'. Error message from the provider: Key not valid for use in specified state. (Exception from HRESULT: 0x8009000B)

Source Error:


Line 1: <connectionStrings configProtectionProvider="DataProtectionConfigurationProvider">
Line 2: <EncryptedData>
Line 3: <CipherData>
Line 4: <CipherValue>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAlWTisrQa+kK9iA4kWWe+NgQAAAACAAAAAAADZgAAqAAAABAAAABX22jkSO16rCs5o1A5L2rDAAAAAASAAACgAAAAEAAAAEqOUKihHuqDKbeFCxBWH0/IAQAAmVIyd6XFzLO1ljotOoRueTFzxMdD1RV+ySKSfYJt3yMT35TR0mwPKuAa5TdI8U4kB3xJrPJighWENMORNqUYkapB7biv97AkpxIl/itKLBA9OczjSRq7sqEpT9KoWuqLglmqaGHKRMnewiW8pGl4ORhrgUfvTYE9SefIgg9Xx+HCBGZyVJ2BOIAwitqQoy71z2EyWCc/jgv03bT2+nG7sW0vlqy0oQ9PKtkJi8GNn0AjDxm0rg5d9p5UzicGLR9n5PsyZoh89RXMgvg0vuaDjCqBjdkN0CoZm3iFTcc1t1OBT37sJBCAhVVMPDK+d+Us6AT0y4nQWsYb4QXvnCXq5vbDiISVeUDq2kD8K4u4JoCVQ88DDjP1EGLO004jvjuYdOj3ODUc7Mo81IZTALV30Fk/v8xYizs7p2pwyfaoq6jAyCTtjB1HReZ2ad9CRmjKAxfgVKaC7PQOJpQVYjqgWzbRn5Y4cqV6ja2BEAR1/mXHN0CAedLfcKZanRMQAPPJsnZ7tRncyActGs3DHFtWi8JVFuhrFG5ZwmeTyBjrX9O625V6uAZsEA8SM7/+VZj5rBhbMgCMuuVolcX6CmoAa8rw7al+MnuDFAAAAKrvuuD5rlQr+R55FBTBFlXfRrR/</CipherValue>


Source File: D:\Webs\etapco0009\estore\App_Data\database.config Line: 2

`````````````````````````````````````````````````````````````````````````````````````````````````````````````
How do I create a new key since I can't physically access to the machine? Thanks.

Abby

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Check out page customization

Post by mazhar » Wed Jun 02, 2010 3:55 am

Have a look at following thread
viewtopic.php?f=42&t=13054

Post Reply