Search found 255 matches

by plugables
Wed May 18, 2011 5:11 am
Forum: Feature Requests
Topic: One E-Mail confirmation for mutilple digital goods
Replies: 2
Views: 4038

Re: One E-Mail confirmation for mutilple digital goods

This is currently not possible and I agree that it should be added to the future releases.
by plugables
Mon May 16, 2011 11:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like Issue
Replies: 5
Views: 3850

Re: Facebook Like Issue

dduchene wrote:how do i add the send button the the plubables "like" button plugin? tried adding "&send=true" after the {0}, but to no avail. thanks in advance.
send button ???
by plugables
Fri May 13, 2011 7:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8383

Re: Not able to get negotiated rates from UPS

Source for UPS gateway has already been made available. viewtopic.php?f=47&t=6651

You may write a custom version of UPS gateway to handle this.
by plugables
Fri May 13, 2011 7:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like Issue
Replies: 5
Views: 3850

Re: Facebook Like Issue

You will need to use the open graph protocol for this. Default 7.0.7 implementation does not do that. You can use the alternate free implementation of FaceBook like widget that takes care of this and more. http://blog.plugables.com/featured/2202_free-facebook-like-widget-for-ablecommerce/ http://www...
by plugables
Mon Apr 18, 2011 8:38 am
Forum: 7.0 DataPort
Topic: DataPort Port number
Replies: 1
Views: 3252

Re: DataPort Port number

Dataport uses the standard http port 80 to connect to your AC7 store --- unless you are running a store on a non-standard port.
by plugables
Mon Apr 11, 2011 4:51 am
Forum: Feature Requests
Topic: AC Benchmark tests
Replies: 2
Views: 5152

Re: AC Benchmark tests

I think there are specialized tools for this purpose and they should be used. For AbleCommerce to include benchmarking tests would be to lose focus of their core area of competence. For speed tests you may consider YSlow or PageSpeed FireFox plugins. For online speed test you may also like to test y...
by plugables
Sat Apr 09, 2011 10:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category sorting not functioning correctly
Replies: 23
Views: 17035

Re: Category sorting not functioning correctly

Would it be easier to get CategoryGrid3 to load products the way that CategoryGrid4 does, or to get CategoryGrid4 to use the multiple-add-to-cart button?
CategoryGrid3 to load products the other way.
by plugables
Sat Apr 09, 2011 10:27 am
Forum: Good Reference Posts
Topic: Having the Copyright Year always up to date
Replies: 0
Views: 9826

Having the Copyright Year always up to date

Years pass by so quickly. A few months have already passed before you realize (or someone else points this out to you) that the copyright year in your store footer is already out of date. Well you don't need to worry about this any more. There is a very simple solution to this problem. Just use some...
by plugables
Sat Apr 09, 2011 10:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category sorting not functioning correctly
Replies: 23
Views: 17035

Re: Category sorting not functioning correctly

CategoryGrid4 loads products differently then the other category pages. The other pages rely on the 'ProductDataSource.NarrowSearch' function which causes merchant order to mess up when products are in more than one category. The CategoryGrid4 page uses Category.CatalogNodes method. You may try to m...
by plugables
Sat Apr 09, 2011 9:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category sorting not functioning correctly
Replies: 23
Views: 17035

Re: Category sorting not functioning correctly

You have stumbled across a known issue. Merchant defined sort order does not work properly when products are in more than one category. It has been discussed in forums before. You may search to find more information.
by plugables
Sat Apr 09, 2011 4:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Backporting Customizations
Replies: 1
Views: 1672

Re: Backporting Customizations

You are not likely to face a great deal of problems. Most of the things are likely to work. Few things may not work but you should be able to modify them easily. I don't think you will need a huge re-work.
by plugables
Sat Apr 09, 2011 4:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Category sorting not functioning correctly
Replies: 23
Views: 17035

Re: Category sorting not functioning correctly

By any chance do you have these items in more than category?
by plugables
Sat Apr 09, 2011 4:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin Redirect
Replies: 1
Views: 1661

