Jump to content

PLEASE HELP! Add to basket does not work on IE !


Guest gecleant.com

Recommended Posts

Guest gecleant.com

hi there ... thanks for help! i tried but it didnt work out...

i changed and tryed some settings in the cfg but after this everything goes wrong... images not displayed ... admin-panel not accessable ... and so on ... i think there are some problems with the rewritemode and my setup ... my config contains:

$glob['rootRel'] = '/shop/';

$glob['storeURL'] = 'http://www.gecleant.de/shop';

cubecart is installed under http://www.gecleant.de/shop ...

seofriednly urls is setted to: yes

my rewritemode is setted to:

apache directory lookback ...

:)

what to to?

ok ... there is a bug in url mapping:

http://www.gecleant.de/shop/index.php/stop...chwarz/c_8.html

klick addtobasket (kaufen) ...

look at url...

http://www.gecleant.de/shop/index.php/stop...3.html?notice=1

so why that???

my htaccess:

## Activate the mod_rewrite Engine

RewriteEngine On

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=viewCat&catId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewProd&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=viewDoc&docId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=tellafriend&productId=$1&%1 [NC]

RewriteCond %{QUERY_STRING} (.*)$

RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=viewCat&catId=saleItems&%1 [NC,L]

Link to comment
Share on other sites

$glob['rootRel'] = '/shop/';

$glob['storeURL'] = 'http://www.gecleant.de/shop'

These settings look correct, turn off seo and clear cache, check to see if it works ok. If it does, delete the htaccess file, enable seo again and re-create the htaccess file.

Link to comment
Share on other sites

Guest gecleant.com

thanks for ur help again ...

done ... but does not work ...

rewrite promts a empty white page... i deleted the htaccess and swiched to directory lookback ... works with firefox... but still got this problem with duplicated root-path in the urls by clicking on product details ...

see:

http://www.gecleant.de/shop/index.php/stop...chwarz/c_8.html

and click: "kaufen" button ...

now there is this wrong url:

http://www.gecleant.de/shop/index.php/stop...3.html?notice=1

anyway the IE does not support the java script:submitDoc('addtobasket'); command...

should i turn seofriendly urls of?

why does rewrite-mode not work?

all scrippts are included via direct urls like http://www.gecleant.de/shop/js/jslibrary.js ... and still got the IE click - problem adding items to basket...

?????????????????????????????

Link to comment
Share on other sites

Guest gecleant.com

i think this is the main problem ...

the form-tag on viewproduct-template shows wrong adress through placeholder {CURRENT_URL}

this is what was redered on http://www.gecleant.de/shop/index.php//sho.../vDUB/p_43.html

<form action="/shop/index.php//shop/Stopfen/Design/vDUB/p_43.html?_a=viewProd&amp;productId=43" method="post" name="addtobasket" target="_self">

as you can see there is the url-mapping problem with duplicated /shop/index.php//shop/...

i tried to figure out where {CURRENT_URL} comes from but did not find it ... any suggestions?

please help ...

Link to comment
Share on other sites

Guest gecleant.com

i tried to figure out whats wrong an switched my shop to default carreta-bright template... newest version AND THIS IS BUGGY TO! ... a webshop-skin wich does not work with IE7 ????

Link to comment
Share on other sites

Does it work if you turn off SEO?

no ... as i told u above ...

You didn't. You asked "should i turn seofriendly urls of? ", but you didn't mention what happens when you did.

Are you clearing your store cache each time you change a store setting?

Have you tried the other SEO module settings?

Link to comment
Share on other sites

Guest gecleant.com

i said, i switched seo to rewrite and got the blank white page... switched it back and nothing changed... see above ... also i said i cleared cache ... anyway... finally i think i've got it ...

its an security-settings-issue on our webserverterminal at work... and on all others using this security-setting ... there are standard-policies setted wich block some javascript arguments... so the submit() argument... i installed a new ie7 version on my pc at home and everything works well ...

so if anybody could try to click "add to basket" button with ie8 would be fine... just to be shure i'm not wrong... :)

thanks for your help ... if there is an second way using cubecart without javascript in a new version of cc i would love to upgrade to this... :) ...

regards from germany...

stefan

Link to comment
Share on other sites

You still have a problem somewhere because on some pages the url is incorrect?

Something causing the path to be wrong.

In IE8 I get this page ="http://www.gecleant.de/shop/index.php/stopfen/design/index.php//shop/Stopfen/Design/vDUB/p_43.html?notice=1"http://www.gecleant.de/shop/index.php/stop...3.html?notice=1

In Google Crome another page ="http://www.gecleant.de/shop/index.php//shop/Stopfen/Schwarz/Schwarz/p_3.html"http://www.gecleant.de/shop/index.php//sho...chwarz/p_3.html

Link to comment
Share on other sites

Guest gecleant.com

yes... thats the next problem i have to solve ... the main problem is, that these urls are in all index-services like google ... so i cant just change the setup to "seo friendly off" ... :)

but also i don't know why the lookback does not work and also rewrite engine shows only the blank white page...

its hard to keep custom skins up to date ... i missed updating from 4.1 to latest... made it step by step ... each version on its own by viewing further comments in this forum ... i tried my best but now there are such problems...

the main thing was to make orders possible with ie ... now im going to find out the cosmetic things... so if you have any idea what i may try please let me know...

stefan

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...