Search found 102 matches

by Odettes
Thu Nov 05, 2015 7:25 am
Forum: AbleCommerce GOLD
Topic: Sourcecode to modify Kit formating?
Replies: 5
Views: 2864

Re: Sourcecode to modify Kit formating?

mazhar wrote:Radio and Checkbox lists are standard .NET controls. They already support RepeatLayout property. Just change the layout to lists etc and it won't emit table.

Code: Select all

((CheckBoxList)o).RepeatLayout = RepeatLayout.UnorderedList;
((CheckBoxList)o).RepeatDirection = RepeatDirection.Horizontal;
Thanks!
by Odettes
Wed Nov 04, 2015 4:45 am
Forum: AbleCommerce GOLD
Topic: Sourcecode to modify Kit formating?
Replies: 5
Views: 2864

Re: Sourcecode to modify Kit formating?

It works fine to set custom CssClass for Kit component that use dropdown (which render clean without any table). But for Radio and Checkbox components I just manage to set the CssClass for the surrounding Table, not the item itself. If I want to remove the table structure on Radio and Checkbox and r...
by Odettes
Wed Nov 04, 2015 4:20 am
Forum: AbleCommerce GOLD
Topic: Sourcecode to modify Kit formating?
Replies: 5
Views: 2864

Re: Sourcecode to modify Kit formating?

Great, thanks!
by Odettes
Wed Nov 04, 2015 3:27 am
Forum: AbleCommerce GOLD
Topic: Sourcecode to modify Kit formating?
Replies: 5
Views: 2864

Sourcecode to modify Kit formating?

Hello!

I need to change the output of different Kit-components, for example i need to add some css classes.
Can I do that without source-code? I can change the container around the Kit but not the item separately.
I can use jquery to modify it after page load but I want to avoid that if possible..
by Odettes
Thu Oct 29, 2015 12:25 am
Forum: AbleCommerce GOLD
Topic: Gold R11 - SSL all pages cononical back to http
Replies: 3
Views: 4459

Re: Gold R11 - SSL all pages cononical back to http

Well make sure you have https based store URL under Administration > Configure > Security > System Settings I think this should fix the canonical URL. That fixed id, thanks. But another problem, when enabling SSL on all pages it does a 302 when accessing the url from http. Why is that? Should it no...
by Odettes
Wed Oct 28, 2015 4:01 am
Forum: AbleCommerce GOLD
Topic: Gold R11 - SSL all pages cononical back to http
Replies: 3
Views: 4459

Gold R11 - SSL all pages cononical back to http

Hi! When using SSL on all pages the "canonical" url points to "http://" instead of "https://", this is not good! Why us http/https at all, wouldn't it just be better to use "//domain.com/url-path" instead? Google thinks so: https://support.google.com/webmasters/answer/6073543 Do I need the sourcecod...
by Odettes
Mon Oct 19, 2015 11:13 pm
Forum: AbleCommerce GOLD
Topic: Product review and Anonymous Users problem (Gold R11)
Replies: 4
Views: 4089

Re: Product review and Anonymous Users problem (Gold R11)

Thank you Mazhar, it works great!
by Odettes
Fri Oct 16, 2015 6:04 am
Forum: AbleCommerce GOLD
Topic: Product review and Anonymous Users problem (Gold R11)
Replies: 4
Views: 4089

Product review and Anonymous Users problem (Gold R11)

Hi! I have enabled Product reviews for "All Users" and choose to no require approval or email verification when submitting a review. Problem is if a user write a review and use the same email-address previously used when ordering something this shows up when trying to submit: Your email address is a...
by Odettes
Fri Oct 16, 2015 5:53 am
Forum: AbleCommerce GOLD
Topic: Gold R11 - Strange behavor using SSL (Secure All Pages)
Replies: 8
Views: 6013

Re: Gold R11 - Strange behavor using SSL (Secure All Pages)

Did you also try Neal's suggestion? leading // I use a custom folder(I don't use App_Themes folder at all) in my root folder to store css, fonts and js files. I'm not sure why you decided to eliminate the App_Themes folder, but these are scenarios that we don't test during final QA. I would think t...
by Odettes
Thu Oct 15, 2015 1:33 am
Forum: AbleCommerce GOLD
Topic: Gold R11 - Strange behavor using SSL (Secure All Pages)
Replies: 8
Views: 6013

Re: Gold R11 - Strange behavor using SSL (Secure All Pages)