Re: Admin Redirect

It requires you to login to access the admin section. It therefore redirects you to the login page. If you are already logged in it will not redirect you.
by plugables
Sat Apr 09, 2011 4:20 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: AbleCommerce Front end not centering on the page
Replies: 7
Views: 9279

Re: AbleCommerce Front end not centering on the page

Just do something like this in your stylesheet for body element.

Code: Select all

body
{   
    margin:0 auto;
    width:980px;
}
by plugables
Thu Mar 24, 2011 1:12 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriplets & Themes Issue
Replies: 1
Views: 2932

Re: Scriplets & Themes Issue

If you are using AbleCommerce version 7.3 or higher you should be able to put scriptlets inside the themes. Just copy the App_Data/Scriptlets folder to your theme folders. Now each theme can have its own scriptlets. If your theme contains Scriptlets then the shared scriptlets from App_Data/Scriptlet...
by plugables
Mon Mar 21, 2011 1:20 am
Forum: International Questions and Topics
Topic: Looking at Major Change
Replies: 2
Views: 12279

Re: Looking at Major Change

...and also have our site hosted on a server in that country
Is this also a requirement? It shouldn't be I suppose.
by plugables
Fri Mar 18, 2011 5:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customization Of Payment Gateway
Replies: 14
Views: 10775

Re: Customization Of Payment Gateway

This can not be done using the standard payment gateway interface alone. You will need to customize the merchant admin section as well as write additional gateway methods to handle recurring payment cancellation and etc. Sending email reminders to subscribed clients can be separate customization in ...
by plugables
Tue Mar 15, 2011 10:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customization Of Payment Gateway
Replies: 14
Views: 10775

Re: Customization Of Payment Gateway

This is strange. I cant see any reason why DoAuthorizeRecurring is not getting called.
by plugables
Tue Mar 15, 2011 10:17 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How do I change the breadcrumb ">" color?
Replies: 6
Views: 6015

Re: How do I change the breadcrumb ">" color?

Well seems like code change is inevitable. You can't do this with CSS alone. Open ConLib/BreadCrumbs.ascx and change the following line <PathSeparatorTemplate><asp:Localize ID="PathSeparator" runat="server" Text=" > "></asp:Localize></PathSeparatorTemplate> to something like <PathSeparatorTemplate><...
by plugables
Tue Mar 15, 2011 4:24 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need Help Testing Variant Behavior in 7.0.6
Replies: 4
Views: 4222

Re: Need Help Testing Variant Behavior in 7.0.6

Someone from Able please confirm how ac_ProductVariants are stored. My understanding is that only the ones that have non-default values are stored. The default ones are built on the fly. Also may be someone who has 7.0.6 installed verify the above mentioned scenario. I suspect that the above mention...
by plugables
Tue Mar 15, 2011 4:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: CyberSource and WSE 3.0
Replies: 4
Views: 4601

Re: CyberSource and WSE 3.0

hmmm ... bad. There must be some workaround.
by plugables
Tue Mar 15, 2011 4:14 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: new menu showing only child elements
Replies: 4
Views: 5077

Re: new menu showing only child elements

Various implementations and sample codes have been posted in other threads. Have a look at http://forums.ablecommerce.com/viewtopic.php?f=44&t=15019 http://forums.ablecommerce.com/viewtopic.php?f=47&t=8566 http://forums.ablecommerce.com/viewtopic.php?f=47&t=5740 http://forums.ablecommerce.com/viewto...
by plugables
Mon Mar 14, 2011 4:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customization Of Payment Gateway
Replies: 14
Views: 10775

Re: Customization Of Payment Gateway

Have you indicated via SupportedTransactions property that your gateway supports recurring payments?
by plugables
Mon Mar 14, 2011 4:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email for non shippable items
Replies: 4
Views: 4868

Re: Email for non shippable items

When an order has both shippable and non-shippable items the 'Order with shippable items was fully paid' event will get triggered. You can code your email template to handle this situation there. It is also possible to associate multiple multiple email templates with one even trigger. You may associ...