Product detail Tabs

14.01.2015 12:40
#1
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Product detail Tabs

Help please, after you install the plug-in card product is not considered a number . Added only 1 unit of goods. Does not react to put up the number . When disconnecting pagina all starts to work .
Product detail Tabs


Joomla: 3.3.3
JoomShopping: 4.3.3

Letzte Änderung: 14.01.2015 12:42
 
14.01.2015 14:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

utl?

 
14.01.2015 20:22
#3
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Aw: Product detail Tabs

Здесь есть русская поддержка? Очень нужно, никто помочь не может(


Letzte Änderung: 14.01.2015 21:01
 
15.01.2015 07:39
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

Есть.
Дайте url?
admin login?
ftp?

 
15.01.2015 07:50
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

Проблема в вашем шаблоне.

</form> - идет перед Количество:
<input id="quantity" class="inputbox" type="text" value="1" onkeyup="reloadPrices();" name="quantity">


Закройте </form> после Количество

 
15.01.2015 13:15
#6
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Aw: Product detail Tabs

Не помогло с </form> после Количество. Меняли тут templates / addons / detailtabs/product_detailtabs.php
На другом сайте всё в таком же виде и работает. В таком же виде в смысле </form> идёт после
input type="hidden" name="category_id" id="category_id" value="<?php echo $this->category_id?>" />
</form>


Letzte Änderung: 15.01.2015 13:36
 
15.01.2015 17:55
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

Посмотрите firebug там видно форма закрывается выше.

Попробуйте перемистить ниже.


Letzte Änderung: 15.01.2015 17:56
 
15.01.2015 18:29
#8
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Aw: Product detail Tabs

Подскажите пожалуйста в какое место воткнуть? Буду очень признателен) Я не понимаю, человек сказал, что всё перепробовал, сейчас конечно багом видно, но сейчас просто вернул всё как было, но сегодня делали и не помогло, да и конфликты даже всякие js рассматривали.

Куда вставить?

<?php echo $this->_tmp_product_html_before_buttons?>
<?php if(!$this->hide_buy){?>
<div class="prod_buttons" style="<?php print $this->displaybuttons?>">
<div class="prod_qty_input">
<?php echo _JSHOP_QUANTITY?>:&nbsp;
<input type="text" name="quantity" id="quantity" onkeyup="reloadPrices();" class="inputbox" value="<?php echo $this->default_count_product?>" />
<?php echo $this->_tmp_qty_unit?>

</div><br/>

<div class="buttons">
<input type="submit" class="button" id="cart-button" value="<?php echo _JSHOP_ADD_TO_CART?>" onclick="jQuery('#to').val('cart');" />
<?php if($this->enable_wishlist){?>
<input type="submit" class="button" id="wishlist-button" value="<?php echo _JSHOP_ADD_TO_WISHLIST?>" onclick="jQuery('#to').val('wishlist');" />
<?php }?>
</div>
<?php echo $this->_tmp_product_html_buttons?>
<div id="jshop_image_loading" style="display:none"> </div>


Letzte Änderung: 15.01.2015 18:32
 
15.01.2015 19:19
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

В конце после кода.

 
15.01.2015 22:30
#10
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Aw: Product detail Tabs

Поставил в конце, не помогает. Оставил так, можете взглянуть. В чём же дело...


Letzte Änderung: 15.01.2015 22:33
 
15.01.2015 23:25
#11
Mikemio
Joomshopping forum user no avatar
Name: Mike
21.11.2013
Posts: 6
Quote
Aw: Product detail Tabs

Теперь кстати отзывы не работают, кнопка отправить работает как "положить в корзину"

 
16.01.2015 07:45
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Product detail Tabs

Проблема в том что кнопка купить в низу.

Там форма отзывов она конфликтует с формой продукта.

Переместите кнопку купить в верху.

 
16.01.2015 10:50
#13
Sonar
Joomshopping forum user no avatar
Name: Pavel
13.12.2013
Posts: 10
Quote
Aw: Product detail Tabs

Thanks

 


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.