As in the image, i view the manufacturer in the list.
The code in the zip file; it is also necessary to edit the admin/language/your language/product.php and add the line
$_['column_manufacturer'] = 'Produttore';
The code in the zip file; it is also necessary to edit the admin/language/your language/product.php and add the line
$_['column_manufacturer'] = 'Produttore';
Attachments
Immagine 2.jpg (79.97 KiB) Viewed 6255 times
Hi, does anyone try this and working???
I try but it gives me an error. I'll explain what I did:
I substitute all the files in my host with the ones in the zip, except the one __MACOSX and .DS_Store because I don't have it, and then I edit the admin/language/english/product.php and add the line:
$_['column_manufacturer'] = 'Manufacturer';
The error I am receiving is this:
Error: Table 'wilma_prueba.cart_product' doesn't exist
Error No: 1146
SELECT COUNT(*) AS total FROM cart_product p LEFT JOIN cart_product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '1'
I also need the PRICE column, can you add it ?.
Can you help me please????
Wilma
(Don't speak english)
I try but it gives me an error. I'll explain what I did:
I substitute all the files in my host with the ones in the zip, except the one __MACOSX and .DS_Store because I don't have it, and then I edit the admin/language/english/product.php and add the line:
$_['column_manufacturer'] = 'Manufacturer';
The error I am receiving is this:
Error: Table 'wilma_prueba.cart_product' doesn't exist
Error No: 1146
SELECT COUNT(*) AS total FROM cart_product p LEFT JOIN cart_product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '1'
I also need the PRICE column, can you add it ?.
Can you help me please????
Wilma

(Don't speak english)
Wilma
(Don't speak english)
How can I check that? I only modify my db in the admin part, I don't touch anything else.
What can I do?
Thanks,
Wilma
What can I do?
Thanks,
Wilma
Wilma
(Don't speak english)
Ok, I don't have it. What can I do?
Thanks in advance for your help!
Wilma
Thanks in advance for your help!
Wilma
Wilma
(Don't speak english)
Ok, so really strange!
here I'll paste you wich tables I have:
wilma_prueba (47)
* Browse address
* Browse category
* Browse category_description
* Browse country
* Browse coupon
* Browse coupon_description
* Browse coupon_product
* Browse currency
* Browse customer
* Browse download
* Browse download_description
* Browse extension
* Browse geo_zone
* Browse information
* Browse information_description
* Browse language
* Browse manufacturer
* Browse order
* Browse order_download
* Browse order_history
* Browse order_option
* Browse order_product
* Browse order_status
* Browse order_total
* Browse product
* Browse product_description
* Browse product_discount
* Browse product_image
* Browse product_option
* Browse product_option_description
* Browse product_option_value
* Browse product_option_value_description
* Browse product_related
* Browse product_special
* Browse product_to_category
* Browse product_to_download
* Browse review
* Browse setting
* Browse stock_status
* Browse tax_class
* Browse tax_rate
* Browse user
* Browse user_group
* Browse weight_class
* Browse weight_rule
* Browse zone
* Browse zone_to_geo_zone
What do I need to do???
Thanks in advance!
Wilma
(Don't speak english)
here I'll paste you wich tables I have:
wilma_prueba (47)
* Browse address
* Browse category
* Browse category_description
* Browse country
* Browse coupon
* Browse coupon_description
* Browse coupon_product
* Browse currency
* Browse customer
* Browse download
* Browse download_description
* Browse extension
* Browse geo_zone
* Browse information
* Browse information_description
* Browse language
* Browse manufacturer
* Browse order
* Browse order_download
* Browse order_history
* Browse order_option
* Browse order_product
* Browse order_status
* Browse order_total
* Browse product
* Browse product_description
* Browse product_discount
* Browse product_image
* Browse product_option
* Browse product_option_description
* Browse product_option_value
* Browse product_option_value_description
* Browse product_related
* Browse product_special
* Browse product_to_category
* Browse product_to_download
* Browse review
* Browse setting
* Browse stock_status
* Browse tax_class
* Browse tax_rate
* Browse user
* Browse user_group
* Browse weight_class
* Browse weight_rule
* Browse zone
* Browse zone_to_geo_zone
What do I need to do???
Thanks in advance!
Wilma
(Don't speak english)
Wilma
(Don't speak english)
The table exists:
* Browse product
but because your error is
Error No: 1146
SELECT COUNT(*) AS total FROM cart_product p LEFT JOIN cart_product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '1'
you have set a prefix for the table.
See in the config.php if you have this line
define('DB_PREFIX', '');
or if you have a prefix set.
* Browse product
but because your error is
Error No: 1146
SELECT COUNT(*) AS total FROM cart_product p LEFT JOIN cart_product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '1'
you have set a prefix for the table.
See in the config.php if you have this line
define('DB_PREFIX', '');
or if you have a prefix set.
Hi abmr, thanks for keep helping me, this is really important for me.
I checked this two files because I wasn't sure wich one you were asking for:
cart/config.php and cart/admin/config.php
and into both I have this line:
define('DB_PREFIX', 'cart_');
Wait for your advise, thanks again.
Wilma
(Don't speak english)
I checked this two files because I wasn't sure wich one you were asking for:
cart/config.php and cart/admin/config.php
and into both I have this line:
define('DB_PREFIX', 'cart_');
Wait for your advise, thanks again.
Wilma
(Don't speak english)
Wilma
(Don't speak english)
Ok now I understand. It was suposed that all my tables has began with cart_ but is not happening.
So I can't have the manufacturer and price in admin list of product with the contribution you post?
Or I can change some where your tabble name for mime?
So I can't have the manufacturer and price in admin list of product with the contribution you post?
Or I can change some where your tabble name for mime?
Wilma
(Don't speak english)
Your error wrote
because you don't have a cart_product tabel; brief, if you have named "cart" your prefix , the code should be work
Code: Select all
Error: Table 'wilma_prueba.cart_product' doesn't exist
Error No: 1146
SELECT COUNT(*) AS total FROM cart_product p LEFT JOIN cart_product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '1'
Who is online
Users browsing this forum: Semrush [Bot] and 5 guests