mazhar wrote:What happens if you update the stylesheet include to have absolute URL with HTTPS in it? Like this

Code: Select all

<link href="https://beta.traileronline.se/retail/css/style.css" rel="stylesheet" type="text/css" />

Exact same result, something is wrong.
by Odettes
Tue Oct 13, 2015 10:46 pm
Forum: AbleCommerce GOLD
Topic: Gold R11 - Strange behavor using SSL (Secure All Pages)
Replies: 8
Views: 6013

Gold R11 - Strange behavor using SSL (Secure All Pages)

Hi! I use a custom folder(I don't use App_Themes folder at all) in my root folder to store css, fonts and js files. In my Layouts file I make a normal reference to my css file like this: <link href="/retail/css/style.css" rel="stylesheet" type="text/css" /> This work great in previous version of Gol...
by Odettes
Thu Oct 08, 2015 10:33 am
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Re: Gold R11

Katie wrote:We just announced the release of Gold R11 -
viewtopic.php?f=65&t=18545
Great!
by Odettes
Mon Oct 05, 2015 10:27 pm
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Re: Gold R11

Hi Katie!
Katie wrote:Maybe end of September or early October....that's a maybe.
Any new information regarding the release date for Gold R11?
by Odettes
Mon Sep 28, 2015 2:08 am
Forum: AbleCommerce GOLD
Topic: Best way to skip all shipping methods?
Replies: 1
Views: 1784

Best way to skip all shipping methods?

Hi! Is there a easy(or hard) way to completely remove selection of shipping methods from the checkout? I just want all the selected items in my basket to show together with the selection of different payment options. Or is it possible to always force a specific shipping method that could be hidden d...
by Odettes
Wed Sep 16, 2015 10:06 am
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Re: Gold R11

Katie wrote:We are finishing up the first round of QA now. In a few weeks, I'll have a better idea of a release date for R11.
A few weeks now, can you tell us something Katie?
by Odettes
Mon Sep 07, 2015 5:53 am
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Re: Gold R11

Well Katie,

You write "We are finishing up the first round of QA now" so you must have some idea of what we can expect in the upcoming release?
by Odettes
Sun Sep 06, 2015 10:55 am
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Re: Gold R11

Katie,

Can you share the roadmap for the next two releases?
Some major changes?
by Odettes
Fri Aug 21, 2015 3:56 pm
Forum: AbleCommerce GOLD
Topic: Gold R11
Replies: 11
Views: 7224

Gold R11

When can we expect Gold R11 to be released?
by Odettes
Wed Mar 18, 2015 12:06 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Release date?
Replies: 20
Views: 15346

Re: Gold R10 Release date?

The "One page checkout" will need some fixes to work properly in Bootstrap mode. http://s29.postimg.org/8mckhdmd3/Untitled_1.jpg There is some problems with the sort order of Templates, when I use the demo template and associate to templates to one product and then add another parameter to one of th...
by Odettes
Tue Feb 24, 2015 7:15 am
Forum: AbleCommerce GOLD
Topic: Gold R10 Release date?
Replies: 20
Views: 15346

Gold R10 Release date?

Can we expect the release of Gold R10 soon?
by Odettes
Thu Feb 12, 2015 1:07 am
Forum: AbleCommerce GOLD
Topic: Developer license --> to live site
Replies: 2
Views: 2241

Developer license --> to live site

Hi! If I install the latest Gold on my server using a developer license like dev.website.com, then when I'm ready to go live is it just to replace the license with the real one or do I have to do something else like updating the database with something? Is it possible to have a developer license tha...
by Odettes
Wed Jan 14, 2015 4:53 am
Forum: AbleCommerce GOLD
Topic: FEEDBACK WANTED:Is a filtered (Faceted) search available?
Replies: 26
Views: 22212

Re: FEEDBACK WANTED:Is a filtered (Faceted) search available?

An AJAX version of the Product Finder/ShopBy would also be nice.
by Odettes
Wed Jan 14, 2015 3:51 am
Forum: AbleCommerce GOLD
Topic: FEEDBACK WANTED:Is a filtered (Faceted) search available?
Replies: 26
Views: 22212

Re: FEEDBACK WANTED:Is a filtered (Faceted) search available?

I'm missing price range as a filter option.
Will it be included in the next release?
by Odettes
Tue Jan 06, 2015 11:48 pm
Forum: AbleCommerce GOLD
Topic: Using SSL over full site (not just on checkout)
Replies: 15
Views: 12968

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

Very useful information, thanks laramp!