Jump to content


Corporate Sponsors


Latest News: (loading..)

altoid

Member Since 03 Nov 2008
Online Last Active Today, 16:36
-----

Posts I've Made

In Topic: Google Analytics

Today, 10:21

Aziz, in the latest working version, 2.3.1 that's set up in modules>header tags. You don't have to modify code for that one.

In version 2.2 RC2A, there's an add on to install analytics with detailed instructions. A google search will get you there.

In Topic: stock not deducting

Yesterday, 13:22

View Postgshutzy, on 26 May 2012, 11:50, said:

just to let you know i am using v2.3. i see alot of add-ons that are suitable for v2.2 but i am never sure if they will work on v2.3. am i able to install v2.2?

QT Pro and PayPal IPN together can cause no stock subtraction issues, unless there's a fix applied. But since you don't have QT Pro, this issue won't apply to you so rule that issue out.

In Topic: stock not deducting

Yesterday, 10:23

Do you have QT Pro installed and if so what payment method are you using?

In Topic: [Addon] Categories Accordion Box for 2.3.1

22 May 2012, 09:54

View Postpchelpwebshop, on 22 May 2012, 09:08, said:

I had an IE8 problem. + Icons overlay the text

In bm_categories_accordion.php (from1.1.2)
Moved the </div> line from 115 to after 127 (after the javascript)
No doubt there's a better solution.

@pchelpwebshop I had the same issue, see above in this thread, Jim has a couple solutions to try. The .htaccess solution worked for me., There's another fix to try a page or two earlier.

In Topic: [Addon] Categories Accordion Box for 2.3.1

21 May 2012, 18:03

View Postkymation, on 18 May 2012, 17:01, said:

You can also try adding the following to your root .htaccess file:

# ----------------------------------------------------------------------
# Better website experience for IE users
# ----------------------------------------------------------------------
# Force the latest IE version, in various cases when it may fall back to IE7 mode
# github.com/rails/rails/commit/123eb25#commitcomment-118920
# Use ChromeFrame if it's installed for a better experience for the poor IE folk
<IfModule mod_setenvif.c>
  <IfModule mod_headers.c>
	BrowserMatch MSIE ie
	Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
  </IfModule>
</IfModule>
<IfModule mod_headers.c>
#
# Because X-UA-Compatible isn't sent to non-IE (to save header bytes), we need to inform proxies that content changes based on UA
#
  Header append Vary User-Agent
# Cache control is set only if mod_headers is enabled, so that's unncessary to declare
</IfModule>

Regards
Jim

Jim, this has fixed the issue on IE8. Thanks much.