You are on page 1of 11

Vintage Autoworks - Genuine Reproduction Parts

jQuery.noConflict();

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36060020-1']); _gaq.push(['_trackPageview']); (function() var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.googleanalytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); )();

jQuery(document).ready(function ($) $("#nav li:has(ul)").click(function (event) if (this == event.target) $(this).toggleClass('clicked').children('ul').slideToggle(); $(this).find('li:has(ul)').removeClass('clicked').find("ul").slideUp(); $(this).siblings().removeClass('clicked').find("ul").slideUp(); ).addClass('has_ul'); );

//<br />Mage.Cookies.path = '/';<br />Mage.Cookies.domain = '.vintageautoworks.com';<br />//

//<br />optionalZipCountries = ["HK","IE","MO","PA"];<br />// //<br /> var Translator = new Translate([]);<br /> //

JavaScript seems to be disabled in your browser. You must have JavaScript enabled in your browser to utilize the functionality of this website.

Vintage Auto Spare Part

Register | Log In

Shopping Cart : 0 items

Home New Products Performance Parts Exterior Body Interior Parts Light Bezel Lens Dash & Console AMC-Ford-GM Parts Customer Testimonials Expert Advice Year/Make Lookup My Account

//<br /> var searchForm = new Varien.searchForm('search_mini_form', 'search', 'Search entire store here...');<br /> searchForm.initAutocomplete('http://vintageautoworks.com/searchautocomplete/suggest/res ult/', 'search_autocomplete');<br /> //

1960-70 A,B- Body Plastic PLate Home /

1960-70 A,B- Body Plastic PLate

var optionsPrice = new Product.OptionsPrice([]);

1960-70 A,B- Body Plastic PLate


Email to a Friend

Availability: In stock

$24.70

Qty:

Add to Cart

-OR-

//<br /> Event.observe('ec_shortcut_5407f7e3da196351221d40dcd5135e43', 'click', function(event) <br /> $('pp_checkout_url').value = this.href;<br /> productAddToCartForm.submit(this);<br /> event.stop();<br /> );<br />//

Quick Overview
1960-70 A,B- Body Plastic PLate

Double click on above image to view full picture

//<br />

Event.observe(window, 'load', function() <br />

product_zoom = new

Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');<br />

);<br />//

More Views

//<br /> var productAddToCartForm = new VarienForm('product_addtocart_form');<br /> productAddToCartForm.submit = function(button, url) <br />if (this.validator.validate()) <br />var form = this.form;<br />var oldUrl = form.action;<br />if (url) <br />form.action = url;<br /><br />var e = null;<br />// Start of our new ajax code<br />if (!url) <br />url = jQuery('#product_addtocart_form').attr('action');<br /><br />url = url.replace("checkout/cart","ajax/index"); // New Code<br />var data = jQuery('#product_addtocart_form').serialize();<br />data += '&isAjax=1';<br />jQuery('#ajax_loader').show();<br />try <br />jQuery.ajax( <br />url : url,<br />dataType : 'json',<br />type : 'post',<br />data : data,<br />success : function(data) <br />jQuery('#ajax_loader').hide();<br />if(data.status == 'ERROR')<br />alert(data.message);<br />else<br />jQuery('.note-msg').remove();<br />jQuery('.productview').before('<p class="note-msg">'+data.message+'</p>');<br /><br />jQuery(".notemsg").fadeOut(400).fadeIn(400).fadeOut(400).fadeIn(400);<br /><br />jQuery('.cartItemCount').text(data.cartItemCount + ' items');<br /> if(jQuery('.block-cart'))<br /> jQuery('.blockcart').replaceWith(data.sidebar);<br /> <br /> if(jQuery('.header .links'))<br /> jQuery('.header .links').replaceWith(data.toplink);<br /> <br /><br /><br />);<br /> catch (e) <br /><br />// End of our new ajax code<br />this.form.action = oldUrl;<br />if (e) <br />throw e;<br /><br /><br />.bind(productAddToCartForm);<br /> productAddToCartForm.submitLight = function(button, url)<br /> if(this.validator) <br /> var nv = Validation.methods;<br /> delete Validation.methods['required-entry'];<br /> delete Validation.methods['validate-one-required'];<br /> delete Validation.methods['validate-one-required-by-name'];<br /> if (this.validator.validate()) <br /> if (url) <br /> this.form.action = url;<br /> <br /> this.form.submit();<br /> <br /> Object.extend(Validation.methods, nv);<br /> <br /> .bind(productAddToCartForm);<br /> //

Product Description Additional Information Product Tags Product's Review

1960-70 A,B- Body Plastic PLate

Part

131-SP

decorateTable('product-attribute-specs-table')

Add Your Tags:

Add Tags

Use spaces to separate tags. Use single quotes (') for phrases.

//<br /> var addTagFormJs = new VarienForm('addTagForm');<br /> submitTagForm()<br /> if(addTagFormJs.validator.validate()) <br /> addTagFormJs.form.submit();<br /> <br /> <br /> //

function

Write Your Own Review

You're reviewing: 1960-70 A,B- Body Plastic PLate


*Nickname

*Summary of Your Review

*Review

Submit Review

//<br /> var dataForm = new VarienForm('review-form');<br /> Validation.addAllThese(<br /> [<br /> ['validate-rating', 'Please select one of each of the ratings above', function(v) <br /> var trs = $('product-reviewtable').select('tr');<br /> var inputs;<br /> var error = 1;<br /> <br /> for( var j=0; j < trs.length; j++ ) <br /> var tr = trs[j];<br /> if( j > 0 ) <br /> inputs = tr.select('input');<br /> <br /> for( i in inputs ) <br /> if( inputs[i].checked == true ) <br /> error = 0;<br /> <br /> <br /> <br /> if( error == 1 ) <br /> return false;<br /> else <br /> error = 1;<br /> <br /> <br /> <br /> return true;<br /> ]<br /> ]<br /> );<br /> //

var EasyTabs = Class.create(); EasyTabs.prototype = initialize: function(selector) $$(selector).each(this.initTab.bind(this)); , initTab: function(el) el.href = 'javascript:void(0)'; if ($(el).up('li').hasClassName('active')) this.showContent(el); el.observe('click', this.showContent.bind(this, el)); , showContent: function(a) var li = $(a).up('li'), ul = $(li).up('ul'); ul.select('li'/*, 'ol'*/).each(function(el) var contents = $(el.id + '_contents'); if (el.id == li.id) el.addClassName('active'); contents.show(); else el.removeClassName('active'); contents.hide(); );

new EasyTabs('.tabs a');

var lifetime = 3600; var expireAt = Mage.Cookies.expires; if (lifetime > 0) expireAt = new Date(); expireAt.setTime(expireAt.getTime() + lifetime * 1000);

Mage.Cookies.set('external_no_cache', 1, expireAt);

Categories

Performance Parts Exterior Body Interior Parts Light Bezel Lens Dash & Console AMC-Ford-GM Parts

View All Categories

1960-70 A,B- Body Plastic PLate

Home / 1960-70 A,B- Body Plastic PLate

On-Line Catalog | Feature Products | Company Profiles | Contacts | Policies | FAQ's | View Cart Site Map Search Terms Advanced Search Orders and Returns Contact Us MOPAR, the Pentastar emblem, and its logos are registered trademarks of DaimlerChrysler Corporation and used in conjunction with the executed License Agreement @ 2012 Vintage Autoworks.com

You might also like