@if ($products->count() > 0)
{!! $wooProduct->get_image() !!}
|
{{ $wooProduct->name }}{{ trans('messages.created_at') }}: {{ wc_format_datetime($wooProduct->get_date_created()) }} |
{!! $wooProduct->get_categories() !!}{{ trans('messages.product.categories') }} |
inventory_2Copy Product Page URL
@php
$current_product_id = $wooProduct->id;
$product = wc_get_product( $current_product_id );
$checkout_url = wc_get_checkout_url().'?add-to-cart='.$current_product_id;
@endphp
monetization_onCopy checkout URL
edit{{ trans('messages.edit') }}
|
{!! trans('messages.product.no_product') !!}