Search found 102 matches

by Odettes
Thu Jun 28, 2018 6:39 am
Forum: AbleCommerce GOLD
Topic: Enable SSL for product pages (all pages)
Replies: 7
Views: 6305

Re: Enable SSL for product pages (all pages)

Hi Thomas, Thanks for the snippet. I have used rewrite to force other sites to https, but because Able does its own checks and lookups on page load I think this would cause a redirect loop. For example the home page defaults to http (e.g. http://products.cmc.ca), if I put in https manually (https:/...
by Odettes
Wed Jun 06, 2018 10:23 am
Forum: AbleCommerce GOLD
Topic: Enable SSL for product pages (all pages)
Replies: 7
Views: 6305

Re: Enable SSL for product pages (all pages)

Put this in your web.config and it will force your whole site to go under SSL. <rewrite> <rules> <rule name="HTTP to HTTPS Redirect" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="off" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" re...
by Odettes
Wed Jun 06, 2018 10:11 am
Forum: AbleCommerce GOLD
Topic: Fixed Redirects -- Not Functional?
Replies: 2
Views: 2976

Re: Fixed Redirects -- Not Functional?

I have a ton of redirects and it works without problems, can you give me an example url that give you this error?
by Odettes
Fri Sep 29, 2017 2:51 am
Forum: AbleCommerce GOLD
Topic: R6 - FORCE SSL
Replies: 4
Views: 6667

Re: R6 - FORCE SSL

AbleCommerce Team -- We have a very customized AC installation of Gold R6 and we've been waiting for the new release of the next version before updating. However, due to the impending Google Chrome "SSL Everywhere" enforcement, we're looking for a good way to "force" SSL throughout the whole websit...
by Odettes
Mon Sep 04, 2017 9:54 pm
Forum: AbleCommerce GOLD
Topic: Small fix for admin page when searching for component
Replies: 1
Views: 3625

Small fix for admin page when searching for component

Hi! I'm using Gold R11 SR1, Build 7.0.91.8858 and had some problems when adding an existent component to my Kit. When searching it doesn't shows the names of the products in the component, it's just displays something like this: [1] $name @ 120 kr ea. I don't now if this is fixed in the latest versi...
by Odettes
Sat Sep 02, 2017 9:04 am
Forum: AbleCommerce GOLD
Topic: Update current users basket from Database
Replies: 1
Views: 3453

Update current users basket from Database

Hi!

I manually add some custom rows to the database table "db_owner.ac_BasketItems" for my current users basket.
How can I force the basket to reload and read my updated rows from database?
by Odettes
Wed Aug 23, 2017 8:31 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: New Bootstrap responsive site
Replies: 1
Views: 10263

Re: New Bootstrap responsive site

The primary domain is Wordpress. Ablecommerce operates under a subdomain. Therefore, our Google feed is under the shop domain. According to Google this shouldn't affect rankings, but I'm beginning to think it does. Hi! I think you need to take a look on the part of you site that is done with Wordpr...
by Odettes
Wed Aug 23, 2017 8:17 pm
Forum: AbleCommerce GOLD
Topic: Google "Not Secure" Notification
Replies: 2
Views: 4318

Re: Google "Not Secure" Notification

With that said, I'm not sure how we fix this. I know the newest version or 2 of able supports a full site SSL option. But a complete upgrade is costly and time consuming and won't be complete by October even if we decided to try. You can try to put in a custom rewrite rule in your webconfig like th...
by Odettes
Fri Apr 07, 2017 8:31 am
Forum: AbleCommerce GOLD
Topic: Product Finder AJAX on filter?
Replies: 3
Views: 4809

Re: Product Finder AJAX on filter?

Hi, Yes you are right about the GET request to the search page. What actually you want to achieve, do you want to use search sidebar control to some where else? Also can you please explain why you think search page is useless using query parameters? Thanks! The whole page reload using GET = page mo...
by Odettes
Wed Apr 05, 2017 11:41 pm
Forum: AbleCommerce GOLD
Topic: Product Finder AJAX on filter?
Replies: 3
Views: 4809

Product Finder AJAX on filter?

Hi! If I use an untouched version of Search.aspx and choose some filters under "Narrow by" it generates a GET to the Serach.aspx page. To make AJAX work it need to be a POST. I'm I missing something here because if the Product Finder is not AJAX compatible it's pretty much useless. The resultpart of...
by Odettes
Sat Dec 17, 2016 6:13 am
Forum: AbleCommerce GOLD
Topic: Database server on web server?
Replies: 3
Views: 4212

Re: Database server on web server?

It's not for prestanda reason you shouldn't mix database and web servers on the same server, it's all about security.
Best practice is to have the web server facing the Internet and the database server on it's own internal net.
by Odettes
Tue May 31, 2016 7:33 am
Forum: AbleCommerce GOLD
Topic: Custom 404 Pages
Replies: 11
Views: 17716

Re: Custom 404 Pages

Brewhaus wrote:Given that we do not have the custom file, I guess that we need to create one or find another option.

Just create the page you want to display, error.aspx is just an examplename.
by Odettes
Tue May 17, 2016 11:36 am
Forum: AbleCommerce GOLD
Topic: Test Database from Production
Replies: 3
Views: 3518

Re: Test Database from Production

Just disable the smtp server to avoid sending out emails from your developer store.
by Odettes
Tue May 10, 2016 12:43 pm
Forum: AbleCommerce GOLD
Topic: One Page Checkout
Replies: 5
Views: 7554

Re: One Page Checkout

Hello, I have never seen a one page checkout on mobile, there simply isn't enough space to accommodate it. I've seen accordion checkout on mobile, is that what you are referring to as one page checkout on mobile? Well, take a look here. I think my solution works pretty well on mobil: https://www.tr...
by Odettes
Fri May 06, 2016 8:26 am
Forum: AbleCommerce GOLD
Topic: One Page Checkout
Replies: 5
Views: 7554

Re: One Page Checkout

I build my own one-page checkout, you can take a look here: https://www.traileronline.se/slapvagnar ... ilers-p400

It's in Swedish, just select some stuff and hit the green button "Gå till kassan".
by Odettes
Wed May 04, 2016 6:51 am
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: TrailerOnline.se Beta - New rebuilded R11 responsive design.
Replies: 1
Views: 8375

TrailerOnline.se Beta - New rebuilded R11 responsive design.

Hi!

Gold R11 with custom responsive design, real one page checkout and much more on the way, check it out: https://traileronline.se
by Odettes
Sat Apr 30, 2016 11:33 am
Forum: AbleCommerce GOLD
Topic: Custom 404 Pages
Replies: 11
Views: 17716

Re: Custom 404 Pages

One more thing to add: The code you recommended DID correct the server response ONLY for nonexistent URLs ending in .aspx, so this URL: http://www.hotsaucedepot.com/gdgdfdf.aspx is responding correctly but this one: http://www.hotsaucedepot.com/gdgdfdf is still a 302 redirect. BUT the one that is r...
by Odettes
Mon Apr 11, 2016 11:15 pm
Forum: AbleCommerce GOLD
Topic: Gold R11 - Rollback "Shipped"
Replies: 1
Views: 2827

Gold R11 - Rollback "Shipped"

Hi!

How can I after I "Ship Items" on an order cancel that and go back to status "Unshipped" ?
Mistakes happens and it must be a way to go back?
by Odettes
Tue Dec 15, 2015 11:47 am
Forum: AbleCommerce GOLD
Topic: ProductDataSource.LoadForCategory - Valid Sortstring?
Replies: 4
Views: 3979

Re: ProductDataSource.LoadForCategory - Valid Sortstring?

Then you should use CatalogDataSource.LoadForCategory instead. This will return the list of catalog nodes within a category sorted by OrderBy attribute. Node could be of type Product, Category, Webpage or Link. So you will need to check type before you them. Here is the example code IList<CatalogNo...
by Odettes
Tue Dec 15, 2015 6:07 am
Forum: AbleCommerce GOLD
Topic: ProductDataSource.LoadForCategory - Valid Sortstring?
Replies: 4
Views: 3979

Re: ProductDataSource.LoadForCategory - Valid Sortstring?

mazhar wrote:All ac_Products table column names can be used for sorting.
Great, but I need to sort it using column OrderBy in table CatalogNodes to get the same order as in the admin interface for my selected category.
by Odettes
Tue Dec 15, 2015 4:55 am
Forum: AbleCommerce GOLD
Topic: ProductDataSource.LoadForCategory - Valid Sortstring?
Replies: 4
Views: 3979

ProductDataSource.LoadForCategory - Valid Sortstring?

Hi! When using ProductDataSource.LoadForCategory, for example: var products = ProductDataSource.LoadForCategory(true, _Category.Id, false, true, "OrderBy", 50, 0); What sort strings are valid and can be used? OrderBy DESC and OrderBy ASC works fine, but I want my products to sort as stored in the da...
by Odettes
Sun Dec 06, 2015 12:28 pm
Forum: AbleCommerce GOLD
Topic: Gold R11: Sort option category items ?
Replies: 8
Views: 7120

Re: Gold R11: Sort option category items ?

Any ideas? This will not work for Deep Item Display category pages. It should work for other category display pages. Which display page are you using? I'm using a custom page with a repeater using: ProductDataSource.LoadForCategory(true, _Category.Id, false, true, "Name ASC", 500, 0) My treestructur...
by Odettes
Wed Nov 25, 2015 11:12 pm
Forum: AbleCommerce GOLD
Topic: Gold R11: Sort option category items ?
Replies: 8
Views: 7120

Re: Gold R11: Sort option category items ?

This will not work for Deep Item Display category pages. It should work for other category display pages. Which display page are you using? I'm using a custom page with a repeater using: ProductDataSource.LoadForCategory(true, _Category.Id, false, true, "Name ASC", 500, 0) My treestructure looks li...
by Odettes
Wed Nov 25, 2015 4:22 am
Forum: AbleCommerce GOLD
Topic: Gold R11: Sort option category items ?
Replies: 8
Views: 7120

Re: Gold R11: Sort option category items ?

You need to replace "Name ASC" with "OrderBy ASC" to display products in admin sort order. Note that admin sort order may not work correctly if you have products in more than one categories. I have products in more than one category so "OrderBy ASC" dont work. Is there anything I can do to make it ...
by Odettes
Wed Nov 25, 2015 2:14 am
Forum: AbleCommerce GOLD
Topic: Gold R11: Sort option category items ?
Replies: 8
Views: 7120

Gold R11: Sort option category items ?

Hi!

If I use:

Code: Select all

ProductDataSource.LoadForCategory(true, _Category.Id, false, true, "Name ASC", 500, 0)
What should i replace "Name ASC" with so it return my products in the same sortorder I have in the admin interface?