Problem mit Attribute - Preis aktualisiert sich nicht mehr.

10.06.2019 21:47
#1
PlanE
Joomshopping forum user no avatar
Name: Christoph Eckert
13.04.2012
Posts: 11
Quote
Problem mit Attribute - Preis aktualisiert sich nicht mehr.

Hallo,

ich habe ein Problem mit den Attributen. Auf einmal aktualisiert sich der Preis nicht mehr, egal welche Auswahl getroffen wird oder Attribut abhängig oder nicht. Im Warenkorb ist dann wieder der korrekte Preis angegeben. Ich kann den Fehler leider nicht auf ein Update zurückführen.


Joomla 3.9.6
Joomshopping 4.17.2
PHP: 7.71

Hat jemand einen Tipp?

 
10.06.2019 22:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

problem in template or ...
url?

 
10.06.2019 22:14
#3
PlanE
Joomshopping forum user no avatar
Name: Christoph Eckert
13.04.2012
Posts: 11
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

The price changes are suddenly not in the product site visible, only in basket is the right price.

https://www.brewpaganda.com/shop-kategorie/pro-custom/braukessel-pro

 
11.06.2019 07:55
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

Problem in redirect
https://www.brewpaganda.com/shop-kategorie/product/ajax_attrib_select_and_price/185?ajax=1&change_attr=16&qty=1&attr%5B16%5D=52&attr%5B7%5D=21&attr%5B18%5D=60&attr%5B19%5D=61&attr%5B21%5D=68&attr%5B22%5D=70

to

https://www.brewpaganda.com/shop-kategorie/product/ajax_attrib_select_and_price/185?ajax=1&change_attr=16&qty=1&attr=Array

#######
Problem in you script (plugin / addon)
or your server
or .htaccess redirect

 
11.06.2019 10:15
#5
PlanE
Joomshopping forum user no avatar
Name: Christoph Eckert
13.04.2012
Posts: 11
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

Ok, thanks. Will check it.

 
11.06.2019 14:36
#6
PlanE
Joomshopping forum user no avatar
Name: Christoph Eckert
13.04.2012
Posts: 11
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

I can not fix the problem. i had a redirect plugin installed (non www => www), nothing else.... changing something or deinstall didnt change anything.

here is the htaccess options. you see something strange? I have no custom redirect settings. so i think the htaccess can not be the problem.

Were can i search for the bug?


htaccess:

## No directory listings
IndexIgnore *

## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site then comment out the operations listed
# below by adding a # to the beginning of the line.
# This attempts to block the most common type of exploit `attempts` on Joomla!
#
# Block any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root home page
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment the following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.

 
11.06.2019 16:57
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25934
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

list plugin / component?

 
11.06.2019 17:31
#8
PlanE
Joomshopping forum user no avatar
Name: Christoph Eckert
13.04.2012
Posts: 11
Quote
Aw: Problem mit Attribute - Preis aktualisiert sich nicht mehr.

You pull me in the right direction already :)

The problem is caused by the "Kill dublicate" Plugin.
System - Kill duplicate

his plugin aims to minify the amount of duplicate URLs solving the problem from its origin.

 


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.