Updating price with attributes

StartZurück 1 2 WeiterEnde
14.09.2012 10:34
#1
diastasi
User diastasi
Name: diastasi
19.10.2011
Posts: 39
Quote
Updating price with attributes

I am using another template for the eshop.
As long as I am using the default template everything is working in product page (change attritube and price is changing also)
When I change to my template the price update stops working in product page.
Where can I start searching?


Joomla: 2.5.7
JoomShopping: 3.10
 
01.10.2012 17:27
#2
benehem
Joomshopping forum user no avatar
Name: Bernd Schaumburg
24.09.2012
Posts: 11
Quote
Aw: Updating price with attributes

I've got the same problem with JA Tiris.

With the default Joomshopping template updating the price with the attributes price works, but if I switch to the Tiris template updating the price is gone...

I don't know where I should start to search for the mistake.

Anybody there who knows ..?


Joomla: 2.5.7
JoomShopping: 3.11.1
PHP: 5.2.17
MySQL: 5.1.63
Website Url: stage-print.de
 
01.10.2012 17:53
#3
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Updating price with attributes

benehem - 01.10.2012 17:27
I don't know where I should start to search for the mistake.


Using the search function on the forum??

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/32/3697.html?lang=en

;-)


Letzte Änderung: 01.10.2012 17:54
 
01.10.2012 23:10
#4
benehem
Joomshopping forum user no avatar
Name: Bernd Schaumburg
24.09.2012
Posts: 11
Quote
Aw: Updating price with attributes

Well I started with the search function.

But this only solves problems with the cart and the checkout process - not the problem with updating the price of the attributes.

thanx
Benehem

 
02.10.2012 07:54
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

copy
components\com_jshopping\templates\default\product\demofiles.php
to
components\com_jshopping\templates\{your template}\product\demofiles.php

 
02.10.2012 10:22
#6
benehem
Joomshopping forum user no avatar
Name: Bernd Schaumburg
24.09.2012
Posts: 11
Quote
Aw: Updating price with attributes

Yeah! Now it works, but...

When I choose an attribute, the updated price kills my image...

Look here: http://stage-print.de/de/jshopping/products-list/product/view/10/12

Any idea?


Letzte Änderung: 02.10.2012 10:23
 
02.10.2012 10:57
#7
benehem
Joomshopping forum user no avatar
Name: Bernd Schaumburg
24.09.2012
Posts: 11
Quote
Aw: Updating price with attributes

Okay, it has to do with the image of the attributes which don't exist. Joomshop tries to load the image even if it there is no image.
I midificated line 1178 in functions.js now it works.

old: if (json.images){

new: if (json.images && json.images.length > 0){


Joomla: 2.5.7
JoomShopping: 3.11.1
PHP: 5.2.17
MySQL: 5.1.63
Website Url: stage-print.de
 
02.10.2012 11:05
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

update to 3.11.2

Fixed (if (json.images && json.images.length > 0){)


Letzte Änderung: 02.10.2012 11:06
 
08.01.2013 15:01
#9
anorcan
Joomshopping forum user no avatar
Name: angel
19.12.2012
Posts: 7
Quote
Aw: Updating price with attributes

I copied the demofiles to my template folder and it's not working already.. is that I had to do or is there something else?

 
19.11.2013 00:43
#10
cucrecords
Joomshopping forum user no avatar
Name: Mike
28.01.2013
Posts: 2
Quote
Aw: Updating price with attributes

Hello, I'm using the default JoomShopping Template.

I've upgraded to 3.16.

No matter what settings I choose, I can't get the price to update when I choose an attribute that makes the product more expensive.

I'm using the JSN Tendo Theme, but there doesn't seem to be any jquery conflict. From looking at the code, it doesn't look like there is anything happening "onclick" of the attribute radio or select.

Help please?

http://gods.ilikedifferent.com/skateboards/beasts/godsposse-skateboarding-eagle

Thanks!


Joomla: 2.5.4
JoomShopping: 3.16
PHP: 5
Website Url: http://gods.ilikedifferent.com/skateboards/beasts/godsposse-skateboarding-eagle
 
19.11.2013 08:54
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

http://gods.ilikedifferent.com/component/jshopping/product/ajax_attrib_select_and_price/1?ajax=1&Itemid=0&change_attr=0&qty=2

Error
br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/content/m/i/k/mikenemrok/html/gods/components/com_jshopping/tables/config.php:2)

 
19.11.2013 10:28
#12
cucrecords
Joomshopping forum user no avatar
Name: Mike
28.01.2013
Posts: 2
Quote
Aw: Updating price with attributes

Removed extra header call, works!

Danke!

 
23.07.2014 00:18
#13
andy@gravitatecreative.com
Joomshopping forum user no avatar
Name: Andrew
30.06.2014
Posts: 15
Quote
Aw: Updating price

I cannot change the price of products. When I change the price, it remains the same on the individual Product page. The change is only recognized on the product list page. example: The price of this product was changed to $1.99, however, it still shows the price $23.99 ( http://newsite.foxpawsshoes.com/index.php?option=com_jshopping&controller=cart&task=view&Itemid=0 )
Aw: Updating price
product_config.png


Letzte Änderung: 23.07.2014 00:21
 
23.07.2014 07:55
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

Disable cache

 
23.07.2014 21:16
#15
andy@gravitatecreative.com
Joomshopping forum user no avatar
Name: Andrew
30.06.2014
Posts: 15
Quote
Aw: Updating price with attributes

Where do I do this? Within Joomla Settings, Joomshopping Settings or in my Hosting Account Settings? I have purchased several Addons for the site, so a nice detailed response from you would be much appreciated.

Thanks!

 
24.07.2014 08:05
#16
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

joomla configuration
system plugin joomla

 
26.07.2014 03:35
#17
andy@gravitatecreative.com
Joomshopping forum user no avatar
Name: Andrew
30.06.2014
Posts: 15
Quote
Aw: Updating price with attributes

The Joomla Global Configuration cache is already disabled...
The Joomla System Cache Plugin is already disabled...

Any suggestions?
Aw: Updating price with attributes
system_cache_plugin.png

 
26.07.2014 07:54
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

url?
admin login?
(privat)

 
31.07.2014 22:13
#19
andy@gravitatecreative.com
Joomshopping forum user no avatar
Name: Andrew
30.06.2014
Posts: 15
Quote
Aw: Updating price with attributes

I sent it in a private message

 
01.08.2014 15:52
#20
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Updating price with attributes

Set price for attribute Size

 
StartZurück 1 2 WeiterEnde


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.