Search found 118 matches

by rmaweb
Tue Jan 20, 2015 7:03 am
Forum: AbleCommerce GOLD
Topic: Examples of Product Finder
Replies: 2
Views: 2552

Re: Examples of Product Finder

Hello Brad,

By Product Finder, do you mean the shopby attributes in the Product Templates, or some other conLib?
by rmaweb
Thu Jan 15, 2015 9:30 am
Forum: AbleCommerce GOLD
Topic: Private / Locked items still show up in Upsell
Replies: 5
Views: 3239

Re: Private / Locked items still show up in Upsell

Can you double check the following file in your site? Its the one that is used in the /ProductAccessories.aspx file

Conlib/ProductAccessoriesGrid.ascx.cs

Find: ProductList.DataSource = _Product.GetUpsellProducts(true, true);

Just make sure both options in GetUpsellProducts are set to true.
by rmaweb
Tue Jan 13, 2015 10:49 am
Forum: AbleCommerce GOLD
Topic: Help with Review Collection Code on Receipt Page
Replies: 6
Views: 6512

Re: Help with Review Collection Code on Receipt Page

Yeah try nadeem's code, just make sure you substitute the values for the site id with the site ID you should have gotten from Shopper Approved. var sa_values = { "site": 13699 }; saLoadScript("//www.shopperapproved.com/thankyou/rate/13699.js"); saLoadScript("//direct.shopperapproved.com/thankyou/rat...
by rmaweb
Tue Jan 13, 2015 10:33 am
Forum: AbleCommerce GOLD
Topic: Coupon Code Handling
Replies: 2
Views: 2593

Re: Coupon Code Handling

Found it! I had moved the BasketTotalSummary conlib outside of the PaymentAjax UpdatePanel. After doing a lot of research and looking around all over the place I finally realized that that is what was causing my problem.
by rmaweb
Mon Jan 12, 2015 9:21 am
Forum: AbleCommerce GOLD
Topic: Help with Review Collection Code on Receipt Page
Replies: 6
Views: 6512

Re: Help with Review Collection Code on Receipt Page

What are the installation instructions? I'd rather not have to sign-up for the service to see what they are. Some people want their javascript files inserted at the beginning or end of the <body> section, so that may help out in determining this.
by rmaweb
Mon Jan 12, 2015 9:17 am
Forum: AbleCommerce GOLD
Topic: INTEGRATED CARRIERS - FedEx
Replies: 4
Views: 5392

Re: INTEGRATED CARRIERS - FedEx

I dont think Ablecommerce officially supports Fedex in Gold. However, someone created a plugin a while back for it. I don't know how up to date it is since I don't use it, but feel free to give it a shot. Maybe someone else on here can tell you if it still works for the latest version. http://wiki.a...
by rmaweb
Fri Jan 09, 2015 7:59 am
Forum: AbleCommerce GOLD
Topic: USPS Will not show up as an shipping option
Replies: 2
Views: 2260

Re: USPS Will not show up as an shipping option

I have had that problem using live rates from USPS and UPS for years. Since I have a lot of orders that are really small, in the past I had a weight table based shipping method for USPS First Class mail so that it would show up consistently. However, recently I moved to what the major players in my ...
by rmaweb
Wed Jan 07, 2015 5:25 am
Forum: AbleCommerce GOLD
Topic: Using SSL over full site (not just on checkout)
Replies: 15
Views: 13506

Re: Using SSL over full site (not just on checkout)

Thank you for the info! Over the next few years Google is probably going to be looking to have everyone use HTTPS all of the time. Especially with all of the hacking going on lately.

http://googlewebmastercentral.blogspot. ... ignal.html
by rmaweb
Fri Jan 02, 2015 5:36 pm
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12648

Re: Email Templates not working with customer/merchant

Hello Ricksilver,

Which gold build are you using? Looking for r1-9 number. This way I can try to look at the code for that version.
by rmaweb
Tue Dec 30, 2014 9:54 am
Forum: AbleCommerce GOLD
Topic: How can I force multiple shipments?
Replies: 3
Views: 2684

Re: How can I force multiple shipments?

Hello Thomas, From the Help Site: Separately - The product cannot be shipped with other items, so shipping calculations are based on the weight of this item alone, and added to the final shipping calculation. So based off of your shipping methods, it will calculate the shipping cost of the one item,...
by rmaweb
Tue Dec 30, 2014 9:28 am
Forum: AbleCommerce GOLD
Topic: Coupon Code Handling
Replies: 2
Views: 2593

Coupon Code Handling

Hello Fellow Able users. I am having a problem with my catalog. When a user checks out and on the Payment page tries to enter a coupon code, it gets accepted, but the BasketTotalSummary conlib doesn't get updated. The coupon code accepted message appears, and it does get used, since if you load the ...
by rmaweb
Sun Dec 21, 2014 5:26 pm
Forum: AbleCommerce GOLD
Topic: Email Templates not working with customer/merchant
Replies: 8
Views: 12648

