Search found 120 matches

by sfeher
Fri Feb 03, 2017 5:36 am
Forum: AbleCommerce GOLD
Topic: Google - Structured Data Update
Replies: 8
Views: 10092

Google - Structured Data Update

Our SEO team is asking for us to make a change in the structured data code used on our store. Specifically, they want the BuyProduct interface to change the formatting of currency. For example, presently, the code uses LSCurrencyFormat("ulc") to format the product price to display as $100.00. They w...
by sfeher
Mon Jan 23, 2017 8:53 am
Forum: AbleCommerce GOLD
Topic: Installation Error - GoldR12 (build 9168)
Replies: 1
Views: 2837

Installation Error - GoldR12 (build 9168)

Having a problem installing a demo license of GoldR12 (build 9168). Looking at the page /Install/Configure1.aspx and entering all the proper details. The site always fails to install correctly and get to Configure2.aspx. I know that the web server is functional and working (.html files load). Additi...
by sfeher
Fri Jul 01, 2016 8:47 am
Forum: AbleCommerce GOLD
Topic: Display code inside webpage
Replies: 2
Views: 3003

Display code inside webpage

Had a question from a client today that I've not seen before. AC Gold R6 (I know, I know.... but I don't think that more recent versions are using anything different.... ). Using the Tiny MCE HTML editor Our cart uses the HTML Editor and they're managing a page on their site. They want to display so...
by sfeher
Fri May 27, 2016 2:48 am
Forum: AbleCommerce GOLD
Topic: Any changes needed for Authorize.NET Update?
Replies: 9
Views: 14786

Re: Any changes needed for Authorize.NET Update?

Katie --
I have a store that's running 7.0.6 (I know -- that's kinda old)
Is there any concern regarding the announced requirement for Authorize's use of Akamai for all transaction URLs?

I suspect that we're OK -- but would rest easier knowing that you agree :-)

Thanks!
Steve
by sfeher
Wed Feb 10, 2016 6:52 am
Forum: AbleCommerce GOLD
Topic: PayPal, IPN and Gold R11
Replies: 2
Views: 3350

PayPal, IPN and Gold R11

We've got a new installation of Gold R11 (everything appears to be working well). We installed and made the PayPal payment method available to our customers and we're seeing a problem now where orders are being marked as being 'placed' in the cart, but there's no transaction history inside PayPal. O...
by sfeher
Fri Jan 08, 2016 5:45 am
Forum: AbleCommerce GOLD
Topic: R11 - Restricting Page-level access to specific groups
Replies: 1
Views: 2231

R11 - Restricting Page-level access to specific groups

I've created a page in the Admin section ( > Websites > Webpages ) and I want to restrict these pages to members of a group who have logged into the site. I've tried updating the root web.config file with the appropriate "deny="*"" code, with the similar code from the admin web.config section as fol...
by sfeher
Fri Jan 08, 2016 4:08 am
Forum: AbleCommerce GOLD
Topic: current user Group assignments
Replies: 3
Views: 3194

Re: current user Group assignments

Thanks Judy --- I couldn't see the "IsInGroup" property and wasn't sure how to use it. I appreciate the response! Final code for those working on this: ForGroupsOnlyLink.Visible = AbleContext.Current.User.IsInGroup(X); Where "ForGroupsOnly" is the ID and X is your group ID number..... Works like a c...
by sfeher
Fri Jan 08, 2016 4:08 am
Forum: AbleCommerce GOLD
Topic: current user Group assignments
Replies: 3
Views: 3194

Re: current user Group assignments

Thanks Judy --- I couldn't see the "IsInGroup" property and wasn't sure how to use it. I appreciate the response! Final code for those working on this: ForGroupsOnlyLink.Visible = AbleContext.Current.User.IsInGroup(X); Where "ForGroupsOnly" is the ID and X is your group ID number..... Works like a c...
by sfeher
Thu Jan 07, 2016 6:52 pm
Forum: AbleCommerce GOLD
Topic: current user Group assignments
Replies: 3
Views: 3194

current user Group assignments

Trying to find the appropriate reference for updating the navigation elements. We want to allow some menu items to display only for specific group members, but I'm unsure how to call the current users' group membership in the code. Seems like the AbleContext.Current.User should contain the GroupId, ...
by sfeher
Thu Oct 29, 2015 7:37 am
Forum: AbleCommerce GOLD
Topic: Bootstrap theme customization - Glyphicons
Replies: 4
Views: 4130

Re: Bootstrap theme customization - Glyphicons

Marzhar --- There's something that still not right on this. If I follow your instructions above and simply add the code directly to the menu item in the header file <i class="glyphicon glyphicon-flag"></i> Then the icon appears perfectly --- but the problem is that the icon ALSO appears in the full-...
by sfeher
Thu Oct 29, 2015 3:24 am
Forum: AbleCommerce GOLD
Topic: Bootstrap theme customization - Glyphicons
Replies: 4
Views: 4130

Re: Bootstrap theme customization - Glyphicons

Thanks Mazhar, I had found that earlier discussion thread re: Bootstrap, but that seemed clearly more oriented to layout/sizing issues and this was a little more specific. The link to Bootstrap clearly indicates that only some of the original the Glyphicon Halfling set is "included". There are close...
by sfeher
Wed Oct 28, 2015 10:17 am
Forum: AbleCommerce GOLD
Topic: Bootstrap theme customization - Glyphicons
Replies: 4
Views: 4130

Bootstrap theme customization - Glyphicons

Bootstrap -- great addition to AC and very glad to see it used. My attempt at customizations lead to some questions, though: The Glyphicons that are used in the navigation (especially nice on mobile display/responsive sizing) are great. There are a few that are referenced in the code, such as produc...
by sfeher
Mon Sep 21, 2015 4:50 am
Forum: AbleCommerce GOLD
Topic: Error on Checkout -- checkout fails, requires App pool reset
Replies: 4
Views: 5294

