Kinetic Pulse
  • Home
  • Services
  • Portfolio
  • Blog
  • Terms
  • Contact

Magic Zoom on responsive websites

February 20, 2014

I love Magic Zoom – the ideal tool for letting your customers zoom into the details on your product images.
Its relatively inexpensive and easy to integrate into most ecommerce platforms.
http://www.magictoolbox.com/magiczoom/

I had installed recently with great success on www.handprintedgifts.com – which is a responsive online shopping site built with ZenCart.
However the client noticed that the Magic Zoom was behaving oddly on mobile devices (ie the zoomed in image was appearing off screen and couldn’t be seen) [Read more…]

Create a gallery in Zencart using your Flickr sets

November 24, 2011

Zen Cart is great an all but it really doesn’t do image galleries very well. There are some plugins available but to be honest the admin interface is always a bit erm “clonky” in my opinion. Why not use Flickr to serve up your glorious pictures as a gallery? [Read more…]

How to get correct Zen Cart product thumbnail when posting to Facebook [Updated: 26th Aug 13]

November 8, 2011

When users post a link to your products on Facebook, its nice for the automatic link to show a picture of an actual product.

Unfortunately Zen Cart doesn’t have this facility out of the box, but its not too tricky to add it yourself.

In your template’s html_header.php add the following lines for all the Facebook Open Graph tags:





" />

/includes/templates/YOU_TEMPLATE/images/logo.png"  />

/images/" />




  




Note: this is using a new DEFINE variable called META_TAG_PRODUCT_IMAGE.

This needs to be defined in your modules/meta_tags.php file.

(use an override for your template obviously by copying the existing one into a folder called YOUR_TEMPLATE. Also check what the default directory for your product images is – this code is assuming they are directly beneath the images folder. You’ll need to do extra work to figure ou if they are in more complex subdirectories)

In the line around 194 that is building the SQL to pull data from the products table add the following  field to the list:

p.products_image

Then around line 208 below where it says // custom meta tags per product  add the following line:

$meta_products_image = $product_info_metatags->fields['products_image'] ;
define('META_TAG_PRODUCT_IMAGE', $meta_products_image);
 

(Note: I have moved both lines together as it seemed to make it work on ZenCart 1.5. It looks like there were more if statements added in this version!)

Thats it. You can see it in work here http://www.thepartypirate.com and in version 1.5 http://www.framecraftonline.com

 

Testimonials

Thank you for all of your hard work its looks fab and I am over the moon with it!
Amanda MercerAmanda Mercer Ceramics
Thank you guys so much for all that you’ve done helping us to create a really awesome website!! We get such great feedback – everyone loves it & we couldn’t be prouder! Look forward to working with you again soon!
Wild Thyme PlantsWild Thyme Plants
Absolutely fantastically professional web developer – I would highly recommend!!! Thank you so much Kinetic Pulse!
Tania MarstonDoris Designs
It’s been fab working with you – we love the site and certainly going to recommend you!
James DaviesThirty Eight Degrees North
I like it.  I like it a lot !!!

 You have interpreted what I wanted to achieve perfectly considering what you have to play with i.e not redoing the whole thing in the process.

Fiona Simmons-MooreSouth Gloucestershire Parents & Carers
Thanks so much for all your work on this, really appreciated. It’s come on in leaps and bounds since you took over.
Pete KewRedwood Strip Curtains
Amazing and brilliant, Kinetic Pulse have lifted a dream to reality, Highly recommended and great if you are total novice, they know their stuff…Thanks again
Annie LindridgeSalt Yourself Out

Copyright 2026 Kinetic Pulse