The-Croupier
Forum Replies Created
-
The quantity does not work for me too…. but i think i am taking that off completely for now… i might just show the how many left in there…
I guess another function from the shop might need to be imported or added…. try to add the same thing as in the cart.php i would imagine…
I have not managed to get the sku and/or any tags …. it would be great if we could somehow just target specific things to show …
Sorry for the late response…
I have not had the time to look into that… ?? yet… i need to get the visual working first ?? ….
but yes, if you do not take that part out.. everything works fine.. ??
I do not need to add anything atm i just need to show the quantity left..and other parts of the shop in the page… ?? that is what im looking for….
Hi,
I did this…
Sorry admin, that was my mistake i did not read the post at the top ??
PerfectCircle, this worked for me i just need to find a way to get SKU and the Tags somehow… still looking into it…
Hope this helps somehow…
Hi,
This worked for me ??
<tr> <th >Thumbnail</th> <th ><?php echo('Model'); ?></th> <th ><?php echo('Price'); ?></th> <th ><?php echo('Quantity'); ?></th> <th ><?php echo('Cosmetics'); ?></th> <th ><?php echo('Description'); ?> </th> <th ><?php echo('Item#'); ?></th> <th > </th> <th > </th> <th > </th> </tr> </thead> <tbody> <?php while ( have_posts() ) : the_post(); ?> <tr> <td ><h3><?php do_action( 'woocommerce_before_shop_loop_item_title' );?></td> <td> <a>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></td> <td><?php do_action( 'woocommerce_after_shop_loop_item_title' );?></td> <td class="product-quantity"> <?php $product_quantity = sprintf( '<div class="quantity"><input name="cart[%s][qty]" data-min="%s" data-max="%s" value="0" size="4" title="Qty" class="input-text qty text" maxlength="12" /></div>', $cart_item_key, $data_min, $data_max, esc_attr( $values['quantity'] ) ); echo apply_filters( 'woocommerce_cart_item_quantity', $product_quantity, $cart_item_key ); ?> </td> <!-- Description --> <td> <?php if ( $woo_options[ 'woo_post_content' ] == "content" ) the_content(__( 'Read More...', 'woothemes' )); else the_excerpt(); ?> </td> <!-- End of Description --> <!-- Top Description --> <td> <?php the_content(); ?> </td> <!-- End of Top Description --> <td> <?php echo('Item#'); ?> </td> <!-- Add here the Add to Cart Button --> <td colspan="6"><?php do_action( 'woocommerce_after_shop_loop_item' ); ?></td> <!-- End of CART --> </tr></a>
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your posted code has been permanently damaged/corrupted by the forum’s parser.]
i think somewhere on the way… the picture- does not link to the product page anymore… ??
<div <?php post_class(); ?>>
<?php if ( $woo_options[ ‘woo_post_content’ ] != “content” ) woo_image( ‘width=’.$woo_options[ ‘woo_thumb_w’ ].’&height=’.$woo_options[ ‘woo_thumb_h’ ].’&class=thumbnail ‘.$woo_options[ ‘woo_thumb_align’ ]); ?>
<h2 class=”title”>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<?php woo_post_meta(); ?>
<div class=”entry”>
<?php if ( $woo_options[ ‘woo_post_content’ ] == “content” ) the_content(__( ‘Read More…’, ‘woothemes’ )); else the_excerpt(); ?>
</div><!– /.entry –>i was trying from here… but maybe i am in the wrong direction completely ??
please advice….i have been trying to add the sku number or and description of the product.. ??
hmmmI am trying it on right now, thanks for the great/quick response.
hope this works and i havent messed up anything or i will be here for the rest of the night ??The-Croupier
Greetings,
I am very interested on the same thing as well, i have been looking around for at least 3 days now, for something that could help on the view…
The grid/list view is far from it for various reasons.
1. There is no way you can add anything to it, very very limited on the options, see above 1.2.3.4.5.6.7… the mentioned grid list…shows only whatever is there.Why is this marked as resolved?
Maybe we are a little slow, but could someone provide of a more accurate or understandable solution to this?Thank you
ps: i have been looking for table view, list view, product view, woocommerce.. various themes, various css styles, plugins additions/extensions and all sorts of documentations. ??I hope someone that has actually achieved this sees this in time.
Thank you again,
The-Croupier