Search found 255 matches

by plugables
Tue Nov 22, 2011 12:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Options and Variants "drilldown"
Replies: 2
Views: 2218

Re: Options and Variants "drilldown"

In products variant manger in admin, you will see an option 'Available' for each variant. The ones that are not valid can simply be marked un-available.
by plugables
Tue Nov 22, 2011 6:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: BasketItemDataSource.CreateForProduct Returning Null?
Replies: 6
Views: 3642

Re: BasketItemDataSource.CreateForProduct Returning Null?

Place the subsequent code inside a null check

Code: Select all


if(basketItem != null)
{
   //the normal code
}
else
{
  // handle the special case here. Set a message to be shown to the customer.
}
by plugables
Tue Nov 22, 2011 6:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: google base feed
Replies: 3
Views: 2669

Re: google base feed

The upload method is in FeedProviderBase class from which the GoogleBaseFeed extends. Upload functionality was in the old google base feed. In the new feed upload is not needed. Instead google pulls the feed from your site automatically. For uploading using FTP you may do something like this FtpClie...
by plugables
Tue Nov 22, 2011 6:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7 - How to apply Gift Certificates to Existing Order?
Replies: 1
Views: 1808

Re: AC7 - How to apply Gift Certificates to Existing Order?

Add a new order item of type gift certificate or credit.
by plugables
Tue Nov 22, 2011 6:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Dropdown Menu In Sidebar...
Replies: 1
Views: 1973

Re: Dropdown Menu In Sidebar...

The only solution that comes to my mind is to use an IFrame for the navigation. The IFrame should then load its file from a directory that is blocked by robots.txt.
by plugables
Tue Nov 22, 2011 5:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SimpleCategoryList stop displaying products
Replies: 0
Views: 2402

Re: SimpleCategoryList stop displaying products

