Search found 9 matches

by digdesigner
Tue Apr 24, 2012 9:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can not Complete Order when not Logged In
Replies: 1
Views: 2018

Can not Complete Order when not Logged In

I have been testing out our shopping cart because we have been getting complaints that our customers are not being redirected to the confirmation/receipt page. It seems that, when I am not logged in and I use a new email, I can not complete the order. On our test site, I enter in all the "fake" info...
by digdesigner
Thu Mar 15, 2012 9:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stay on Current Page after clicking Add to Cart
Replies: 2
Views: 2364

Re: Stay on Current Page after clicking Add to Cart

Thank you, I will try to incorporate the mini-basket.
by digdesigner
Mon Mar 12, 2012 3:38 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Stay on Current Page after clicking Add to Cart
Replies: 2
Views: 2364

Stay on Current Page after clicking Add to Cart

Is there functionality in the AbleCommerce templates for the user to click "Add to Cart" and the site doe not redirect to the "basket" page, but stays on the current page with the item added to the cart in the sidebar? Basically, I want the user to stay on the page and not be redirected to the Baske...
by digdesigner
Thu Feb 02, 2012 2:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Add a field (select/dropdown) to one page checkout
Replies: 2
Views: 2396

Add a field (select/dropdown) to one page checkout

What is the code to add a select field or dropdown to the One Page Checkout? Ideally, we would want a select field on the first panel of the One Page Checkout, and this field would dump whatever the user selected into the admin somewhere. Help would be greatly appreciated.
by digdesigner
Wed Nov 16, 2011 3:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Specific Product Load - Pull In Additional Image
Replies: 1
Views: 1840

Specific Product Load - Pull In Additional Image

I would like to pull in an additional image from the AbleCommerce admin, similar to the way that the "Thumbnail Image" is pulled in. There is a bit of code in the SpecificProductLoad conlib that writes out the "thumbnail" url. I notice that there are multiple values for the standard images (eg. Thum...
by digdesigner
Wed Aug 03, 2011 7:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to Add MSRP Price & rowQuantity to Specific Product Load
Replies: 2
Views: 2358

Re: How to Add MSRP Price & rowQuantity to Specific Product Load

I figured out a solution to adding the MSRP Price to the Specific Product Load Conlib. This was added to the front end: <asp:Literal ID="Msrp" runat="server"></asp:Literal> This was added to the code behind: string msrp = string.Format("MSRP: <span class=\"msrp\">{0:ulc}</span> ", _Product.MSRP); //...
by digdesigner
Tue Jul 19, 2011 7:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to Add MSRP Price & rowQuantity to Specific Product Load
Replies: 2
Views: 2358

How to Add MSRP Price & rowQuantity to Specific Product Load

I am customizing the "SpecificProductLoad" conlib and I was wondering if there was a way to add the MSRP price and the "rowQuantity" control to the list.
by digdesigner
Mon Jul 18, 2011 11:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin Disabled, Get Access to AbleCommerce Admin
Replies: 2
Views: 3104

Re: Admin Disabled, Get Access to AbleCommerce Admin

Yes, that works perfectly by following those steps in the post that you linked to.

Thank you very much.
by digdesigner
Mon Jul 18, 2011 9:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin Disabled, Get Access to AbleCommerce Admin
Replies: 2
Views: 3104

Admin Disabled, Get Access to AbleCommerce Admin

I have come across an issue where a few of our super admin account have been disabled. I have not been able to locate the reason, but it is to the point where none of the super admins are able to access our ablecommerce admin. I am wondering if there is a way for us to access the admin (without inte...