Re: Email Templates not working with customer/merchant

Where are you sending the emails from? The order details screen or somewhere else?
by rmaweb
Fri Dec 19, 2014 7:28 pm
Forum: AbleCommerce GOLD
Topic: How can I move all old user groups to the new _Default_
Replies: 8
Views: 5026

Re: How can I move all old user groups to the new _Default_

Ah. Well if you don't have a time emergency , I might be able to have a solution available after Christmas that you can use.
by rmaweb
Fri Dec 19, 2014 2:13 pm
Forum: AbleCommerce GOLD
Topic: How can I move all old user groups to the new _Default_
Replies: 8
Views: 5026

Re: How can I move all old user groups to the new _Default_

Are you going to use the old groups anymore? If not just delete them and if there are users in that group, the admin page will go to another that will allow you to select the group you want those users to be moved to.
by rmaweb
Sun Dec 14, 2014 6:35 pm
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5280

Re: Code conversion issues

Out of curiosity, what type of customization are you trying to do with checkedout? Never used it myself.
by rmaweb
Sat Dec 13, 2014 11:40 am
Forum: AbleCommerce GOLD
Topic: Code conversion issues
Replies: 9
Views: 5280

Re: Code conversion issues

Hello RickSilver, 1) Ablecommmerce deprecated the OrderId, ProductId, etc fields, based on the source code it looks like you would use e.Order instead of e.OrderId http://wiki.ablecommerce.com/index.php/Deprecated_Id_Properties for more info 2) Not sure about since Im still learning NHibernate 3) I ...
by rmaweb
Sat Dec 06, 2014 8:00 am
Forum: AbleCommerce GOLD
Topic: Gift Certificate Serial #'s in Email?
Replies: 3
Views: 2823

Re: Gift Certificate Serial #'s in Email?

From the Able Help site: If you are going to sell electronic Gift Certificates, then you will want to review and edit this simple email. When the Gift Certificate is validated by the merchant, this email is sent automatically to the customer. It has instructions to view their Gift Certificate Serial...
by rmaweb
Fri Dec 05, 2014 2:10 pm
Forum: AbleCommerce GOLD
Topic: Way to show "Out of Stock" for hidden and private items
Replies: 2
Views: 2167

Re: Way to show "Out of Stock" for hidden and private items

Where do you want it displayed?
by rmaweb
Fri Dec 05, 2014 1:04 pm
Forum: AbleCommerce GOLD
Topic: Gold R9 Import Products question
Replies: 8
Views: 8230

Re: Gold R9 Import Products question

I've recently been doing a lot of work with product exports/imports to get my catalog ready to use Google Shopping feed. So I've been doing a lot of updates to the products. I too dont understand why the name is required on the import if all Im doing is updating products. To me, its just an unnecess...
by rmaweb
Tue Nov 25, 2014 8:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Display Kit Prices on Simple Category List
Replies: 2
Views: 4571

Re: Display Kit Prices on Simple Category List

Not sure if it will work since I havent done anything myself with it, but try to look at Admin/Products/Kits/EditKit.aspx and .cs

In it is a control that displays the min-max price of the kit and the default price. Maybe that will help you get started.
by rmaweb
Fri Nov 21, 2014 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal API and SSL3
Replies: 2
Views: 4997

Re: PayPal API and SSL3

viewtopic.php?f=65&t=18172

That is the topic where the ssl3 info is.
by rmaweb
Wed Nov 12, 2014 12:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: UPS Email
Replies: 4
Views: 6359

Re: UPS Email

Thanks for the update Judy! I got the email too, but did not have the test url turned on so I was confused as to why I got the email. Thanks for clearing this up.
by rmaweb
Tue Nov 11, 2014 7:51 am
Forum: AbleCommerce GOLD
Topic: Random Featured Products
Replies: 1
Views: 1798

Re: Random Featured Products

I just looked at the source code for the featured products and like you saw, if the category id is set, it is only getting the products that have a category id equal to the one you specified. It would be nice if the code could be updated to have the categories fetch like in the AdvancedSearch functi...
by rmaweb
Fri Nov 07, 2014 8:18 am
Forum: AbleCommerce GOLD
Topic: Delivery Instructions on Gold Invoice
Replies: 4
Views: 3695

Re: Delivery Instructions on Gold Invoice

Hello jill224 , This should be what your looking for. I have a heavily modified Pullsheet and Invoice templates, so my code won't work. But if your using the default code for the Invoices.aspx file, this *should* work. ( Not tested though ) In Admin -> Orders -> Print -> Invoices.aspx Add: anywhere ...
by rmaweb
Fri Oct 31, 2014 10:58 am
Forum: AbleCommerce GOLD
Topic: CSS modification to Product Template fields
Replies: 2
Views: 2440

Re: CSS modification to Product Template fields

Found out how to take care of this. Posting my solution in case it helps anybody else out. It looks like ablecommerce does have a db field for the product template inputs for css. However, it just isn't used in the catalog either in the admin section or the frontend. So here's how to make use of tha...