Search found 7 matches

by zxcjason
Fri Sep 14, 2012 2:04 pm
Forum: Feature Requests
Topic: Admin SKU and Manufacturer Part Number Search
Replies: 2
Views: 9627

Admin SKU and Manufacturer Part Number Search

We would like to search for products (both public and private) using SKU and Manufacturer Part Number. I found this thread: http://forums.ablecommerce.com/viewtopic.php?f=45&t=6971 But it only searches for public product. There is some code in the reply that change it to search for all products but ...
by zxcjason
Fri Oct 29, 2010 6:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Exchange Rate History
Replies: 2
Views: 2026

Re: Exchange Rate History

Thanks! It was actually a custom class written by someone who worked on the site before me, no wonder I couldn't find any info.
by zxcjason
Thu Oct 28, 2010 10:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Exchange Rate History
Replies: 2
Views: 2026

Exchange Rate History

On our site we have two currencies (base currency is USD), and I'm working on generating sales report in both currencies, but we want the second currency to be calculated at the exchange rate of the order date. I notice that ablecommerce keeps track of exchange rate history, but I cannot find anythi...
by zxcjason
Fri Jul 09, 2010 9:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problem with adding a custom handling charge
Replies: 2
Views: 4244

Problem with adding a custom handling charge

I'm trying to add an additional custom handling charge during the checkout process. I tried adding a simple piece of code that adds a basket item in the RecalculateBasket function in the one page checkout code, but it's not being added to the database, any idea what I might have done wrong? This is ...
by zxcjason
Thu Apr 22, 2010 2:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping cost problem (different shipping and billing addr)
Replies: 10
Views: 9075

Shipping cost problem (different shipping and billing addr)

We are having some problem with the shipping cost in the checkout process. When our user select a shipping address different than the billing address, the shipping cost and taxes is not added to the shopping cart, so the system is not charging them shipping and tax. This problem does not occur when ...
by zxcjason
Wed Jul 29, 2009 4:05 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: URL Rewrite Control
Replies: 9
Views: 6066

Re: URL Rewrite Control

I'm wondering if there is a way to modify the NavigateUrl property of the product class, if not I suppose I'll have to add the code for each link I want to customize?