Search found 90 matches

by wave_werks
Thu Jan 01, 2009 2:49 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Image with Thumbnails
Replies: 13
Views: 5853

Re: Product Image with Thumbnails

I'm not sure what happened. All I did was copy the code from the forum and paste it into a blank Dreamweaver document. I just did exactly the same thing again, uploaded the new files and everything is appearing as it should be. I removed the first <td style line from the code that goes into the Show...
by wave_werks
Wed Dec 31, 2008 2:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Image with Thumbnails
Replies: 13
Views: 5853

Re: Product Image with Thumbnails

On the container size, you can set a width and height in the style sheet for the product image section, but if your images are not under that size to start with and/or a uniform size, it will still bounce around. I'm in the process of redoing all of the images to a uniform size of 300x300px. It's g...
by wave_werks
Wed Dec 31, 2008 1:33 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Image with Thumbnails
Replies: 13
Views: 5853

Re: Product Image with Thumbnails

#if($Product.Images.Count > 0) <td style="border-top:solid 1px gray; border-right:solid 1px gray; padding:5px;"> [[ConLib:CustomProductSwatches]] #else <td style="border-top:none; border-right:solid 1px gray; padding:0px;"> #end You will put this in scriptlet (Show Product 1) I placed the above cod...
by wave_werks
Wed Dec 31, 2008 7:48 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Image with Thumbnails
Replies: 13
Views: 5853

Re: Product Image with Thumbnails

I added a CustomProductSwatches conlib file to my Product Page scriptlet... I have it check, first, if there is more than one image for the product... #if($Product.Images.Count > 0) <td style="border-top:solid 1px gray; border-right:solid 1px gray; padding:5px;"> [[ConLib:CustomProductSwatches]] #e...
by wave_werks
Tue Dec 30, 2008 10:40 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Image with Thumbnails
Replies: 13
Views: 5853

Product Image with Thumbnails

Someone posted code here in the last few months that does that nicely using the additional image resized dynamically as a thumbnail . I just can't find the forum post. Here is an example of it: http://www.uptownenterprises.com/Zippo-Cargo-Case-by-OtterBox-P1227.aspx Hi Judy... Any idea where the co...
by wave_werks
Mon Dec 29, 2008 9:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Prices not Showing up
Replies: 9
Views: 7747

Re: Variant Prices not Showing up

Thought I'd ask again... Is there a way to do the same thing that is being asked above but instead remove the " - ($10.00)" from a $10 product in a kit? I'm using a combination of variants and kits but don't like that the kits show the price while the variants hide the price. My preference is to use...
by wave_werks
Mon Dec 22, 2008 12:51 pm
Forum: Good Reference Posts
Topic: ContactUs Control
Replies: 61
Views: 127155

Re: ContactUs Control

Then the control must send the Email address to that address you specified in the SendTo property. That's what I thought but it definitely does not. I just changed the unmodified version to send to an alternate address and it still sends to the default address and not to the alternate address. Ther...
by wave_werks
Mon Dec 22, 2008 12:35 pm
Forum: Good Reference Posts
Topic: ContactUs Control
Replies: 61
Views: 127155

Re: ContactUs Control

Check the below code it is responsible for Email address selection. If you haven't provided something for SendTo property then it will pick the store default address other wise it will send Email to the address specified in the SendTo property. if (String.IsNullOrEmpty(SendTo)) mailMessage.To.Add(s...
by wave_werks
Mon Dec 22, 2008 11:23 am
Forum: Good Reference Posts
Topic: ContactUs Control
Replies: 61
Views: 127155

Re: ContactUs Control

You can set SendTo property to specify the Email address where you want to receive the messages. If you don't specify this property the Email will be sent to store's default Email address. [[ConLib:ContactUs SendTo="info@mystore.com" ]] I'm using this control as it was provided here as well as a he...
by wave_werks
Thu Dec 04, 2008 8:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variant Prices not Showing up
Replies: 9
Views: 7747

Re: Variant Prices not Showing up

Is there a way to do the same thing but instead to remove the " - ($10.00)" from a $10 product in a kit? I'm using a combination of variants and kits but don't like that the kits show the price while the variants hide the price. My preference is to use the option drop-down menus as a calculator that...
by wave_werks
Mon Oct 13, 2008 5:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How To Make Left Column Category Menu Appear On All pages?
Replies: 3
Views: 2534

Re: How To Make Left Column Category Menu Appear On All pages?

Thanks for the quick reply! I followed the instructions using the 30-day demo but it appears that certain functions may be blocked while in "demo" mode. I navigated my way to the standard sidebar 1 scriptlet and pasted in the info from the last post on the thread you linked above, clicked save, and ...
by wave_werks
Mon Oct 13, 2008 5:09 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How To Make Left Column Category Menu Appear On All pages?
Replies: 3
Views: 2534

How To Make Left Column Category Menu Appear On All pages?

Howdy folks! Great forums you have here! There's quite an amazing amount of info. I did a quick search but was not able to find an answer to a troubling issue. It should be known that I'm in the demo process of AbleCommerce and the new Interspire Shopping Cart and having some custom development quot...
by wave_werks
Fri Sep 26, 2008 5:23 pm
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 66713

Re: figuring out how to do "As Low As - $"

Thanks for the quick reply. It's really quite disturbing that there's not some text such as "Please Select..." on the blank menus so that at least something shows up when a customer arrives at the product page. As of now they land on a page that looks like it is not populated with a product or is br...
by wave_werks
Fri Sep 26, 2008 4:18 pm
Forum: Feature Requests
Topic: figuring out how to do "As Low As - $"
Replies: 27
Views: 66713

Re: figuring out how to do "As Low As - $"

Has anyone found a solution to set a default option to appear in the blank menus on the drop-downs? I searched the forum, submitted a bug report directly to the developers, and posted a feature request here on the forums. The bug response was to check the forum - which I've already done. The feature...
by wave_werks
Mon Sep 22, 2008 9:36 pm
Forum: Feature Requests
Topic: Option title such as Please Select or Selection option
Replies: 2
Views: 4520

Option title such as Please Select or Selection option

Hello, I'm new here and I've just started using the shopping cart. I submitted the following to ablecommerce.com as a bug but was told to submit it here first as a feature request: "When creating the options and setting up variants the drop-downs that appear on the product page are blank - as in the...