Search found 186 matches

by William_firefold
Wed Jun 17, 2009 8:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where do these scripts come from?
Replies: 4
Views: 2408

Re: Where do these scripts come from?

Now I feel stupid. Thanks for the help. We have an analytics mess on our receipt page, and I couldnt tell which script was which. Sorry, and thanks again.
by William_firefold
Wed Jun 17, 2009 8:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where do these scripts come from?
Replies: 4
Views: 2408

Re: Where do these scripts come from?

I checked out the google widget, and that has different code than the one in question. Our widget loads in the scriptlet.master file and loads towards the end of the page. I checked out all of our layout scriptlets and there was nothing in there calling it. Do you know where the other scripts are ge...
by William_firefold
Wed Jun 17, 2009 7:12 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Where do these scripts come from?
Replies: 4
Views: 2408

Where do these scripts come from?

On our receipt page, there is a google script which has an error in it, but I cant find where the script comes from to fix it. It is on line 45 for us, which puts it ABOVE the header. Here is the code and some of the surrounding code as a point of reference. <script src="/WebResource.axd?d=AO_OAkNBG...
by William_firefold
Thu Jun 11, 2009 7:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Analytics: How do I pull all these values?
Replies: 2
Views: 1883

Google Analytics: How do I pull all these values?

We want to use a more complete analytics script on our goal page( ReceiptPage.ascx ), but I am pretty lost trying to put all of these values together in one place. The script requires values, such as taxes, which are not present on the order object alone. On this page, taxes are pulled through a sep...
by William_firefold
Tue Jun 02, 2009 7:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Profit Per Transaction report
Replies: 0
Views: 1853

Profit Per Transaction report

I am making a report, which currently shows the number of units sold per transaction in a date range. I would also like it to show the actual profit per transaction. Right now it shows the expected profit (price - cost) but does not take discounts into account. Is there a way to match up discounts w...
by William_firefold
Tue May 26, 2009 8:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Anyone feel like sorting products by Price?
Replies: 0
Views: 1693

Anyone feel like sorting products by Price?

This code will allow quicksorting by price. A small but useful mod. admin/catalog/sortcategory.aspx line 201: <asp:DropDownList ID="QuickSort" runat="server" AutoPostBack="true" OnSelectedIndexChanged="QuickSort_SelectedIndexChanged"> <asp:ListItem Text=""></asp:ListItem> <asp:ListItem Text="Name (A...
by William_firefold
Wed May 20, 2009 8:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: iFrame and SEO ?
Replies: 1
Views: 2182

iFrame and SEO ?

This isnt directly related to AC7 but its going into our Able site so I would like to get any available info. We have a blog that contains tutorials and guides that we want to put on a page on our site. Our best idea so far is to have a custom theme on the blog, and iFrame it into a page on Able. We...
by William_firefold
Mon May 11, 2009 2:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Column problem on product page(phOptions)
Replies: 3
Views: 2169

Re: Column problem on product page(phOptions)

I have a new question on the same topic. The selector has a little label built into it that changes to display the name of the option that is clicked. It has no CSS #id attached to it and it isnt a normal control. It looks like it gets added in producthelper.cs phOptions.Controls.Add(picker); but I ...
by William_firefold
Mon May 11, 2009 12:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Column problem on product page(phOptions)
Replies: 3
Views: 2169

Re: Column problem on product page(phOptions)

