1
Answers
Vote up!
0
Vote down!

I messed up with commerce prices displaying incorrect price, missing css content

I am in tears.. almost.
First, my drupal site went so frustrating slow, that I decided to do some debugging. loose some modules, add some modules, messed with .htacces and so on. like everybody has with D7
In the end speed was same as before. Frustrating hours went by.

until I decided to have a look at my beatifull product page, and saw that the prices are not displayed correctly, it looks like al prices are with the wrong product.

to make things worse, using commerce backoffice to look at my products, pages cannot be loaded, displaying error message:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /shop/?q=views/ajax&render=overlay
StatusText: OK
ResponseText: @import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/system/system.b...");

it repeats the last rule with the .css part in it several times (plm 50) with different terms
( I did not enable css compression in the "performance tab under configuration), I did install boost module, but it did not work, probably cause i did not get clean urls to work, so I deleted the module and reset my.htacces)

can someone help me out?

Asked by: alf_frommars
on September 4, 2013

1 Answer

Vote up!
0
Vote down!

oh, for the record, this is the whole error log when clicking next in the products/all products variations -tab

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /shop/?q=views/ajax&render=overlay
StatusText: OK
ResponseText: @import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/system/system.b...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/system/system.m...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/system/system.m...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/system/system.t...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/overlay/overlay...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/simpl...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/comment/comment...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/date/...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/date/...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/field/theme/fie...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/node/node.css?m...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/search/search.c...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/modules/user/user.css?m...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/views...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/ckedi...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/ctool...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/light...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/comme...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/views...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/views...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/views...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/comme...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/views...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/modules/comme...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/themes/shiny/...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/themes/shiny/...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/themes/shiny/...");
@import url("http://hazmedsdisastermanagementproducts.nl/shop/sites/all/themes/shiny/...");

Answer by: alf_frommars
Posted: Sep 4, 2013