Search found 27 matches

by jcw2m
Tue Mar 03, 2015 1:47 am
Forum: AbleCommerce GOLD
Topic: Category List Page: Item Sort Order - Gold R9
Replies: 4
Views: 3129

Re: Category List Page: Item Sort Order - Gold R9

Hi Mazhar, I'm sorry, I literally just saw this and will need to update the email used for notifications. Thanks for replying. Order by ASC was the first step. Unfortunately, while that did successfully display items in ascending order, it did not match the order of items in admin. I can't tell what...
by jcw2m
Wed Feb 25, 2015 12:17 pm
Forum: AbleCommerce GOLD
Topic: Category List Page: Item Sort Order - Gold R9
Replies: 4
Views: 3129

Category List Page: Item Sort Order - Gold R9

AbleCommerce GoldR9 (build 7670) CategoryListPage.ascx Hi, When this display is assigned to a category, the products listed do not follow the sort order shown in Admin. I understand from our Able Angel that categorygridpages won't sort that way because it is pulling items from several categories and...
by jcw2m
Wed Jan 07, 2015 9:36 am
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

Thanks a bunch, finally got it nailed. Thanks huge to both you and our Able Angel! In testing with this it looks like FooTable would need additional coding and such not required for other solutions. The issue with fixed file layouts turned out to be related to meta tags. Ahhh, life's humbling moment...
by jcw2m
Wed Jan 07, 2015 7:55 am
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

How are you adding the required:

Code: Select all

data-hide="phone,tablet"
to the ItemTemplate for the columns?

Thanks!
Julie
by jcw2m
Wed Jan 07, 2015 7:16 am
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

