Search found 16 matches

by chemistrudy
Tue Aug 26, 2014 11:09 am
Forum: AbleCommerce GOLD
Topic: Implementation of StoreID
Replies: 1
Views: 9308

Implementation of StoreID

Hi All, Is there an implementation for utilizing storeID to operate multiple storefronts from the same db? We have a category of products that would be better suited to a totally different theme, information webpages, etc for the user experience, but we are thinking that we would like to use the sam...
by chemistrudy
Wed Nov 13, 2013 8:31 am
Forum: AbleCommerce GOLD
Topic: Basket Pricing Calculation?
Replies: 2
Views: 2285

Re: Basket Pricing Calculation?

Judy!

You are an AbleCommerce Angel.

Of course I haven't done it yet, but this will work very nicely to meet my pricing need. As well as probably be useful in the future for some as of yet unknown need.

A million and one thanks for opening the door to this customization path.

Rudy
by chemistrudy
Tue Nov 12, 2013 3:10 pm
Forum: AbleCommerce GOLD
Topic: Basket Pricing Calculation?
Replies: 2
Views: 2285

Basket Pricing Calculation?

Hi All, Could anyone shed some light on pricing calculations that are performed when an item is added to the cart? Running Gold R6, WSP. We have some users with special pricing for certain product variants. They aren't a discount, from the users/customers perspective it is just the "price" (as you'l...
by chemistrudy
Tue Oct 22, 2013 1:07 pm
Forum: AbleCommerce GOLD
Topic: R6 Database Change Log
Replies: 6
Views: 4004

Re: R6 Database Change Log

Katie,

Thanks!

Rudy
by chemistrudy
Mon Oct 14, 2013 7:23 am
Forum: AbleCommerce GOLD
Topic: R6 Database Change Log
Replies: 6
Views: 4004

Re: R6 Database Change Log

Cool. That will be awesome.

Thank you.

Rudy
by chemistrudy
Wed Oct 09, 2013 8:29 am
Forum: AbleCommerce GOLD
Topic: R6 Database Change Log
Replies: 6
Views: 4004

R6 Database Change Log

We started upgrading to R6 last week, and I've gotten my customizations merged and have installed R6. A few minor bumps, but everything is working great! However, I've got several SQL scripts that maintain synchronization between our Able database and our backend software for users, inventory items,...
by chemistrudy
Mon Jul 15, 2013 9:58 am
Forum: AbleCommerce GOLD
Topic: Customizations in Gold
Replies: 50
Views: 33017

Re: Customizations in Gold

Rick, We started working with Able last summer, with 7.0.7, right before Gold was released. Learned how to create our "custom file" in the Conlib/custom folder and the whole bit. The structure for customizing in Gold that has worked for us is way different. I waited and started with Gold R3, I think...
by chemistrudy
Mon Mar 11, 2013 11:38 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Import/Export Product Variants and Custom Fields
Replies: 9
Views: 20260

Re: Import/Export Product Variants and Custom Fields

Thanks for the heads up Naveed. I'll build some queries to insert to the tables in SQL Server. Many of my products have the same option and option choices, i.e: Option: Container Option Choices: 55gal drum, 30 gal drum, 15 gal drum, 5 gal drum, Case (4) 1 gal bottles. I have noticed that when I add ...
by chemistrudy
Wed Mar 06, 2013 11:05 am
Forum: AbleCommerce GOLD Data Exchange
Topic: Import/Export Product Variants and Custom Fields
Replies: 9
Views: 20260

Import/Export Product Variants and Custom Fields

Just installed R4, yesterday. In looking at the the product import/export features, I am not finding a way to import/export product options and/or variants. To determine the proper import format, an export is recommended in the manual. I have done this, but I don't see any product options/variants i...
by chemistrudy
Thu Feb 14, 2013 11:29 am
Forum: AbleCommerce GOLD
Topic: Custom SQL Query in Gold
Replies: 3
Views: 8676

Re: Custom SQL Query in Gold

Judy -- Thank you so much! The IList result = NHibernateHelper.CreateSQLQuery(sql).List(); is just what I was looking for. For the benefit of others out there: In my case, I know the columns that the query will be returning, so define a table to hold the results and pass to my GridView: protected vo...
by chemistrudy
Wed Feb 13, 2013 5:09 pm
Forum: AbleCommerce GOLD
Topic: Custom SQL Query in Gold
Replies: 3
Views: 8676

Custom SQL Query in Gold

working with Gold R3. I am in need of accessing data in a custom table that I added to the ac database from my .aspx page. For AC7 I found: CommerceBuilder.Data.Database database = Token.Instance.Database; string sql = ("SELECT COUNT(*) As RecordCount FROM ac_Affiliates WHERE StoreId = @storeId"); u...
by chemistrudy
Tue Feb 05, 2013 10:04 am
Forum: AbleCommerce GOLD
Topic: Quick AddToCart - Searching/Displaying Products
Replies: 2
Views: 3871

Re: Quick AddToCart - Searching/Displaying Products

Logan,

Awesome! Works great. I've got some other work to do, but now I am just getting the products that I want displayed.

Rudy
by chemistrudy
Mon Feb 04, 2013 2:50 pm
Forum: AbleCommerce GOLD
Topic: Quick AddToCart - Searching/Displaying Products
Replies: 2
Views: 3871

Quick AddToCart - Searching/Displaying Products

Hi All, Most of our b2b sales are repeat purchases, where a customer orders 1-2 products per order from a group of say 8-10 products of ours that they use. I'm working on a customization for registered users to have a quick addtocart conlib whereby they can skip the product page and add to their car...
by chemistrudy
Mon Jan 21, 2013 10:57 am
Forum: AbleCommerce GOLD
Topic: Product Summary in Checkout - need to customize
Replies: 11
Views: 33648

Re: Product Summary in Checkout - need to customize

Mazhar,

Thank you. I now have a textbox for the customer to enter shipping/Delivery notes! Yeah!

Rudy
by chemistrudy
Wed Jan 16, 2013 4:56 pm
Forum: AbleCommerce GOLD
Topic: Product Summary in Checkout - need to customize
Replies: 11
Views: 33648

Product Summary in Checkout - need to customize

Hi All, Item #1: I have added customized shipping methods with a fixed amount. When added to the Product Summary on the Payment form, the Shipping Method is added as a product in the basket with the summary being the shipping method name. Depending on the shipping method choosen, I would like to add...
by chemistrudy
Thu Oct 25, 2012 10:35 am
Forum: AbleCommerce GOLD
Topic: CategoryGridPage4 Read More/Read Less
Replies: 1
Views: 3593

CategoryGridPage4 Read More/Read Less

Hi All, I'm working with CatergoryGridPage4 as the category page of choice, because we desire our sub-categories to display in the panels as options to choose, along with webpages, etc. (In my customized version, if a category has sub-categories, we don't display any products at that level -- To cus...