ibrahmduman
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Cart Cookieulan enivan ?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Cart Cookieanyone ?
Forum: Fixing WordPress
In reply to: PHP CountProblem SOLVED
Forum: Fixing WordPress
In reply to: PHP CountThank you so much for all answers . Especially ” csloisel ” thank you.
finally ??
Forum: Fixing WordPress
In reply to: PHP Countthis table is woocommerce admin new order mail.
https://imgim.com/9385incih2142354.jpg
i want to give sequence number for each products.
———————-
1 |
———————-
2 |
———————-
3 |
———————-
.
.
.
.
.
.
.this is my table codes.
<?php /** * Email Order Items * * @author WooThemes * @package WooCommerce/Templates/Emails * @version 2.1.2 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } foreach ( $items as $item_id => $item ) : $_product = apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item ); $item_meta = new WC_Order_Item_Meta( $item['item_meta'], $_product ); ?> <tr> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"> <<<<<<<<<<<<<<<<< SHOULD BE HERE >>>>>>>>>>>>>>>>>>>>>< </td> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"><?php echo $item['qty'] ;?></td> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"> <?php echo $_product->list_attributes(); ?> </td> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"> <?php echo ' #' . $_product->id . ''; ?> </td> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee; word-wrap:break-word;"><?php // Product name echo apply_filters( 'woocommerce_order_item_name', $item['name'], $item ); ?> </td> <td class="product-price"> <?php echo apply_filters( 'woocommerce_cart_item_price', WC()->cart->get_product_price( $_product ), $cart_item, $cart_item_key ); ?> </td> <td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"><?php echo $order->get_formatted_line_subtotal( $item ); ?></td> </tr>
Forum: Fixing WordPress
In reply to: PHP Countthanks you for your answers ?? but doesnt work
https://imgim.com/4355inciu8385024.jpg
0
1000
1000
100
.
.
.
.Forum: Fixing WordPress
In reply to: PHP Countactually it should count line in table
Forum: Fixing WordPress
In reply to: PHP Countthx for your answers but ,
i used range and like this;
https://imgim.com/292inciw7895190.jpgand i try Put this before your table:
https://imgim.com/6770incif1659500.jpgForum: Fixing WordPress
In reply to: PHP Countthank you sooo much your answers but this time happened ;
https://imgim.com/4058incid2123278.jpg
is it true ?
<td style="text-align:left; vertical-align:middle; border: 1px solid #eee;"> <?php $sira = array (0,100); foreach($sira as $number) { echo $number ; } ?> </td>
Forum: Fixing WordPress
In reply to: PHP Countups , i used range but this time it happened like this ;
101
101
101
.
.
.Forum: Fixing WordPress
In reply to: PHP Countso, what is fully code ? ??
Forum: Fixing WordPress
In reply to: Resizing Featured Image problemsyou try ;
min-height: 400px;
min-width: 640px;Forum: Fixing WordPress
In reply to: Search by Post ID ( for Everyone ) not just admini m using YITH WOOCOMMERCE AJAX SEARCH .
i want add “post id search” in yith woocommerce ajax search codes