Search found 41 matches

by bart
Tue Jun 07, 2011 1:51 pm
Forum: [SC] Custom Code
Topic: Displaying Extra Shipping Info in Checkout
Replies: 6
Views: 15561

Re: Displaying Extra Shipping Info in Checkout

Had a quick brainwave and managed to sort the spaces in the names. If you change the script in Snippets/ExpressCheckoutChooseShipper.html to: $(document).ready(function(){ $("input[name$='selectedShippingMethod[%%GLOBAL_AddressId%%]']").click(function() { var test = $(this).attr('title').r...
by bart
Tue Jun 07, 2011 1:11 pm
Forum: [SC] Custom Code
Topic: Displaying Extra Shipping Info in Checkout
Replies: 6
Views: 15561

Re: Displaying Extra Shipping Info in Checkout

Ok, so i have gone with Martin's advice and changed the code slightly. It now searches on the Shipping Method name. However the code currently requires that the Shipping Method name is inserted into a <div> id. This however means that the Shipping Method name cannot contain a space. I'm currently tr...
by bart
Fri May 27, 2011 1:07 pm
Forum: [SC] Custom Code
Topic: [MOD] Show product Out of Stock on product category page
Replies: 12
Views: 51477

[MOD] Show product Out of Stock on product category page

When you are on the category page with a list of products it isn't obvious that a product is out of stock. This code will display Out Of Stock in place of the 'Add To Cart' or 'Choose Options' links. Capture.JPG Open lib\templates\products_panel.php find: if (CanAddToCart($row) && GetConfig(...
by bart
Tue May 24, 2011 1:49 pm
Forum: [SC] Custom Code
Topic: Displaying Extra Shipping Info in Checkout
Replies: 6
Views: 15561

Re: Displaying Extra Shipping Info in Checkout

Hi Martin, If i understand you correctly, do you mean to search for the Shipping Method name such as "Special Delivery" and then use this info to select the info? This does seem like a better method. Unfortunately i am unable to do this as I have a few international shipping zones with the...
by bart
Mon May 23, 2011 4:34 pm
Forum: [SC] Knowledge Base
Topic: Re: Changing the new web page name on the URL
Replies: 4
Views: 21324

Re: Changing the new web page name on the URL

If you type "Contact Us" into the 'Page Name' field when you are editing your page this should give you a url of
domain.com/pages/Contact-Us.html
by bart
Mon May 23, 2011 4:28 pm
Forum: [SC] Custom Code
Topic: Displaying Extra Shipping Info in Checkout
Replies: 6
Views: 15561

Re: Displaying Extra Shipping Info in Checkout

Unfortunately not. I could not work out how to set a unique identifier for all the different methods. The code here would work if you only have 1 zone set up so if you only ship to your country this would be ok.
I do keep trying to get it to work so hopefully i'll make a breakthrough at some point.
by bart
Tue Apr 19, 2011 4:43 pm
Forum: [SC] Custom Code
Topic: Displaying Extra Shipping Info in Checkout
Replies: 6
Views: 15561

Displaying Extra Shipping Info in Checkout

I have a range of shipping methods and would like to display further info about each method when it is selected in the checkout. Useful to show terms for specific methods... I have got this to work in so far that when different radio buttons are selected a different <div> is displayed. However i can...
by bart
Thu Mar 10, 2011 12:15 pm
Forum: [SC] Custom Code
Topic: Paypoint
Replies: 1
Views: 5413

Re: Paypoint

Hi,

We tried to get the Paypoint module to work, even with some help with Interspire. We never managed to get it working properly and gave up.
Would be interested if you do get it going though.
by bart
Mon Mar 07, 2011 6:30 pm
Forum: Shopping Cart 6.x
Topic: Variations bug
Replies: 5
Views: 9678

Re: Variations bug

I remember there being some problems with adding in lots of variations to a product. I have a product with about 90 pages of them... We gave up trying to put pictures with them but i remember that using the variation filter helped when enabling the options. All in all not a fun experience but i neve...
by bart
Fri Dec 10, 2010 11:24 am
Forum: [SC] Custom Code
Topic: Accordion Menu R2
Replies: 47
Views: 79461

Re: Accordion Menu R2

Is there a way that when the menu is clicked to open the sub menu the category web page also opens?