Search found 52 matches

by webmaz
Wed Sep 17, 2014 11:54 am
Forum: AbleCommerce GOLD
Topic: CategoryMenu Shows Hidden and Private Categories
Replies: 3
Views: 2725

CategoryMenu Shows Hidden and Private Categories

I'm looking to use the CategoryMenu [[ConLib:CategoryMenu CategoryId="-1" HeaderText="Categories"]] in the left sidebar, but it is showing hidden and private categories.
Is this the default? I'd like the menu to show public categories only.

Version: Gold R7
by webmaz
Mon Sep 15, 2014 3:09 pm
Forum: AbleCommerce GOLD
Topic: Adding Category Description to CategoryGridPage
Replies: 2
Views: 1932

Adding Category Description to CategoryGridPage

I'm trying to customize the CategoryGridPage to include the category description. I have tried using code from CategoryGridPage4 and code from this forum post: http://forums.ablecommerce.com/viewtopic.php?f=42&t=17583&p=75683 but neither option has worked. I receive the error: [[ConLib:CategoryGridP...
by webmaz
Tue Jun 17, 2014 8:22 am
Forum: AbleCommerce GOLD
Topic: Rich snippets (microdata) in AC Gold
Replies: 1
Views: 1886

Rich snippets (microdata) in AC Gold

This post is in reference to the Gold feature: "[AC8-1717] - Incorporate rich snippets (microdata) in AC Gold" I have a few questions about rich snippets in Gold. Could anyone provide any additional information? What data is generated for rich snippets? Is the product price generated? What happens w...
by webmaz
Fri Jan 25, 2013 11:50 am
Forum: 7.0 DataPort
Topic: Importing Kits/Bundles
Replies: 1
Views: 9237

Importing Kits/Bundles

Can Kits/Bundles for products be imported through DataPort (AC 7.0.7)?

I'm looking to mass import new products using DataPort. All of these products include kitting options.

Thanks!
by webmaz
Thu Dec 13, 2012 3:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Orders not going through
Replies: 3
Views: 3432

Re: Orders not going through

It sounds like it is not just the Chrome browser. We had a few in IE as well. We have the IE 10 patches installed and the problem still occurs. The processing window appears and the next page never loads. We do have custom code in our cart. It would change our cart completely if we took out the cust...
by webmaz
Mon Nov 26, 2012 3:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Orders not going through
Replies: 3
Views: 3432

Orders not going through

We get a regular amount of customers who try to submit an order and it is not getting through to us. They say that the page does not change and there are no error messages; they do not see the receipt page and remain on the same page with the credit card information. Most customers claim to be using...
by webmaz
Wed Sep 26, 2012 12:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Dimensions to Product Page
Replies: 0
Views: 3497

Adding Dimensions to Product Page

Is it possible to add the Dimension fields, length, width and height to display on product pages? Would something like this work on the Show Product 1 Scriptlet? #if ($Product.Length != 0) <span style="padding-left:9px;"><strong>Size:</strong> $Product.Length.Name </span> #end #if ($Product.Width !=...
by webmaz
Fri Aug 31, 2012 5:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Microdata / Rich Snippets: Price
Replies: 6
Views: 7380

Re: Microdata / Rich Snippets: Price

Did you put this on the 'Show Product 1' scriptlet (or something similar)? We already have the price displayed through BuyProductDialog.ascx. It seems like we should be able to tag this code with microdata. Something related to this line of code in BuyProductDialog.ascx: <uc:ProductPrice ID="OurPric...
by webmaz
Fri Aug 31, 2012 10:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like shows Wrong Image
Replies: 4
Views: 4123

Re: Facebook Like shows Wrong Image

Thank you for your help David. Let me make sure I've got the steps correct: 1. Save the provided code as FaceBookTags.ascx (Does this need any additional code or can I use what you wrote verbatim?) 2. Call out the ConLib file in the Show Product 1 scriptlet (In the Header Section or the Content?) Qu...
by webmaz
Thu Aug 30, 2012 11:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like shows Wrong Image
Replies: 4
Views: 4123

Facebook Like shows Wrong Image

I'd like to place the Facebook Like button on my company's product pages, but it is using an image in our header in place of the product image. I tried using the SocialMediaLinks ConLib reference (files are from the link below) on the Show Product 1 Scriptlet. I’ve also tried using the Facebook Like...
by webmaz
Wed Jun 27, 2012 3:05 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Categories with Different Sidebars
Replies: 15
Views: 31694

Categories with Different Sidebars

Is there an easy way to set a different left sidebar for a specific category page? I thought I saw this solution somewhere, but I am unable to find it. Example: Category A - Left sidebar A Category B - Left sidebar B Category C - Left sidebar C Categories D-F - Left sidebar D Right now, our left sid...
by webmaz
Thu May 17, 2012 5:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Microdata / Rich Snippets: Price
Replies: 6
Views: 7380

Microdata / Rich Snippets: Price

