How do I add multiple fields to the product module

10.12.2022 00:52
#1
vega55
Joomshopping forum user no avatar
Name: Vega Arda
07.12.2022
Posts: 31
Quote
How do I add multiple fields to the product module

Product module
How do I add and show the parts of the product code, manufacturer code, product stock ?

The code that works in the module on my Virtuemart site is as follows
i changed the codes for joomshopping on the new system but it didn't work

Virtuemart
<div class="item-title ">
<?php echo $item->product_in_stock; ?>
<div class="product-stock"> <?php echo $item->product_in_stock ?>
</div>
I will be glad if you help me
Joomshoping
<div class="item-title ">
<?php echo $item->JSHOP_QTY_IN_STOCK; ?>
<div class="product-stock"> <?php echo $item->qty_in_stock?>
</div>
How do I add multiple fields to the product module


Joomla: 4
JoomShopping: 5
PHP: 7
 
10.12.2022 08:39
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: How do I add multiple fields to the product module

product code: $item->product_ean
manufacturer code: $item->manufacturer_code
product stock: $item->product_quantity


Last change: 10.12.2022 08:41
 
10.12.2022 10:17
#3
vega55
Joomshopping forum user no avatar
Name: Vega Arda
07.12.2022
Posts: 31
Quote
Aw: How do I add multiple fields to the product module

Thanks for your help Admin
product_ean and product_quantity are working
but manufacturer_code not working
<?php echo $item->manufacturer_code; ?>
<div class="item-manu"> <?php echo $product->manufacturer_code ?></div>

 
10.12.2022 10:40
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: How do I add multiple fields to the product module

module name?

Product with manufacturer_code?


Last change: 10.12.2022 10:42
 
10.12.2022 11:54
#5
vega55
Joomshopping forum user no avatar
Name: Vega Arda
07.12.2022
Posts: 31
Quote
Aw: How do I add multiple fields to the product module

Module name : mod_sj_jshopping_listing_tabs

Manufacturer code is checked in joomshopping configuration product settings
Aw: How do I add multiple fields to the product module


Last change: 10.12.2022 11:54
 
10.12.2022 12:13
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: How do I add multiple fields to the product module

mod_sj_jshopping_listing_tabs - We are not the developers of this module

manufacturer_code - Not retrieved from database.


Last change: 10.12.2022 12:14
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.