Last product insert

28.07.2011 21:14
#1
Chef89
Joomshopping forum user no avatar
Name: Alex
28.07.2011
Posts: 4
Quote
Last product insert

Hi, there is some ways to show only the last product insert? I've used the mod last insert products but now I need the detailed page of the last one product as homepage.
Thank you


Joomla: 1.6
JoomShopping: 3.1.3

Letzte Änderung: 28.07.2011 21:14
 
28.07.2011 21:35
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Last product insert

menu

add url
index.php?option=com_jshopping&controller=products&task=last

 
30.07.2011 11:53
#3
Chef89
Joomshopping forum user no avatar
Name: Alex
28.07.2011
Posts: 4
Quote
Aw: Last product insert

Thank you.. but this shows the last products insert.
I need only the last one, like this page (http://www.maxx-marketing.online.de/joomla-shop/de/shop/cars/saloon-e90-q.html), as the home page.

 
30.07.2011 11:57
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Last product insert

not understand you

 
30.07.2011 12:53
#5
Onofrei
Joomshopping forum user no avatar
Name: Mihai-Codrut
06.03.2011
Posts: 55
Quote
Aw: Last product insert

Hello,

I think he wants not a page of last product(s) added, even if it's only one, but he wants the detail page of the last product itself. Like this, the site's homepage will show always the last product added to shop.

Regards

 
30.07.2011 21:33
#6
Chef89
Joomshopping forum user no avatar
Name: Alex
28.07.2011
Posts: 4
Quote
Aw: Last product insert

Onofrei - 30.07.2011 12:53
Hello,

I think he wants not a page of last product(s) added, even if it's only one, but he wants the detail page of the last product itself. Like this, the site's homepage will show always the last product added to shop.

Regards

Yes, thank you! that's exactly what I'm looking for!

 
01.08.2011 17:30
#7
Chef89
Joomshopping forum user no avatar
Name: Alex
28.07.2011
Posts: 4
Quote
Aw: Last product insert

I'm trying to solve my problem.. here the solution I thought.
Using the module of latest products insert I've limited the number of shows to 1 (only the last one) and I've edited the code of the template as follow

<h1><?php print $curr->name?></h1>
<?php if ($show_image) { ?>
<div class="item_image">
<img src = "<?php print $jshopConfig->image_product_live_path?>/<?php if ($curr->product_thumb_image) print $curr->product_thumb_image; else print $noimage?>" alt="" />
</div>
<?php } ?>

<div class = "jshop_prod_description">
<?php print $curr->short_description; ?>
</div>


How can I show the full description and the images (not the thumbs) insert.
Hope that's the right way to solve my problem.
Thank you

 


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.