Search found 241 matches

by nadeem
Sun Jun 18, 2017 10:50 pm
Forum: AbleCommerce GOLD
Topic: Price field in the Categories Detail Page
Replies: 1
Views: 3659

Re: Price field in the Categories Detail Page

The price field is not directly available on CatalogNode class. So you have to do a bit of customization to display the price field on category details page. For that, you first have to load the item using CatalogNodeId and then set the price of that item to a label.
by nadeem
Mon May 01, 2017 4:34 am
Forum: AbleCommerce GOLD
Topic: Google Ads Conversion Value
Replies: 6
Views: 8099

Re: Google Ads Conversion Value

Have you made this currency change on both locations? If not, you also need to make update on second place as well. Also an ampersand (&) is missing before the currency. That is, change

Code: Select all

amp;currency_code=<%=currency %>
To

Code: Select all

&currency_code='USD'
by nadeem
Mon Apr 10, 2017 2:59 am
Forum: AbleCommerce GOLD
Topic: Product Finder AJAX on filter?
Replies: 3
Views: 4876

Re: Product Finder AJAX on filter?

At least, you can try using MaintainScrollPositionOnPostback="true" attribute in the page directive to maintain the scroll position. OR use some jquery/javascript for this purpose.
by nadeem
Sun Apr 09, 2017 11:03 pm
Forum: AbleCommerce GOLD
Topic: Add breadcrumbs trail to webpage layout
Replies: 3
Views: 6130

Re: Add breadcrumbs trail to webpage layout

I did get the bread crumbs on the webpage, but I ended up getting them on the Blog category page too. If you don't want to show bread crumbs on your blog category page, you have to make the following updates: Open BlogBreadCrumbs.ascx, locate the most top div <div class="breadCrumbs blogBreadCrumbs...
by nadeem
Fri Apr 07, 2017 5:28 am
Forum: AbleCommerce GOLD
Topic: Product Finder AJAX on filter?
Replies: 3
Views: 4876

Re: Product Finder AJAX on filter?

Hi,
Yes you are right about the GET request to the search page. What actually you want to achieve, do you want to use search sidebar control to some where else? Also can you please explain why you think search page is useless using query parameters?

Thanks!
by nadeem
Fri Apr 07, 2017 3:41 am
Forum: AbleCommerce GOLD
Topic: Add breadcrumbs trail to webpage layout
Replies: 3
Views: 6130

Re: Add breadcrumbs trail to webpage layout

Hi Chip, Please create a copy of the ConLib/CategoryBreadCrumbs.ascx control, rename it to something like BlogBreadCrumbs.ascx. Now change the code in .cs file a bit and add use the BlogBreadCrumbs control to the new layout you have created for blog. In BlogBreadCrumbs.ascx.cs file you have to make ...
by nadeem
Sat Dec 10, 2016 2:13 am
Forum: AbleCommerce GOLD
Topic: how to debug nHibernate mappings?
Replies: 3
Views: 3417

Re: how to debug nHibernate mappings?

Anyone wanna guess what the problem was?
The class name should have been CommerceBuilder.Orders.Basket NOT CommerceBuilder.Baskets.Basket. Am I right? :)
by nadeem
Tue Dec 06, 2016 2:35 am
Forum: AbleCommerce GOLD
Topic: Showing categories and thumbnail on homepage?
Replies: 1
Views: 2326

Re: Showing categories and thumbnail on homepage?

You have to do bit of customization to show categories on home page similar to featured products. For example, make a copy of FeaturedProductsGrid control, name it something like FeaturedCategories and use the code from simple category list control and update that code to load all or the desired cat...
by nadeem
Mon Nov 28, 2016 4:53 am
Forum: AbleCommerce GOLD
Topic: Help with Product ID code for Third Party Review Service
Replies: 5
Views: 20588

Re: Help with Product ID code for Third Party Review Service

