Changeset 198151
- Timestamp:
- 01/26/2010 01:36:23 AM (16 years ago)
- Location:
- wp-e-commerce/trunk
- Files:
-
- 4 edited
-
js/user.js (modified) (1 diff)
-
themes/iShop/grid_view.php (modified) (1 diff)
-
themes/marketplace/grid_view.php (modified) (1 diff)
-
wp-shopping-cart.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-e-commerce/trunk/js/user.js
r177319 r198151 546 546 jQuery("input.custom_gateway").change( 547 547 function() { 548 if(jQuery(this).attr('checked') == true) {548 if(jQuery(this).attr('checked') == 'checked') { 549 549 parent_div = jQuery(this).parents("div.custom_gateway"); 550 550 jQuery('table input',parent_div).attr( 'disabled', false); -
wp-e-commerce/trunk/themes/iShop/grid_view.php
r177580 r198151 108 108 109 109 <br/> 110 <span class="pricedisplay"><?php echo wpsc_ product_normal_price(); ?></span>Price:110 <span class="pricedisplay"><?php echo wpsc_the_product_price(); ?></span>Price: 111 111 112 112 <?php if(get_option('display_moredetails') == 1) : ?> -
wp-e-commerce/trunk/themes/marketplace/grid_view.php
r177580 r198151 108 108 109 109 <br/> 110 <span class="pricedisplay"><?php echo wpsc_ product_normal_price(); ?></span>Price:110 <span class="pricedisplay"><?php echo wpsc_the_product_price(); ?></span>Price: 111 111 112 112 <?php if(get_option('display_moredetails') == 1) : ?> -
wp-e-commerce/trunk/wp-shopping-cart.php
r196545 r198151 281 281 * and ends here 282 282 */ 283 283 284 // include shipping modules here. 284 285 $shipping_directory = WPSC_FILE_PATH.'/shipping'; … … 289 290 } 290 291 } 292 $wpsc_shipping_modules = apply_filters('wpsc_shipping_modules',$wpsc_shipping_modules); 291 293 292 294 // if the gold cart file is present, include it, this must be done before the admin file is included
Note: See TracChangeset
for help on using the changeset viewer.