I just found and tested an alternative script for a gridview that also works from a desktop/pc. It's a little nicer as you don't have to call the script from the page being worked with. To see if it would work with a phone at all I used it on a category page set to category list (pm'd the url). Work...
by jcw2m
Wed Jan 07, 2015 6:33 am
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

Thanks Mazar. On the Basket.aspx I changed the script to: <script type="text/javascript"> // INITIALIZE THE TABLE SCRIPT ON PAGE LOAD $(document).ready(function () { setupResponsiveTables(); }); // INITIALIZE THE TABLE SCRIPT ON PARTIAL POSTBACK Sys.WebForms.PageRequestManager.getInstance().add_endR...
by jcw2m
Tue Jan 06, 2015 3:48 pm
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

I changed the fixed base.master code behind to protected void Page_PreRender(object sender, EventArgs e) and tested on my android. I added a product, went to the basket page. Unfortunately there was no change. It just doesn't make sense. In reviewing the files it looks like that is the only differen...
by jcw2m
Tue Jan 06, 2015 2:18 pm
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

I apologize for the delay, workload was heavy today. I blocked off some time to test this first thing in the morning. Thanks!
by jcw2m
Tue Jan 06, 2015 5:36 am
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Re: Layout Files & Javascript

Hello Mazhar, thank you for answering. I included files needed by also calling them from the base.master in the fixed directory. Still, for whatever reason on pages that used the fixed layout files - the scripts fail to engage as expected. I sent the dev site url via pm.
by jcw2m
Mon Dec 29, 2014 1:30 pm
Forum: AbleCommerce GOLD
Topic: Layout Files & Javascript
Replies: 12
Views: 6074

Layout Files & Javascript

In testing I noticed that my scripts apply as expected on both a pc and an android phone on cart pages using regular layout files. These same cart pages ignore my scripts if a layout file from the "Fixed" directory is applied. The only workaround seems to be to change pages such as My Account, Login...
by jcw2m
Thu Dec 12, 2013 9:25 am
Forum: AbleCommerce GOLD
Topic: Checkout Custom Header Problem
Replies: 13
Views: 8466

Re: Checkout Custom Header Problem

We ended up going with a different solution/approach, but I will definitely review further when there is some down time. Thanks!!!!
by jcw2m
Wed Dec 04, 2013 6:56 am
Forum: AbleCommerce GOLD
Topic: Checkout Custom Header Problem
Replies: 13
Views: 8466

Re: Checkout Custom Header Problem

Maybe I am missing something in this. For the second option here I the steps I tried: 1. Copy Base.Master and Base.Master.cs 2. Rename them to BaseCheckout.Master and BaseCheckout.Master.cs 3. Change the first line in BaseCheckout.Master : <%@ Master Language="C#" AutoEventWireup="True" CodeFile="Ba...
by jcw2m
Tue Dec 03, 2013 4:21 pm
Forum: AbleCommerce GOLD
Topic: Checkout Custom Header Problem
Replies: 13
Views: 8466

Re: Checkout Custom Header Problem

I am trying to do something similar - add a footer that will only apply to checkout pages. The actual request is to use this footer on the payment page only but I don't see a reasonable approach for that. Using: AbleCommerce Gold (build 5731) I tried a few different approaches: 1. Add this to the Ch...
by jcw2m
Thu Sep 19, 2013 7:18 am
Forum: AbleCommerce GOLD
Topic: jquery.equalheights.js
Replies: 3
Views: 3138

Re: jquery.equalheights.js

Thanks - I will definitely check that out! Not every design requires this but it looks like a handy tool for those that do. It's better than using old school overstated padding rules.
by jcw2m
Fri Sep 13, 2013 8:57 am
Forum: AbleCommerce GOLD
Topic: jquery.equalheights.js
Replies: 3
Views: 3138

jquery.equalheights.js

Has anyone successfully applied this tool to columns? General usage is given as: * Usage: $(object).equalHeights([minHeight], [maxHeight]); * * Example 1: $(".cols").equalHeights(); Sets all columns to the same height. * Example 2: $(".cols").equalHeights(400); Sets all cols to at least 400px tall. ...
by jcw2m
Tue Aug 27, 2013 7:31 am
Forum: AbleCommerce GOLD
Topic: Responsive Design Themes?
Replies: 8
Views: 7866

Re: Responsive Design Themes?

In this case I have to agree with some of the other posters. Able is a very powerful tool and I can understand the data concerns. That said, it would be amazing to see Bootstrap, HTML5 Boilerplate or something similar in place. I did notice that a viewport rule was incorporated with a few other tool...
by jcw2m
Mon Nov 19, 2012 10:29 am
Forum: AbleCommerce GOLD
Topic: Possible Admin Bug
Replies: 0
Views: 3630

Possible Admin Bug

When using the search tool or completing the addition of a new product, hitting the enter key instead of the provided button creates an error: 500 Internal Server Error. Has anyone else experienced this?
by jcw2m
Tue Oct 23, 2012 3:30 pm
Forum: AbleCommerce GOLD
Topic: Category Grid Bug?
Replies: 3
Views: 5075

Re: Category Grid Bug?

Here is a sample where the clearing div was added and heights eliminated: http://dev.holidayham.com/Smoked-Turkey-Breast-C8.aspx
by jcw2m
Tue Oct 23, 2012 3:28 pm
Forum: AbleCommerce GOLD
Topic: Category Grid Bug?
Replies: 3
Views: 5075

Re: Category Grid Bug?

When the category page sort is set to display anything greater than 12 (going from memory) to 48 items for example, page content no longer stays within the confines of the intended layout. It either spills over or is cut off altogether. As a general rule regardless of theme, I usually also eliminate...
by jcw2m
Tue Oct 23, 2012 1:50 pm
Forum: AbleCommerce GOLD
Topic: Category Grid Bug?
Replies: 3
Views: 5075

Category Grid Bug?

On conlibs like categorygridpage.ascx, we found that we must add <div style="clear:both; float:none;"></div> below the last paging panel or product to allow the page to display as expected following the layout rules. This is the case using out of the box themes.
by jcw2m
Wed Oct 17, 2012 9:15 am
Forum: AbleCommerce GOLD
Topic: Assign unique aspx file for home page?
Replies: 2
Views: 15333

Re: Assign unique aspx file for home page?

It was... I think I have something working in place now (still testing). It did require editing webpage.aspx by removing classes so it only contains: <%@ Page Title="View Webpage" Language="C#" MasterPageFile="~/Layouts/LeftSidebar.Master" AutoEventWireup="True" CodeFile="Webpage.aspx.cs" Inherits="...
by jcw2m
Tue Oct 16, 2012 3:26 pm
Forum: AbleCommerce GOLD
Topic: Assign unique aspx file for home page?
Replies: 2
Views: 15333

Assign unique aspx file for home page?

Hi, I created and applied a layout for webpages using a layout master file with webpage.aspx and webpage.aspx.cs. I need the home page to use a unique layout. It is using the actual layout file created for it, but since it falls under web pages it is also using webpage.aspx and webpage.aspx.cs. I ne...
by jcw2m
Mon Oct 15, 2012 7:52 am
Forum: AbleCommerce GOLD
Topic: Customize Layouts - Stuck
Replies: 2
Views: 4606

Re: Customize Layouts - Stuck

Thanks! :) The changes required had to be done from all the master layout files using positioning rules. It was nutty. You'll notice a similar scenario with customizing layout elements for the sidebars - a combo of the css and editing each individual conlib. This is time consuming, but doable if usi...
by jcw2m
Wed Oct 10, 2012 2:45 pm
Forum: AbleCommerce GOLD
Topic: Customize Layouts - Stuck
Replies: 2
Views: 4606

Customize Layouts - Stuck

I won't admit how much time I have already spent on this... Any input would be hugely appreciated. One of our clients needs a customized layout that is usually pretty simple, but I keep hitting roadblocks. Ex. The category page will use the left sidebar layout. The designs require: http://dev.yourel...
by jcw2m
Thu Sep 27, 2012 2:00 pm
Forum: AbleCommerce GOLD
Topic: Header Active Links
Replies: 0
Views: 3745

Header Active Links

In the past when clients wanted active link styled navigation we used envolicity as a workaround. With envolicity gone there are a lot of resolved issues with jquery $ etc. - awesome! :) The thing is I am wondering if anyone else might know why this is an issue in the header: <script type="text/java...