Hi,
I load products in VM but do not any articles show in FE .
using your NSP5 in list Source of Articles do not appear any item of VM e.g. category , products
regards
Cornelio
teitbite wrote:Hi
Which style are you using? Do you have different language versions installed ? And let me know an url to page with this problem.
teitbite wrote:Hi
That's the place. But I cannot remember what I did here. Please send me an access to FTP and url to one of the products so I'll be able to test it.
$query_news2 = '
SELECT DISTINCT
content.product_id AS id,
content.product_alias AS alias,
content.product_msrp AS product_msrp,
category.category_id AS cid,
category.category_name AS cat_name,
category.category_alias AS cat_alias
FROM
#__hikashop_product AS content
LEFT JOIN
#__hikashop_product_category AS category_xref
ON
category_xref.product_id = content.product_id
LEFT JOIN
#__hikashop_category AS category
ON
category_xref.category_id = category.category_id
WHERE
1=1
'.$sql_where2.'
AND category.category_published = \'1\'
ORDER BY
content.product_id ASC
';
$query_news2 = '
SELECT DISTINCT
content.product_id AS id,
content.product_alias AS alias,
price.price_value AS product_msrp,
category.category_id AS cid,
category.category_name AS cat_name,
category.category_alias AS cat_alias
FROM
#__hikashop_product AS content
LEFT JOIN
#__hikashop_product_category AS category_xref
ON
category_xref.product_id = content.product_id
LEFT JOIN
#__hikashop_category AS category
ON
category_xref.category_id = category.category_id
LEFT JOIN
#_hikashop_price AS price
ON
price.price_product_id = content.product_id
WHERE
1=1
'.$sql_where2.'
AND category.category_published = \'1\'
ORDER BY
content.product_id ASC
';
$query_news2 = '
SELECT DISTINCT
content.product_id AS id,
content.product_alias AS alias,
price.price_value AS product_msrp,
category.category_id AS cid,
category.category_name AS cat_name,
category.category_alias AS cat_alias
FROM
#__hikashop_product AS content
LEFT JOIN
#__hikashop_product_category AS category_xref
ON
category_xref.product_id = content.product_id
LEFT JOIN
#__hikashop_category AS category
ON
category_xref.category_id = category.category_id
LEFT JOIN
#_hikashop_price AS price
ON
price.price_product_id = content.product_id
WHERE
1=1
'.$sql_where2.'
AND category.category_published = \'1\'
ORDER BY
content.product_id ASC
';
.hikashop_product_stock {
margin-top: -50px;
}
.hikashop_currency_module {
float: left;
margin: 32px 0 0 15px;
}
.hikashop_currency_module #hikashopcurrency {
width: 100%;
}
teitbite wrote:I'll try. Please update NSP, joomla and template to the latest version than tell me the url to the page where this error can be visible and send me an access to FTP.