Is there a way to tag the price/sale price with microdata from schema.org?

If the code was in only HTML code, it would look like this:

Code: Select all

<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="price">$1.99</span>
<meta itemprop="priceCurrency" content="USD" />
</div>
by webmaz
Fri Apr 29, 2011 2:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Payment - Button (Error)
Replies: 2
Views: 2194

Re: Credit Card Payment - Button (Error)

As a work around, I used a CSS class with a background image to get the desired look.
by webmaz
Fri Apr 29, 2011 11:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit Card Payment - Button (Error)
Replies: 2
Views: 2194

Credit Card Payment - Button (Error)

I'm trying to change the "Pay with Card" button (when the customer submits the order and credit card information) to a custom image. I changed the button code (in CreditCardPaymentForm.ascx) to: <asp:ImageButton ID="CreditCardButton" runat="server" SkinID="SubmitOrderButton" ValidationGroup="CreditC...
by webmaz
Mon Apr 25, 2011 10:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Wishlist button outside of BuyProductDialog
Replies: 2
Views: 2007

Re: Wishlist button outside of BuyProductDialog

Thanks for your suggestion, but the CSS code you provided is not doing anything on my site.
by webmaz
Fri Apr 22, 2011 1:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Wishlist button outside of BuyProductDialog
Replies: 2
Views: 2007

Wishlist button outside of BuyProductDialog

How can I place a Wishlist button somewhere outside of BuyProductDialog.ascx?
I'd like to have the add to cart button and the rest of the content in the BuyProductDialog at the top of the Show Product 1 layout and then place only the wishlist button near the bottom of the page.

Is this possible?
by webmaz
Mon Feb 07, 2011 2:29 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Breadcrumbs - Remove Last Link
Replies: 2
Views: 5306

Re: Breadcrumbs - Remove Last Link

Thanks for your reply. I tried out your suggested code and it did not appear to make any changes. The breadcrumb path still had a link for the current page. We're still working on getting this done. Do you have any other suggestions?

Thanks!
by webmaz
Wed Jan 26, 2011 5:54 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Using Multiple Product Templates (Content Scriptlets)
Replies: 1
Views: 1665

Using Multiple Product Templates (Content Scriptlets)

Is it possible to use more than one product template (Content Scriptlets)?

For example, we want products A, B and C to use 'Show Product 1' and products D, and E use a custom template.

If it is possible, how is it done? Does it require customization?

Thanks!
by webmaz
Tue Jan 25, 2011 3:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Hidden / Private Products & Similar Products List
Replies: 2
Views: 2004

Re: Hidden / Private Products & Similar Products List

What version of AbleCommerce are you using? When we upgraded to 7.0.5, products with a private visibility do not show up on "similar products".
by webmaz
Tue Jan 25, 2011 3:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category and Product Breadcrumb Display
Replies: 4
Views: 3118

Re: Category and Product Breadcrumb Display

I'm new to AbleCommerce. Could anyone provide an example of this?
by webmaz
Mon Jan 24, 2011 9:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category and Product Breadcrumb Display
Replies: 4
Views: 3118

Re: Category and Product Breadcrumb Display

We would still like to display the breadcrumb of the current page. To my understanding, [[ConLib:CategoryBreadCrumbs HideLastNode="true"]]
would remove the current page from the breadcrumb trail. We would like the current page to display, but without a link. Is this possible?
by webmaz
Fri Jan 21, 2011 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category and Product Breadcrumb Display
Replies: 4
Views: 3118

Category and Product Breadcrumb Display

I have a couple questions about breadcrumbs: For category pages, is there a way to remove the last link (for the current page) on the breadcrumb trail? I'd still like to display the current page (right now it is set to display the last node) but not have a link. Example: Home > MainCategory1 > SubCa...
by webmaz
Tue Jan 18, 2011 3:21 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Breadcrumbs - Remove Last Link
Replies: 2
Views: 5306

Breadcrumbs - Remove Last Link

Hello, Based on the information provided on the post below, I have successfully been able to change the look of the last breadcrumb (the current page). viewtopic.php?f=44&t=14220&p=61111&hilit=breadcrumbs#p61111 Now, I'd like to remove the link from the last category displayed (the current category)...
by webmaz
Mon May 17, 2010 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sales by Coupon Report
Replies: 1
Views: 1403

Sales by Coupon Report

One of our newer coupons does not have data showing on the "Sales by Coupons" report (Reports > Marketing > Coupon Usage) even though it is showing it has been used on the "Manage Coupons" (Marketing > Coupons) page. Why is this data not showing up? How long does it take for the report to be updated...
by webmaz
Fri Apr 16, 2010 4:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: breadcrumbs for products in multiple categories
Replies: 5
Views: 5501

Re: breadcrumbs for products in multiple categories

My main question is: Can we control breadcrumbs (with or without custom programming)?

Does the order that I build the new product page and adding the additional categories make any difference?

Thanks and happy weekend!