Hi, thank you for replying. I have sorted it out now. I had to change the variable names too within the files otherwise, when both delivery methods were listed as an option they clashed and I was getting repeat call type errors which is what I could not figure out in the first place.
All I need now is a contribution for 2.3.1 that will allow me to set flat rate shipping for certain products.......
- osCommerce Support Forum
- → Viewing Profile: cliMATE
Latest News: (loading..)
Community Stats
- Group Community Member
- Active Posts 14 (0.01 per day)
- Most Active In Installation and Configuration (9 posts)
- Profile Views 1,915
- Age Age Unknown
- Birthday Birthday Unknown
-
Real Name
Paul
-
Gender
Male
Posts I've Made
In Topic: Other delivery module required
27 June 2011, 16:22
In Topic: Newsletter & Subscribers for 2.3.1?
26 June 2011, 13:02
Hi, I am in the same position. I need a contrib that will allow my visitors to sign up to a newsletter without having to create an account. I had this installed on my old version, but it doesn't seem to exist for the latest version. It is a shame that the developers did not add this and other useful features/tools when creating the updates as it would save a whole lot of time and effort and make the whole package far more appealing.
Regards, Paul.
Regards, Paul.
In Topic: Using Fancybox to display images
23 June 2011, 21:08
Got it working, kinda! I looked at the source code of the compiled product_info.php page and noticed this script:-
<script type="text/javascript">
$('#piGal ul').bxGallery({
maxwidth: 300,
maxheight: 200,
thumbwidth: 75,
thumbcontainer: 300,
load_image: 'ext/jquery/bxGallery/spinner.gif'
});
</script>
<script type="text/javascript">
$("#piGal a[rel^='fancybox']").fancybox({
cyclic: true
});
</script>
Added it to my Testimonials page and it kind of works. I just need to get rid of the ability to scroll through the other images!
Thanks for all of your help...
<script type="text/javascript">
$('#piGal ul').bxGallery({
maxwidth: 300,
maxheight: 200,
thumbwidth: 75,
thumbcontainer: 300,
load_image: 'ext/jquery/bxGallery/spinner.gif'
});
</script>
<script type="text/javascript">
$("#piGal a[rel^='fancybox']").fancybox({
cyclic: true
});
</script>
Added it to my Testimonials page and it kind of works. I just need to get rid of the ability to scroll through the other images!
Thanks for all of your help...
In Topic: Using Fancybox to display images
23 June 2011, 20:33
kymation, on 23 June 2011, 19:59, said:
Fancybox in the Product Info page is active only when two or more large images are specified. Try adding a couple of large images to one of your products and see what happens. Or look at the Samsung Galaxy Tab on the demo site. If that's what you want, the product_info.php has the code to make that happen.
Regards
Jim
Regards
Jim
Hi Jim, yes, I have got that working fine in my product_info pages such as here:-
http://www.climatehabitats.co.uk/product_info.php?cPath=22&products_id=28
But I just cannot seem to get it working in this darned Testimonials page :-( and I really cannot see what I am doing wrong. My code looks like this:-
<a id="single_image" rel="fancybox" href="images/Customer photographs/Photo1.jpg"><img src="images/Customer photographs/Photo1small.jpg" alt="Photos by Clarke Joss"/></a>
Giving URLs to both small and large images as you have suggested. At the top of the page is require(DIR_WS_INCLUDES . 'template_top.php'); so I guess it must be loading in the Fancybox scripts.....this is really frustrating!
Thanks for your help..
In Topic: Using Fancybox to display images
23 June 2011, 19:44
14steve14, on 23 June 2011, 16:21, said:
target="_blank" is telling it to open in a new window.
It is definately something that I am missing. When I remove the target="_blank" it still does exactly the same - appears in a new tab. When I looked at the code in the product_info.php file it looks exactly the same as mine, albeit in a different order. It appears that the fancybox function is not loading or something.
Any other ideas?
- osCommerce Support Forum
- → Viewing Profile: cliMATE
- Forum Rules






Find content