OSDN Git Service

GoogleAnalyticsのEコマース機能対応
authorkkitajima <kkitajima@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 24 Feb 2010 03:20:36 +0000 (03:20 +0000)
committerkkitajima <kkitajima@06daa6dd-5c14-464e-8a85-0d68c524be32>
Wed, 24 Feb 2010 03:20:36 +0000 (03:20 +0000)
commit4aff8b001a65c28ed540d804f7af85b651ecd9c8
tree1cc9d8f4ad9605d1b22c504818515ed04247c0f9
parentc4d7bfd541538e5f306e0e80d4f15cecd69291a8
GoogleAnalyticsのEコマース機能対応

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/elecoma/trunk@54 06daa6dd-5c14-464e-8a85-0d68c524be32
app/controllers/cart_controller.rb
app/models/google_analytics_ecommerce.rb [new file with mode: 0644]
app/models/google_analytics_item.rb [new file with mode: 0644]
app/models/google_analytics_trans.rb [new file with mode: 0644]
app/models/system.rb
app/views/admin/shops/_settings_form.html.erb
app/views/base/_googleanalytics_asynchronous.html.erb [new file with mode: 0644]
app/views/base/_googleanalytics_synchronous.html.erb [new file with mode: 0644]
app/views/layouts/base.html.erb