Re: Error on Checkout -- checkout fails, requires App pool reset

Good morning, Katie -- AbleCommerce for ASP.NET VERSION: 7.0.8.5731 My settings for the "Ignore Failed Payments" is not checked..... I've had success over the weekend. The store remained 'open' and processing orders. I did have the App Pool scheduled to recycle every 30 minutes and, while that works...
by sfeher
Thu Sep 17, 2015 6:17 am
Forum: AbleCommerce GOLD
Topic: Error on Checkout -- checkout fails, requires App pool reset
Replies: 4
Views: 5294

Error on Checkout -- checkout fails, requires App pool reset

Running GOLD 7.0.8 Seems like every 48 hours, our site fails to process payments correctly. Using Authorize.net and everything on the gateway is working, functional, correct, etc. AbleCommerce Error Log (in Dashboard) shows the following: (emphasis below is mine -- where I suspect the problem is) An...
by sfeher
Tue Jul 28, 2015 10:11 am
Forum: AbleCommerce GOLD
Topic: Custom Header Issues in Product and Category Pages
Replies: 5
Views: 4215

Re: Custom Header Issues in Product and Category Pages

THANK YOU, Mazhar....
Much appreciated!
by sfeher
Sun Jul 26, 2015 4:31 pm
Forum: AbleCommerce GOLD
Topic: Custom Header Issues in Product and Category Pages
Replies: 5
Views: 4215

Re: Custom Header Issues in Product and Category Pages

Mazhar, is there an update to this code for R6? These changes do not work correctly in R6. Looking to be sure that the SimpleCategoryList ConLib would show only those products which are contained in the currently-active Category. I think that if this thread is updated to reflect R6, that this would ...
by sfeher
Mon Mar 16, 2015 12:55 pm
Forum: AbleCommerce GOLD
Topic: UPS switching to dimensional weight on all Ground packages
Replies: 42
Views: 39147

Re: UPS switching to dimensional weight on all Ground packages

OK --- Well, this begs the question: Where are we supposed to include 'dimensional weight' in the admin of product? Our weight is a variant (along with the length) so it changes all the time. If the variant will be support dimensions in the next version -- when can test that version? Thanks!
by sfeher
Mon Mar 16, 2015 10:31 am
Forum: AbleCommerce GOLD
Topic: UPS switching to dimensional weight on all Ground packages
Replies: 42
Views: 39147

Re: UPS switching to dimensional weight on all Ground packages

My site is running Gold R5 -- and dimensional shipping issues with UPS are killing us. We're selling lumber -- and the customer can often choose lengths of their wood from 1 to 8 feet in length. We have each of our products set to a standard weight, width, height (thickness), and then the option cho...
by sfeher
Fri Nov 21, 2014 11:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Display Kit Prices on Simple Category List
Replies: 2
Views: 4593

Display Kit Prices on Simple Category List

Hi all.... Running GOLD R6.... Looking for some clues on how to display the "starting price" of a kit product within the /ConLib/SimpleCategoryList.ascx page. I've got mine looping through, showing the product, but I'd like to include the string "starting at : $xxx.xx " on the display. Anyone have a...
by sfeher
Tue Nov 18, 2014 6:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Heartland Payment Systems
Replies: 5
Views: 8976

Re: Heartland Payment Systems

Resurrecting an old topic here....

Client recently signed off on new payment processing with Heartland. Now I get to integrate.
Anyone have any experience with their API and AC 7.0.6?

Thanks!
Steve
by sfeher
Mon Jun 30, 2014 6:23 am
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList - Customization
Replies: 2
Views: 2086

Re: SimpleCategoryList - Customization

Perfect!!

Thank you, Mazhar!
by sfeher
Fri Jun 27, 2014 10:21 am
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList - Customization
Replies: 2
Views: 2086

SimpleCategoryList - Customization

Searching through the forums to see if anyone has a customization of the SimpleCategoryList that includes a breakout of the products underneath each category. In the definition of the SimpleCategoryList ConLib, you can currently specify which category to begin with as the top category. It would be s...
by sfeher
Fri May 16, 2014 11:42 am
Forum: AbleCommerce GOLD
Topic: HTML Editor on Product Templates
Replies: 8
Views: 5131

Re: HTML Editor on Product Templates

I'm having problems implementing this into AbleCommerce GoldR6 (build 6169). Doesn't seem to work correctly for me at all --- the script doesn't replace the textarea with the HTML editor, and the source code won't even show that the new .js referece to Tiny_MCE.js has even been included on the EditP...
by sfeher
Wed Apr 03, 2013 11:26 am
Forum: AbleCommerce GOLD
Topic: Inconsistent Kit Display - Basket, Checkout, Email
Replies: 1
Views: 2425

Inconsistent Kit Display - Basket, Checkout, Email

We're heavily dependent on Kits for our product sales.... Though the ordering, checkout, and payment process the kit 'display' in the basket is fine. However, we're not satisfied with the way the kits are displayed in the email receipts and abandoned cart emails. This issue was brought up as a poll ...
by sfeher
Tue Apr 02, 2013 1:40 pm
Forum: AbleCommerce GOLD
Topic: Working on Gold.. 2 issues so far
Replies: 12
Views: 8451

Re: Working on Gold.. 2 issues so far

I've (finally) gotten Chase to accept payments into their system. That's working now. Thanks, Mazhar for all your help. Three things happened to cause this issue: All, I should say, where part of miscommunication on Paymentech's part. 1.) There is a merchant number that is critical for the merchant,...