Skip to content

Commit

Permalink
added the item review product image on editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhikule19 committed Oct 17, 2024
1 parent 4b9b164 commit 6a169b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions meta-boxes.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ function bsf_metaboxes( array $meta_boxes ) {
'class' => 'product_item_type',
'type' => 'text',
),
array(
'name' => __( 'Product Image', 'all-in-one-schemaorg-rich-snippets' ),
'desc' => __( 'Upload the product image or select from library. Medium size is recommended (300px X 300px)', 'all-in-one-schemaorg-rich-snippets' ),
'id' => $prefix . 'item_pro_image',
'class' => 'product_item_type',
'type' => 'file',
),
array(
'name' => __( 'Product Price', 'all-in-one-schemaorg-rich-snippets' ),
'desc' => __( 'Enter the product Price.', 'all-in-one-schemaorg-rich-snippets' ),
Expand Down

0 comments on commit 6a169b3

Please sign in to comment.