Create a new control to use for the purpose on receipt page and add the script something like: <script runat="server"> int ProductId { get; set; } string ProductName { get; set;} string ProductIdWithName { get; set; } List<string> productList = new List<string>(); protected void Page_PreRender(objec...
by nadeem
Tue Nov 22, 2016 1:35 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

You need to change display page from 'Product With Option Grid' to 'Basic Product' from product footer section at product page. See attached screenshot of what I mean.
by nadeem
Mon Nov 21, 2016 5:27 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

I see. It appears that you are using AC 7.0.7 not Gold? And you have selected 'Product with Options Grid (Product3.aspx)' as a product display page? If yes, login as admin user, select the 'Edit Page' mode from page footer and choose the display page to something else like Basic Product or Basic Pro...
by nadeem
Sun Nov 20, 2016 11:53 pm
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

It seems like the only way to add product to wishlist is to add it to cart first and then from Basket.aspx move to MyWishList.aspx to email me wishlist, which I think shouldn't be the behavior of AbleCommerce. Otherwise I can't find a way to add "Add to wishlist" button. This is also the indirect w...
by nadeem
Fri Nov 18, 2016 2:19 am
Forum: AbleCommerce GOLD
Topic: Custom Order Print file not working - need some help
Replies: 1
Views: 2485

Re: Custom Order Print file not working - need some help

You need to have your AC 7.0.7 code ported to be Gold compatible. Here is the post that may help porting your code to Gold viewtopic.php?f=47&t=17108.

There may be only few locations that need to be updated in code. Let me know if you have any trouble making this work.
by nadeem
Thu Nov 17, 2016 4:15 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

Can you post the actual exception from the error log here? The exception detail will help digging into this issue.
by nadeem
Thu Nov 17, 2016 12:27 am
Forum: AbleCommerce GOLD
Topic: Paypal Express payment shows unprocessed but paid in Paypal
Replies: 13
Views: 8384

Re: Paypal Express payment shows unprocessed but paid in Paypal

Another theory is, some times notifications fail if the server is down. You can see the notifications history at PayPal IPN history page. There is drop-down with delivery status of Failed, Sent, Disabled, Retrying Queued so IPN can be in either status. The PayPal has automatic notification resend me...
by nadeem
Wed Nov 16, 2016 11:26 pm
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

That's strange. The wishlist button should be visible on product detail page similar to the attached image. There might be some customization made on your site to hide the add to wishlist button using some CSS?
by nadeem
Wed Nov 16, 2016 6:20 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

The 'Add to wishlist' button can be found on product detail page. If it isn't there, go to Administration > Configure > Store > General and check the checkbox that says 'Enable Wishlists' under Order Settings section.
by nadeem
Wed Nov 16, 2016 1:38 am
Forum: AbleCommerce GOLD
Topic: Paypal Express payment shows unprocessed but paid in Paypal
Replies: 13
Views: 8384

Re: Paypal Express payment shows unprocessed but paid in Paypal

This might be happening due to the IPN failure. Can you check the error log to see if there is any error in the log?
by nadeem
Wed Nov 16, 2016 1:35 am
Forum: AbleCommerce GOLD
Topic: How can I enable Wish list for anonymous user
Replies: 18
Views: 13997

Re: How can I enable Wish list for anonymous user

To make this happen, you have to update the code in two files: 1. Open /Members/MyWishlist.aspx.cs Locate and comment out the following code if (EmailWishlistButton.Visible && AbleContext.Current.User.IsAnonymous) EmailWishlistButton.OnClientClick = "return confirm('Only registered users can email a...
by nadeem
Wed Nov 09, 2016 11:28 pm
Forum: AbleCommerce GOLD
Topic: Upgrade R11SR1 to R12 error
Replies: 12
Views: 9040

Re: Upgrade R11SR1 to R12 error

BTW, even if you upgrade any of the AbleCommerce 7.0.3 through 7.0.7 to Ablecommerce Gold, the upgrade service will take care of all the schema changes.
by nadeem
Wed Nov 09, 2016 5:35 am
Forum: AbleCommerce GOLD
Topic: Upgrade R11SR1 to R12 error
Replies: 12
Views: 9040

Re: Upgrade R11SR1 to R12 error

Did the software automatically upgrade the schema from R7 all the way to R12?
Yes, your upgrade gone perfect. All the schema related updates being made behind the scenes by the auto upgrade service. So you don't have to worry about any missing schema.
by nadeem
Mon Nov 07, 2016 11:44 pm
Forum: AbleCommerce GOLD
Topic: Gift Certificate Look
Replies: 1
Views: 3564

Re: Gift Certificate Look

Hi David, Look of the gift certificate is still the same in R11 and R12 as it was in prior versions of Gold. Currently there is nothing fancy in newer Gold versions. You can submit a feature request using user voice https://ablecommerce.uservoice.com/ and propose how you want it to be. Alternatively...
by nadeem
Mon Nov 07, 2016 11:30 pm
Forum: AbleCommerce GOLD
Topic: Secure All Pages Feature
Replies: 1
Views: 3505

Re: Secure All Pages Feature

When 'Secure All Pages' feature is enabled, it will force the entire store to use SSL. And yes, it will handle all 301 redirects, change canonical links and update sitemap to use https instead of http. This will all work this way if you have already applied the SSL patch to R11 here http://help.able...
by nadeem
Mon Nov 07, 2016 2:48 am
Forum: AbleCommerce GOLD
Topic: Moving .css and .java to external files
Replies: 1
Views: 5181

Re: Moving .css and .java to external files

At minimum you can move the last script to external file. Other scripts seems embedded in code and built dynamically. To move the last script in external file, first of all create a js file (e.g. simplesearch.js) inside Scripts folder at website root. Now open ConLib/Utility/SimpleSearch.ascx and co...
by nadeem
Tue Nov 01, 2016 11:09 pm
Forum: AbleCommerce GOLD
Topic: Google Remarketing
Replies: 37
Views: 49534

Re: Google Remarketing

Glad to know this is all working good for you. Thank you for putting together the whole code and sharing with others to get benefit.