Search found 255 matches

by plugables
Tue Oct 04, 2011 5:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where to customize for checkout Terms & Condition popup
Replies: 2
Views: 2075

Re: Where to customize for checkout Terms & Condition popup

If you want to change the css class that is used for this go to OnePageCheckout.ascx and edit this line

Code: Select all

<asp:Panel ID="TCDialog" runat="server" Style="display: none" CssClass="modalPopup">
by plugables
Tue Oct 04, 2011 5:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where to customize for checkout Terms & Condition popup
Replies: 2
Views: 2075

Re: Where to customize for checkout Terms & Condition popup

The css class modalPopup may be used to manipulate the size of the popup box for checkout terms and conditions.
by plugables
Tue Oct 04, 2011 5:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Edit Order Items Save Button Missing
Replies: 9
Views: 5253

Re: Edit Order Items Save Button Missing

Noticed on 7.0.7
If you try to add a product which has options, the save button disappears. It does not reappear even when you make selections for the options. If you add a normal product, both save and cancel button remain visible.
by plugables
Tue Oct 04, 2011 5:09 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Kitting/Varients - select one overall
Replies: 4
Views: 4129

Re: Kitting/Varients - select one overall

This can be done but it will require enormous customization. They BuyProductDialog, one of the core and most complicated of the controls will have to be completely re-written. Logic of grouping the option choices could possibly be implemented using custom fields for option choices. Will need ability...
by plugables
Tue Oct 04, 2011 4:38 am
Forum: Feature Requests
Topic: Verify Shipping Address
Replies: 8
Views: 14341

Re: Verify Shipping Address

We have implemented UPS Address validation as a ConLib control that you can use on OnePageCheckout or any other page where address can be entered. For example EditBillAddressPage, EditShipAddressPage and EditMyAddressPage. Contact us if you are interested. http://www.plugables.com/ContactUs.aspx
by plugables
Tue Sep 27, 2011 11:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Edit Order Items Save Button Missing
Replies: 9
Views: 5253

Re: Edit Order Items Save Button Missing

Tested on version 7.0.7. No problem found. Was able to add product. Both 'save' and 'cancel' buttons were available.
by plugables
Tue Sep 27, 2011 9:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Exclude products from discount
Replies: 1
Views: 1703

Re: Exclude products from discount

Define a discount on the product you want to exclude. Set the conditions of the discount such that they are never met. The product will be excluded from global store wide discounts and its own discount will also not be applicable.
by plugables
Tue Sep 27, 2011 9:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Notification Proble
Replies: 1
Views: 1714

Re: Order Notification Proble

Consider using an email address alias that validates as email address. 1234567@yoursite.com
by plugables
Tue Sep 27, 2011 9:39 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Kitting/Varients - select one overall
Replies: 4
Views: 4129

Re: Kitting/Varients - select one overall

You want the customer to first select the color category then the color in that category?
by plugables
Mon Sep 12, 2011 12:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SQL server pegged at 100% after 7.0.3 upgrade
Replies: 17
Views: 10595

Re: SQL server pegged at 100% after 7.0.3 upgrade

Maybe when Able created the user it called User.Save() twice or something like that?
by plugables
Mon Sep 12, 2011 12:48 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Kit Problem!
Replies: 8
Views: 6511

Re: Kit Problem!

You probably don't have direct access to your database. In that case ask your host to run the above queries on your database.
by plugables
Sat Sep 10, 2011 11:58 am
Forum: AbleCommerce Hosting and Development Providers
Topic: Find the manufacture name according to the ManufacturerId
Replies: 1
Views: 11252

Re: Find the manufacture name according to the ManufacturerId

Use this

Code: Select all

product.ModelNumber+fieldBreak+
(product.Manufacturer == null ? string.Empty : product.Manufacturer.Name) +fieldBreak+
product.Price+fieldBreak
by plugables
Sat Sep 10, 2011 10:34 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Kit Problem!
Replies: 8
Views: 6511

Re: Kit Problem!

Judy is probably right. Problem starts at 84th - on average an option Id probably takes 3 - 4 characters. So a coma separated list of 84 Ids will approximately take 84*3 = 252+ characters. If this is true you should be able to solve the problem by running this on your database. ALTER TABLE ac_Basket...
by plugables
Sat Sep 10, 2011 8:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SQL server pegged at 100% after 7.0.3 upgrade
Replies: 17
Views: 10595

Re: SQL server pegged at 100% after 7.0.3 upgrade

Noticed something strange when creating index for ac_Users.LoweredUserName. It appears that there are duplicate records for the same user name. How this could have happened is a mystery. CREATE UNIQUE INDEX terminated because a duplicate key was found for object name 'dbo.ac_Users' and index name 'I...
by plugables
Sat Sep 10, 2011 7:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Australia Post - Error
Replies: 18
Views: 10239

Re: Australia Post - Error

You can get the source of Australia Post shipping gateway from AbleCommerce and modify it to suit your needs.
by plugables
Sat Sep 10, 2011 6:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Upgrading from 7.0.3 to 7.0.5
Replies: 2
Views: 2160

Re: Upgrading from 7.0.3 to 7.0.5

You probably haven't run the all database upgrade scripts.
by plugables
Sat Sep 10, 2011 6:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Development Site Stopped working ASP Error
Replies: 2
Views: 3284

Re: Development Site Stopped working ASP Error

Looks like your database is not accessible.
by plugables
Sat Sep 10, 2011 6:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: different pages are appearing on google searches
Replies: 2
Views: 2050

Re: different pages are appearing on google searches

When you access with its proper URL http://www.littlevillagespices.com/Northwoods-Steak-Seasoning--P58.aspx You get the display from the display page you have set for this product. With this URL http://www.littlevillagespices.com/Product.aspx?ProductId=58 You are asking that product be displayed usi...
by plugables
Sat Sep 10, 2011 5:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integration question
Replies: 3
Views: 6261

Re: Integration question

This can be customized in AbleCommerce. You should be able to use variable priced products and your custom programming logic should ensure a proper price of the product based on the users current credits or whatever other criteria you have. The 'tokens' that users purchase can be digital goods or gi...
by plugables
Sat Sep 10, 2011 5:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product failed to display in normal sorting
Replies: 4
Views: 3126

Re: Product failed to display in normal sorting

Can you send link to the page where this problem can be seen?
by plugables
Tue Aug 16, 2011 6:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Evaluating AbleCommerce, and disappointed - an honest review
Replies: 12
Views: 11353

Re: Evaluating AbleCommerce, and disappointed - an honest review

Now you might consider changing the title of this post ... it could be misleading for casual reviewers.
by plugables
Tue Aug 16, 2011 6:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Display Shipping Address on PaymentPage.ascx
Replies: 3
Views: 2816

Re: Display Shipping Address on PaymentPage.ascx

Do you have multiple copies of PaymentPage.ascx in your store?
Are you editing the default files that are in ConLib folder?
Can you post the code from PaymentPage.ascx and PaymentPage.ascx.cs?
by plugables
Tue Aug 16, 2011 6:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Application error occur if "/" followed behind default.aspx
Replies: 8
Views: 6281

Re: Application error occur if "/" followed behind default.aspx

Couldn't understand your description of error. Can you send a URL where we can see this error happening?