Import to updated joomshopping

05.04.2017 09:26
#1
Pipsov
Joomshopping forum user no avatar
Name: Baron
24.08.2012
Posts: 45
Quote
Import to updated joomshopping

I have faced an issue with updated form of joomping import of products.

Here is the problem:
The website is on subdomain here http://lit.bcon.lt/
I updated joomla from 2.5 to newest one.
I have updated joomshopping to the newest version.

I made new product import in sql and those show up on a website with no pictures, here is a screenshot:
https://www.screencast.com/t/LHMi2lZWt

The URL path to picture is good. The picture shows up in product description on inside product page.
But it does not appear on category page unless I set it manually and save.
I have to manually set a main picture, click save, and only then img appears where it should
https://www.screencast.com/t/TJODoPdn1R

I changed this line
<input type="radio" name="set_main_image" id="set_main_image_<?php echo $image->image_id?>" value="<?php echo $image->image_id?>" <?php if ($row->image == $image->image_name) echo 'checked="checked"';?> />

With this
<input type="radio" name="set_main_image" id="set_main_image_<?php echo $image->image_id?>" value="<?php echo $image->image_id?>" <?php if ($row->image == $image->image_name) echo 'checked="checked"';?> checked />

To make it "set" be default https://www.screencast.com/t/mOpDlhItv
And still I have to click save manually.

What is wrong?
Why joomshopping dont want to show my original image?
https://www.screencast.com/t/iRH0n4M5M

Thanks a lot for any help.


https://www.bcon.lt
 
05.04.2017 10:17
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: Import to updated joomshopping

2 table
1. product
2. product_image

nedd add image in table image and 1 foto in table product

 


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.