Artikel Nummer Layout

12.10.2010 14:50
#1
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Artikel Nummer Layout

hallo, ich habe den shop auf 2.3.0 upgedatet. seit dem sind die artikel nummern auf der produktseite sehr groß.
Artikel Nummer Layout


JoomShopping: 2.3.0
 
12.10.2010 15:03
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

Please look at product original template and shop CSS.


Last change: 12.10.2010 15:51
 
12.10.2010 15:50
#3
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: Artikel Nummer Layout

www.pcm-event.de

 
12.10.2010 16:06
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

The problem in your JavaScript

Screen with disable javascript
Aw: Artikel Nummer Layout

 
12.10.2010 16:09
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

Change template product.

row
<h1><?php print $this->product->name?> <span class="jshop_code_prod">(<?php print _JSHOP_EAN?>: <?php print $this->product->product_ean;?>)</span></h1>


replace to
<h1><?php print $this->product->name?> <div class="jshop_code_prod">(<?php print _JSHOP_EAN?>: <?php print $this->product->product_ean;?>)</div></h1>


in CSS

div.jshop_code_prod{
display:inline;
}

 
12.10.2010 17:56
#6
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: Artikel Nummer Layout

hello,

where do i find the template?

 
12.10.2010 18:02
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

components\com_jshopping\views\product\tmpl\product_default.php

 
12.10.2010 18:13
#8
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: Artikel Nummer Layout

thanks, i found it.
but now, my video-preview picture is broken, and i can´t play the video.
there is something going wrong after the update to version 2.3.0

 
12.10.2010 18:16
#9
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: Artikel Nummer Layout

so i fixed the problem with the video, but allways the problem with the partnummber.

when i load the site for a short moment the part nummber ist okay and than the size changes to a big size.

 
12.10.2010 18:27
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

mrbernd - 12.10.2010 18:13
thanks, i found it.
but now, my video-preview picture is broken, and i can´t play the video.
there is something going wrong after the update to version 2.3.0


video works

?


Last change: 13.07.2015 11:00
 
12.10.2010 18:28
#11
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: Artikel Nummer Layout

Aw: Artikel Nummer Layout

so i fixed the problem with the video, but allways the problem with the partnummber.

when i load the site for a short moment the part nummber ist okay and than the size changes to a big size.

now i edit the template-file. but it´s not a good solution.


Last change: 12.10.2010 18:29
 
12.10.2010 18:44
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

Sorry. Problem with your template(+javascript)

Standart template
Aw: Artikel Nummer Layout


Last change: 12.10.2010 21:48
 
12.10.2010 22:13
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25916
Quote
Aw: Artikel Nummer Layout

Possible to use the style of previous versions

components\com_jshopping\views\product\tmpl\product_default.php

<span class = "jshop_name_prod"><?php print $this->product->name?> <span class="jshop_code_prod">(<?php print _JSHOP_EAN?>: <?php print $this->product->product_ean;?>)</span></span>



Last change: 12.10.2010 22:15
 


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.