Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart Mobile module released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #181  
Old 03-19-2014, 12:25 PM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

Quote:
Originally Posted by chamberinternet
Oh .. In which case just replace:

Code:
{if $active_modules.Google_Analytics and $config.Google_Analytics.ganalytics_version eq 'Asynchronous'}

with

Code:
{if $active_modules.Google_Analytics}

HTH

Shafiq :sK

Hi Shafiq
Well, some success, if I may prevail upon you some more. It seems the analytics code now shows up on the home page but no further so tracking is pretty much useless. Any thoughts?
Thanks
sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #182  
Old 03-19-2014, 02:25 PM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

I also have the same issue - any thoughts?
thanks
Sue
Quote:
Originally Posted by Jon
Any idea why navigation would be so cramped on a Razr Maxx Android Version 4.1.2?
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #183  
Old 03-20-2014, 12:30 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: X-Cart Mobile module released

So you're saying if you view the source of the page the analytics code doesnt appear in any subsequent pages except for the homepage?
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote
  #184  
Old 03-20-2014, 02:43 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

Yes, I need to do some more checking today (had got late last night) but that seemed to be the case.

Quote:
Originally Posted by chamberinternet
So you're saying if you view the source of the page the analytics code doesnt appear in any subsequent pages except for the homepage?
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #185  
Old 03-20-2014, 02:56 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: X-Cart Mobile module released

Don't have that much experience with the Mobile Module as such...

But you'll probably have to ensure that the analytics code is called on all pages (which should be as default anyway)

Can anyone at Qualiteam comment on this?
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote
  #186  
Old 03-20-2014, 03:36 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

I've done a little more digging and it seems that only a very few pages have any head content at all. Is this normal with mobile sites?

The only pages i found with head content were:
cart.php - when it goes to checkout but not as cart.php on it's own
The home page, but not home.php so whenever a page comes off of home.php i.e. catalogue it loses the head content.

None of the product pages have head content.
My list so far
pages commented with
page pages
page customer_offers
page giftcert
page cart
page catalog
page product

As far as I can see the file skin/common_files/modules/Xcart_Mobile/customer/service_head_mobile.tpl which has the include service_js.tpl for the google analytics code is only included in 2 files
skin\common_files\modules\Xcart_Mobile\customer\ho me.tpl
skin\common_files\modules\Xcart_Mobile\customer\ma in\payment_wait.tpl

This doesn't seem right to me, does anyone else have the same issue? Surely this is not good for SEO at all.
I'm thinking the file service_head_mobile.tpl should be included in other files?

Thanks for any input.

Sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #187  
Old 03-24-2014, 08:02 AM
 
Freakmode Freakmode is offline
 

X-Adept
  
Join Date: Jun 2003
Location: UK
Posts: 696
 

Default Re: X-Cart Mobile module released

Is there anyway that you could show if a user created a mobile order on the invoice like you do in the admin backend?
__________________
X-Cart 4.7.12 (Live)
Redux Template
CDSEO
Reply With Quote
  #188  
Old 04-04-2014, 03:22 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

Anyone from qualiteam have any thoughts on this? It seems to me to be clearly an error in coding that ought to be addressed.
Is it possible that the problem lies in the head content from home.tpl being encased in this if statement?
{if !$is_ajax_request}

Quote:
Originally Posted by suehamil
I've done a little more digging and it seems that only a very few pages have any head content at all. Is this normal with mobile sites?

The only pages i found with head content were:
cart.php - when it goes to checkout but not as cart.php on it's own
The home page, but not home.php so whenever a page comes off of home.php i.e. catalogue it loses the head content.

None of the product pages have head content.
My list so far
pages commented with
page pages
page customer_offers
page giftcert
page cart
page catalog
page product

As far as I can see the file skin/common_files/modules/Xcart_Mobile/customer/service_head_mobile.tpl which has the include service_js.tpl for the google analytics code is only included in 2 files
skin\common_files\modules\Xcart_Mobile\customer\ho me.tpl
skin\common_files\modules\Xcart_Mobile\customer\ma in\payment_wait.tpl

This doesn't seem right to me, does anyone else have the same issue? Surely this is not good for SEO at all.
I'm thinking the file service_head_mobile.tpl should be included in other files?

Thanks for any input.

Sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #189  
Old 04-17-2014, 12:52 PM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: X-Cart Mobile module released

Hi All
Whilst we've progressed somewhat on the google tracking issue I'm still not getting full tracking; the initial entry page is recorded but once the visitor moves onto a new page the tracking stops, this only happens within the mobile version, running exactly the same sequence of page moves from the main store records properly.
Some how the head/google tracking code suddenly seem to appear so that solve the previous issue.
Is anyone else having the same problem?
Thanks
Sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #190  
Old 04-22-2014, 01:41 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default Re: X-Cart Mobile module released

We have a client where we've just implemented X-Cart Mobile using XC 4.6.2. I'll be testing this over the coming days and let you know of our results.

Are you using classic or universal analytics?
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 08:50 PM.

   

 
X-Cart forums © 2001-2020