Thanks mazhar, this one was tricky. The source code in the .cs doesnt look like the website source in this area. To get it looking like 7.02 I used a colspan=2. phOptions.Controls.Add(new LiteralControl("<tr><th class=\"rowHeader\"" + (option.ShowThumbnails ? " valign=\"top\"" : string.Empty) + ">" ...
by William_firefold
Fri May 08, 2009 1:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Column problem on product page(phOptions)
Replies: 3
Views: 2169

Column problem on product page(phOptions)

On a product page, ive been trying to make it so the swatches will fill up the space underneath the word "color" instead of the <td> beside it. I dont really understand how the product variants part of the code works.
Is there a way to do this?

Image
by William_firefold
Thu May 07, 2009 1:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Order Manager: Wont show last 30 days.
Replies: 0
Views: 1669

Order Manager: Wont show last 30 days.

When we try to look at all orders in the past 30 days, with the page size set to "show all", it will not show orders before last week. For instance, if I try to display them today, the earliest order I can see is on 5/2/2009 10:22 PM. Is this only our problem, or do others have the same result? VERS...
by William_firefold
Thu May 07, 2009 12:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume Discounts and Special Pricing
Replies: 5
Views: 2825

Re: Volume Discounts and Special Pricing

Yeah I have started thinking that is the direction we will need to go in. I was hoping to find a way to do it without the need to modify all of the discounts we have made already. In any case, we are going to try to slim down our list of discounts, which should make it easier to do that. What would ...
by William_firefold
Thu May 07, 2009 6:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume Discounts and Special Pricing
Replies: 5
Views: 2825

Re: Volume Discounts and Special Pricing

Not sure if that would work because we already have 500 volume discounts in play, each one named for a product or product line that it applies to. Each product essentially has its own volume discount, though not all products have discounts. I dont believe we have any global discounts. I think becaus...
by William_firefold
Wed May 06, 2009 1:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume Discounts and Special Pricing
Replies: 5
Views: 2825

Volume Discounts and Special Pricing

We are trying to do some tricks with special pricing and im not sure what all I need to do to make this work. I will try to explain: We have users who can fit into 1 of 4 tiers of special pricing. We created these "tiers" as user groups, and then assign users to their group. We then set up a pricing...
by William_firefold
Wed May 06, 2009 9:27 am
Forum: Good Reference Posts
Topic: Flyout left menu using Componentart.
Replies: 13
Views: 32125

Re: Flyout left menu using Componentart.

How does this even work?
I have no idea where the CDATA comes from. I am having trouble styling the menu separately from the drop down. I dont know how to put a class of ID on the menu items.
Is there any sort of documentation for how to use componentart with ABLE?
by William_firefold
Tue May 05, 2009 11:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-selling items Report
Replies: 7
Views: 3407

Re: Non-selling items Report

Here is the code for the report. It will show all products with sales<X between 2 dates. It uses the calender picker control to pick dates. Not extensively tested yet, let me know if anyone finds bugs. <%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" Title="Run A Query" Inherits="Commerc...
by William_firefold
Tue May 05, 2009 6:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-selling items Report
Replies: 7
Views: 3407

Re: Non-selling items Report

Thanks, this is plenty for me to work with. I will post the complete report code once i get it working.
by William_firefold
Mon May 04, 2009 11:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Working with themes on live site
Replies: 1
Views: 1457

Re: Working with themes on live site

We recently changed our layout and we are n00bs so I may be able to help. At FireFold we use a seperate development install of our store where we can make changes without affecting the live site. We made changes to the header and main content in the scriptlets and images. When you are working on the...
by William_firefold
Mon May 04, 2009 9:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-selling items Report
Replies: 7
Views: 3407

Re: Non-selling items Report

Just to be clear, this has to be independent of the inventory system. It has to be based just on the number of sales of the item in X days.
by William_firefold
Fri May 01, 2009 11:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Non-selling items Report
Replies: 7
Views: 3407

Non-selling items Report

I would like to create a report which will list all products which have sold 0 units in the last month. The current ProductBreakdownSummary only generates reports for products that DO have sales. To my knowledge, it wont generate a 0 report. Is there a way to sort through all products on the site an...
by William_firefold
Thu Apr 30, 2009 1:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: unhandled SQL exception, IE8 only help!
Replies: 2
Views: 2539

Re: unhandled SQL exception, IE8 only help!

EUREKA!
This fixed it.Thank you very much.
by William_firefold
Thu Apr 30, 2009 12:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: unhandled SQL exception, IE8 only help!
Replies: 2
Views: 2539

unhandled SQL exception, IE8 only help!

We have a local customer who cannot access our website on any computers at his office using IE8. All he gets is our 404. I turn off remote errors and this is the error he gets. He is unable to load any page of the site, and it 404s even on the default page. We cannot diagnose this error, and we have...
by William_firefold
Wed Apr 22, 2009 10:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Lining up products with Long Names
Replies: 0
Views: 1702

Lining up products with Long Names

We have been having a ton of trouble getting products to line up on the front page and on category pages when we have products with long file names. Trying to get Even rows has been almost impossible and has resulted in a lot of wasted space to make up for the space that long names take up. I finall...
by William_firefold
Mon Apr 13, 2009 2:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Product Performance Mod
Replies: 2
Views: 3196

Product Performance Mod

I wrote a control that uses the product-breakdown-summary to generate a month to month report of the sales of a particular product. The code works perfectly for products that are active, and anyone here is free to use it. There is one small problem I have found with it though, and it seems to be a p...
by William_firefold
Wed Mar 25, 2009 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Upgrade Questions for Entire AC Community
Replies: 9
Views: 5397

Re: 7.0.2 Upgrade Questions for Entire AC Community

We finally got to a point where I can say that we upgraded successfully. We tried the code integration method that Sohaib posted with no success. We had just made too many changes. The method that worked best for us was to start fresh with a clean full install of 7.02. From there, we copied our them...