Zen Cart Logo

Big headache

Locked

Views: 2,341

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
17 Sep 2006, 04:44
#1
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Big headache

Hi first of all,

I'm trying my hardest to get my head around php & zen-cart, BUT the last piece of the puzzle eludes me.

I'm trying to open an online record/cd shop and the one thing that I really need, I can't figure how to do. I've searched the www including this forum (especially this forum) to no avail. I've also seen a site that uses zen, cre or osc that has exactly what I'm looking for so I know it can be done but I'm a bit of a technophobe and can't figure it out. All my hard earned lolly has gone into stock now too so can't afford much in the line of a custom coder.

This is my categories listing - (yes I know, a bit long that mod aint done yet) http://www.bassics.co.uk/index.php?main_page=index&cPath=4

but what I want is to be able to include a kind of table which would include a couple of other things. the most important is a listen button so customers can listen to a sample of the song they're looking at (I sorted this for the single product page but doesn't show here, check out craig david - fill me in). The other thing is that I'd like to include the year of release as I'm going to sell mostly used stuff.

Kind of formatted like this, stick with me I'm trying to explain as best I can here:

IMAGE / Product name / year /maybe description here / LISTEN / Price / Add to cart

Here's hoping someone can explain how I can do this and sorry for kinda goin on a bit there but I'm just trying to explain best I can.

Thanks for looking, Ian

EDITED: Never, ever post the zen_id or zenAdminID (session id) in a forum, email, newsgroup, newsletter, advertisement, etc. etc. etc. or you will be doomed ... :eek:

17 Sep 2006, 06:31
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Big headache

I had a hard time following your post...but product layout is mostly adjustable.

You need to look at the music product type as a preview function is built in.

See this thread: Thread for Music

17 Sep 2006, 08:57
#3
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Big headache

And also refer to another topic for media from DrByte.
Setting up Music Products, in the -> Don't see Media Collection

.

17 Sep 2006, 09:07
#4
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

Thanks for the replies, I already went down that road though and It's a bit long winded and didn't display how I wanted. Maybe I'll look at customising it a bit:blink:

17 Sep 2006, 09:09
#5
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Big headache

Another suggestion, if possible please try to create a descriptive title for the topic. Of which clearly state about your issue.

And this also will help for searching which use by other peoples who also want to find the related answers.

.

17 Sep 2006, 09:25
#6
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

Yeah fair point, apologies for that I should have thought.

I'm gonna look at the media manager again, see what I can do with it so thanks folks.

17 Sep 2006, 22:28
#7
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

I figured out how to get the year into the listing at least, I decided that because I,m selling vinyl & cd I didn't need any model numbers so I used developers tool kit to find all references to model & product model and then went and changed them all to year and products year then set it to display in product info, which is where I found how to arrange which column to display each item.

Bobs ya mothers brother.

18 Sep 2006, 16:45
#8
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

Quote:
EDITED: Never, ever post the zen_id or zenAdminID (session id) in a forum, email, newsgroup, newsletter, advertisement, etc. etc. etc. or you will be doomed ...


Had me a bit puzzled at first, didn't know what I'd done wrong but after about 3 seconds of deep thought it sank in.

Big thankyou for pointing that out to me, I'll know for future reference.

Cheers, Ian.

18 Sep 2006, 20:35
#9
adam_s avatar

adam_s

New Zenner

Join Date:
Jul 2006
Posts:
7
Plugin Contributions:
0

Re: Big headache

Here's a spiffy little JavaScript button that will play an mp3 stored on your server for the samples.

http://www.tagtooga.com/pg/FlashMp3Player

It should be possible to setup a column that holds the address of the mp3. It looks like this script seeks out mp3 links in the HTML and adds the play button automatically.

18 Sep 2006, 22:14
#10
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

Thanks Adam, this sounds interesting I'll go take a look at it.

Cheers for the advice folks it's much appreciated.

18 Sep 2006, 22:51
#11
ian_davies avatar

ian_davies

New Zenner

Join Date:
Sep 2006
Posts:
14
Plugin Contributions:
0

Re: Big headache

Just put that on my test site Adam and it does work, but still not exactly what I.m looking for although it's just the job for something else I have in mind.

It does though make the stock media manager display in product description look a little better, just pop the line of javascript anywhere in product description and any media manager mp3 links have a proper little play/stop button etc.

Sadly though I still need to figure out how to get a link to show in categories product listing and not just in the single product listing.

Cheers again Adam.