Pages (3): 1 2 3   
Member
Member
jphilbert   19-02-2013, 07:35
#1

Check the link to download or more info on installation and configuration.
http://code.google.com/p/zensimplecart/

http://code.google.com/p/zensimplecart/wiki/Documentation

I still have a lot of work to do still but I think its good enough for release tot he public

Administrator
Administrator
acrylian   19-02-2013, 11:41
#2

Thanks, third party plugins are always welcome. I will add it to your extensions section soon.

Administrator
Administrator
acrylian   19-02-2013, 16:59
#3

Entry is up: http://www.zenphoto.org/news/zensimplecart

I did not test but Google Checkout is now named Google Wallet for some time alreaday. Best you check if that all works as expected.

I would maybe take the British Pound to the default currencies as well.

Member
Member
jphilbert   19-02-2013, 17:40
#4

Ok will add that to things I have to fix in Google code

Member
Member
jphilbert   20-02-2013, 01:02
#5

Moved the plugin to GitHub ... I love their interface much better than goggles

@acrylian I appreciate your help in updating the entry
https://github.com/philbertphotos/ZenSimpleCart

Member
Member
jphilbert   20-02-2013, 02:10
#6

Official support page
http://philbertphotos.github.com/ZenSimpleCart/

Administrator
Administrator
acrylian   20-02-2013, 09:54
#7

All right, entry updated. (I would put the url of your actual website somewhere as well. like on the Github profile or so..:-))

Junior Member
Junior Member
AmandaN   21-02-2013, 18:55
#8

Hello Jphilbert

I'm trying to install your plugin as it's much needed and I get the following error when trying to enable the plugin..

Parse error: syntax error, unexpected '[' in /home/amand/public_html/shop/plugins/ZenSimpleCart.php on line 132

I've uploaded the following structure to my plugins folder..

ZensimpleCart (Folder)
README.md
ZenSimpleCart.php

Can you please tell me what I'm doing wrong?

Member
Member
philbertphotos   01-03-2013, 01:17
#9

@amandan its now fixed. Sorry it took me so long to reply but my other account cannot post for some reason. When I first released the plug-in it was tied into a theme I was designing so I had to change that.

I removed all dependencies and smashed some minor and major bugs.

Member
Member
suedoughnym   27-03-2013, 00:10
#10

Hi,

I'm wondering if anyone can help a newbie with an issue I'm having with Zensimplecart?

I've tried to install the plugin, but whenever I try to activate it, I get the following error:

Parse error: syntax error, unexpected '[' in (my path here)/ZenSimpleCart.php on line 335

This '[' bracket comes just before the "price" variable.

If anyone can shed any light on why this is occurring I'd be very grateful!

Thanks,

D.

Member
Member
jphilbert   27-03-2013, 06:38
#11

What version are you using ??? Let me know if you using version 1.8 it has tons of fixes and updates and I currently use it on

http://signature.philbertphotos.com ...and it works perfectly.

BTW I am the developer and will will help you get it running,

Member
Member
suedoughnym   27-03-2013, 15:03
#12

Hi jphilbert,

I am using version 1.8 of zensimplecart and version 1.4.4.3 of zenphoto.

I have seen it in action on your site already and it looks great (as does your site btw). I'm sure it could well do the job, but I just wanted to play around with it a little first!

Could you confirm the correct folder structure for uploading the files to the server so that we can eliminate any issues there?

Also, as the error seems to relate to prices does that mean I would need to have prices set for all albums before I install the plugin?
(Which I haven't done as yet - only on one album. I know it seems a little strange, but I'm just trying to find out why it won't install correctly)?

Thanks for your help in this matter - nice to have the attention of the original developer! :-)

D.

Member
Member
jphilbert   28-03-2013, 09:56
#13

I made the plugin to follow the recommendations of Zenphoto guidelines ... you need to install it in the "www.zenphoto\plugin" folder.

After the installation you can add prices Globally in the Gallery Custom DATA that way it shows in ALL albums by default, but if you add the price list to the Album or Image custom data area it will take over first and ignore the global price list..

What I need to do is install this plugin on a fresh version of zenphoto to make sure there is no start up bugs I missed .

Most of what I did when I crated the plugin was on a current install.

Opened this issue on github
https://github.com/philbertphotos/ZenSimpleCart/issues/2

Member
Member
jphilbert   28-03-2013, 19:48
#14

Problem fixed ... please download 1.9 and delete the old version COMPLETELY
case-sensitive bug

Member
Member
suedoughnym   29-03-2013, 15:06
#15

hi jphilbert,

Thanks for looking into this.

The reason i asked about the installation location is that there are a couple of files in the zip file that are outside of the folder. (README.md & ZenSimpleCart.php).
At first I uploaded these into the zensimplecart folder on the server (as I assumed all files would need to be in a folder) and it didn't work. I then uploaded them outside of the folder and only then could I see the plugin in the list.

I have tried version 1.9, on a fresh install of zenphoto, but get the same error message! The only difference is the line number (now 370 instead of 335) but it refers to the same line!

It clearly works for you, so I'm still trying to work out what I'm doing differently/wrong?

I can't see the info file or the options either - both are just blank! (in the plugins list in zenphoto).

Thanks for explaining how the prices work - sounds quite straightforward - just wish I could get on with playing with what seems like a great plugin!

Any more ideas?

D.

Member
Member
suedoughnym   29-03-2013, 15:10
#16

Actually, I've had a little play around and notice that if I change the variables/arrays at line 370, 371 and 372 for absolutes, I can actually get it to install!

It doesn't work properly however, but I guess it may help to pinpoint the problem?

On line 370, I changed 'count(getPriceList($value)["price"])' to 10.

On line 371, I changed: 'getPriceList($value)["price"][$i]' to 100

On line 372, I changed: 'getPriceList($value)["desc"][$i]' to 'test'

It then allowed me to install.

Does this help you to diagnose anything? Perhaps it's down to some php setting?

Grateful for any help you can offer...

D.

Administrator
Administrator
acrylian   29-03-2013, 15:51
#17

@suedoughnym Our user guide could have saved you some time on installing: http://www.zenphoto.org/news/how-to-install-third-party-plugins

Member
Member
suedoughnym   29-03-2013, 19:18
#18

Hi acrylian,

You are indeed correct - I may well have saved a little time there.
Thanks for the link.

I admit I just went ahead and installed according to my intuition, which clearly failed me on this occasion.

Can I just ask...if this is the way plugins are installed how are they uninstalled if there are files scattered within the plugins folder?

D.

Administrator
Administrator
acrylian   29-03-2013, 20:15
#19

The files are not scattered. As the link above tells a plugin is either a standalone file or the file together with a folder of the same name. The readme you refer to above is added by GitHub and not part of the plugin actually.

Member
Member
suedoughnym   29-03-2013, 22:54
#20

Thanks acrylian,

That is how I understood it to be, and how I eventually installed the zensimplecart plugin.
I uploaded the folder, complete with subfolders, to the /plugins folder and the standalone php file of the same name to the /plugins folder.

However, I was a little bit confused as the link that you directed me to above states: 'Don't upload the folder these are contained but the [i]files[/i] itself to the /plugins folder'.

I know I am quite new to zenphoto, but could this be a bit misleading?

Obviously, I don't mean to criticise in a negative sense, I'm just wondering if this sentence clearly describes what actually happens?
If it does then I'm more confused than ever!

D.

Pages (3): 1 2 3   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.