UPDATE:
I got it working. I did not realize you had to have at least one Default Item selected in the Attributes setup. But I am leaving this post for others that might have the same issue.
========================
It looks like for right now I can get my client's cart fully functional if I can get this Size Variant issue worked out. When I don't have the size variant applied I can go through Add to Cart and checkout. But if I add in the Size Attribute I get this error, when I click on the See Details. I assume the details is where the Size can be selected?
Transaction not successfully started
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: NHibernate.TransactionException: Transaction not successfully started
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[TransactionException: Transaction not successfully started]
NHibernate.Transaction.AdoTransaction.Rollback() +102
AliSuite.Core.NHSessionManager.RollbackTransaction() +49
AliSuite.Core.NHSessionManager.CommitTransaction() +70
AliSuite.Commerce.HttpModules.NHibernateSessionModule.x3a2e282be4f474d3(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc) +27
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Executed) +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
What I did was create the Variant called Size under the Catalog / Attributes. Then under the Product / Attributes I added the Size attribute from the Dropdown list.
But as mentioned above I got this error. Then I thought that maybe there is a mandatory constraint to have a Default Item in the Variant. So I made one a default and now it works.
Maybe adding that little snippet of a Default Item is required to the quickstart would help others.
Thanks.