The code in CategoryListPage control looks like this. if (_Category != null) allNodes = _Category.CatalogNodes; else allNodes = CatalogNodeDataSource.LoadForCategory(0); foreach (CatalogNode node in allNodes) { if ((node.CatalogNodeType == CatalogNodeType.Product) && (node.Visibility == CatalogVisib...
by plugables
Tue Nov 22, 2011 5:30 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Swatches and Kitting on the same page
Replies: 1
Views: 3008

Re: Swatches and Kitting on the same page

Make one of the color choices selected by default. There was some piece of code floating around in forums on how to make a default selection for an option. You will need to do some customization in App_Code/PageHelper.cs. The method to update I think is BuildProductChoices.
by plugables
Tue Nov 22, 2011 5:24 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: showing discounts in category list or advanced search
Replies: 1
Views: 3149

Re: showing discounts in category list or advanced search

You will need to customize this. Check the ConLib/ProductDiscountsDialog.ascx(.cs) for reference.
by plugables
Wed Oct 26, 2011 11:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Prevent Order on Credit Card Decline
Replies: 8
Views: 6989

Re: Prevent Order on Credit Card Decline

The order has to exist before payment can be made. If fact, when connecting to the payment gateway you also let it know the order id/number against which the payment is being made.
by plugables
Wed Oct 26, 2011 11:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: sorting products not following order in admin
Replies: 1
Views: 3040

Re: sorting products not following order in admin

You have stumbled across a know issue. There are detailed discussions on this in other threads in this forum. If you search you will find. Basically, when using 'search' functionality, there is no conclusive way of determining the order of products if they are in more than one category. You may want...
by plugables
Wed Oct 26, 2011 11:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Url Rewriting AC 7.02
Replies: 2
Views: 2532

Re: Url Rewriting AC 7.02

You can write your own custom URL rewriter, set it as the default rewriter for AC in web.conf, and do whatever you like to do in that rewriter.
by plugables
Mon Oct 24, 2011 10:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: showing search results on web page?
Replies: 20
Views: 10029

Re: showing search results on web page?

Hi Chris,

You probably need this http://www.plugables.com/Product-Tags-Module-P11.aspx

Supports tag based search both in merchant admin as well as retail store.
Tags can be searched and sorted based on their tag name and creation date.
by plugables
Wed Oct 19, 2011 5:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How does AC7 decide to assign user = "Search_Engine"?
Replies: 8
Views: 6065

Re: How does AC7 decide to assign user = "Search_Engine"?

bots and crawlers respect robots.txt Anonymous and non-anonymous users are easily identified. If a user is not logged in he/she is anonymous. Anonymous users can't access pages that are for logged in members. For example MyAccount page. Anonymous user, be it a normal browser or a bot/crawler, is tre...
by plugables
Wed Oct 19, 2011 4:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: White border after uploading image 7.0.6
Replies: 2
Views: 2469

Re: White border after uploading image 7.0.6

I have also noticed this problem. It appears that when resizing AC adds a white border to the right and bottom of the image. This is noticeable if you have your images on a black/dark background. Also this seems to happen when resizing a smaller image to larger size.
by plugables
Tue Oct 18, 2011 10:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How does AC7 decide to assign user = "Search_Engine"?
Replies: 8
Views: 6065

Re: How does AC7 decide to assign user = "Search_Engine"?

AbleCommerce does not do such a thing. Robots are supposed to respect robots.txt file which defines paths that are allowed or disallowed for robots.
by plugables
Wed Oct 12, 2011 8:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category Description on category Grid page
Replies: 2
Views: 2291

Re: Category Description on category Grid page

Whats described here viewtopic.php?f=44&t=11488&p=63471 is valid for latest versions of AC.
by plugables
Wed Oct 12, 2011 8:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16247

Re: New problem with Google Feeds in 7.0.7

Here is what could have been done. 1. Include with the patch new file(s) for Admin/Marketing/Feeds/GoogleBase.aspx(.cs). The new files, when accessed via Marketing->Feeds->Google Base Feed, should simply inform the user how the new google base feed is generated now. 2. No 1 would have been enough to...
by plugables
Wed Oct 12, 2011 4:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16247

Re: New problem with Google Feeds in 7.0.7

Hi Katie, I am a bit confused the way new patch has been applied/released. Now there are two separate implementations of Google Base feed in the system . One is useless and invalid. The other is updated and valid. A big source of confusion for end users. The Google base feed accessible from Marketin...
by plugables
Wed Oct 12, 2011 3:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category Description on category Grid page
Replies: 2
Views: 2291

Re: Category Description on category Grid page

Suggestions in the older posts are likely to work. No drastic changes have occurred in category grid page in newer builds. Which older posts are you referring to?
by plugables
Wed Oct 12, 2011 3:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Membership.ValidateUser Throws a SqlException
Replies: 1
Views: 2645

Re: Membership.ValidateUser Throws a SqlException

Are you using the custom code inside AbleCommerce? If no then thats what causing the problem. AbleCommerce needs a context token that is initialized and it also takes into account the store license.
by plugables
Tue Oct 04, 2011 5:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Some SEO feature and links questions
Replies: 2
Views: 2563

Re: Some SEO feature and links questions

If you update the name yes it changes the product URL. Its not duplicate URL its new URL and It means previous URL will no longer work. It means if you previous link is indexed on Google now its broken. Its not broken as far as I understand and the new link is duplicate link technically. A product ...
by plugables
Tue Oct 04, 2011 5:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to redirect urls from AC5 to new AC7 store
Replies: 6
Views: 4745

Re: How to redirect urls from AC5 to new AC7 store

Map /mypage.aspx to /MyNewPage.aspx - will work fine
Map /mypage.aspx?pageid=10 to /MyNewPage10.aspx - will not work

Only path up to the file name is getting considered by AbleCommerce. i.e; /mypage.aspx
Query parameters are ignored.
by plugables
Tue Oct 04, 2011 5:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Is it possible to host cart and admin on different servers
Replies: 2
Views: 2771

Re: Is it possible to host cart and admin on different servers

I think its not possible currently.
May be some complicated advanced IIS settings can be used to manage it somehow. IIS gurus may have some solution. What they could probably do, if possible, is to make it look transparent to AbleCommerce, where the admin folder is located.