WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery Module

<< < (4/6) > >>

daydreamer:
Hi Michael

Many thanks for that, never used MPForm but does the job superb with referer url.

Thanks
Nick

comfort:
is there a way to create a page with all excisting products? (in oscommerce: all_products.php)
Perhaps with a sql line, so i could filter the products  :?

mjm4842:
Would that not be the same as setting the number of Products per Page to zero (0 = Unlimited) in the Page Settings?

If not, can you be more specific about what exactly you are trying to accomplish.

Michael

comfort:
No, i have different categories with products, but i want them to list in 1 seperate page.

And can anyone help me out with analytics?

# Modify Google Analytics tracking code
Modify the Google Analytics tracking code by replacing the line below:


--- Code: ---pageTracker._trackPageview();
--- End code ---
by the next line:

--- Code: ---pageTracker._trackPageview(<?php if($ga_page) echo &#39;"&#39;.$ga_page.&#39;"&#39;; ?>);
--- End code ---

On:

--- Code: ---<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18283422-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
--- End code ---

mjm4842:
Hi comfort,

If I understand what you are trying to do, I think you want to be able to set custom variables for Google Analytics. Here is a link that includes information on how to accomplish this:

http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html

What it will do is enable you to group categories of products for analysis in Google Analytics. For example, if you have a department store, you can set a department variable and then analyse interest by department.

If this isn't what you are trying to accomplish, please clarify what you are trying to accomplish.

Warmest regards from Canada,

Michael Milette

___________________________
TNG Consulting Inc.
Sustainable Solutions for Life
www.tngconsulting.ca

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version