Shopping cart - Page 21 Shopping cart - Page 21
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Shopping cart

Started by Stramm, June 04, 2006, 09:02:32 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

JohannM

Hi Stramm

I see what you mean, altough I like it.

But I would like to change the actual message you see inside the table (e.g.  Item added to shopping basket) and the table/page heading something like "REFRESING" ...

I played a bit with the code with no luck ....

Stramm

in the lang file... added
change that

JohannM

Hi Stramm

I am full of questions (one per thread):

How can I include a function and button in the admin page to resend an specific order (email) to the specific user and admin ?

Thanx in advance 

Joachim Müller

Quote from: JohannM on November 19, 2007, 11:01:03 PM
I am full of questions (one per thread):
Then why do you ask your questions in this very thread? The policy says "one question per thread". It doesn't say "one question per posting". Asking for new features in the announcement thread is not a bright idea.

JohannM

Sorry then

I supposed I thought this question is related to the Shopping cart .... where should I post the question then ?

Thanx

Joachim Müller

Request new feature on the plugin board, with reference to the announcement thread of the plugin that you want to see improved. Of course there's no guarantee that someone is going to look into your request.

mattocean

#406
Dear Stramm,

thanks for this great plugin. I have just installed it and would like to ask you about some things...

1. Is there any possibility to set up just - Print order - option? I want just, that my users orders print from my photos in different sizes and after I did the print send it to the buyer. How can I set up a - Order Print - style photo shop?

Something like this... ist this the Photo Shop plugin or others?

[Edit GauGau] Hotlinked image replaced with attachment [/Edit]

2. I wanted to upgrade the language file to my language but there is a problem, my language has some special characters like - é, ű, ő, í - and the words arn't uppers correctly. How can I include the special characters for my language?

Thanks for your answer.

Regards,
Matt

Stramm

save the lang file as utf-8
in the shop's config remove the entries for 'CD'

cprphotography

hello all, I'm really having a very hard time aading shopping cart to my gallery, can some one help me. nothing seem to be going right. rather than posting here can you e-mail me better. here is my e-mail nycfotografo@yahoo.com. i really will love to have this working, i can also call anyone in the usa fi you rather.
check my gallery http://cprphotography.com-h.com/album/displayimage.php?album=2&pos=3.

Stramm

We do not give support by email, for that we have the forum.
As far as I can see the shopping cart seems to work fine.

darkpollo

Hi Stramm, this is a great plugin!

Well i need some modifications, but i am not sure where (and what :P) to change in the code to make them, could you help me?

I have a gallery of art, and i am using CPG to show the pictures and maybe sell anyone. :)

I have diferents albums to diferent category of art in cpg (orders by size), but this pixtures can be selled only one time. And also, the picture has ther size, and it is impossible to change it.
So, i need two things, i am not sure if it is difficult or not, but i will try to make them.
- First of one, i need that when anyone come into an album with a size they could only select that size to buy, not all the prices list.I mean, I have an album in cpg with all the pixtures 35x45, i want that the shop plugin only shows that option to buy in that albums items, not the 4x7 option. I hope you understand me. I think this cannot be so dificult as you have diferente prices for albums... just remove items for them...
- Second i need is more dificult. I need a posibiliy to select what pictures can be selled and other that cannot be, because when i sell a picture i will keep it on the gallery, but i cannot sell it again. :)

I hope you could help me to edit the code. Thank you very much for the plugin.

I have translate into spanish the lang file, but changing some words to adapt to my web. It is attached on this post also.


Stramm

Your desired modification to show only one specific picture size for a certain album surly is possible. You'll have to add another field to the shops config table, then modify the config/ admin backend to be able to mark one item per album (save in the above created field).
Then modify the add-item function to only show the above marked items.

For that you need to add a field to the pictures table cause the shop is not prepared for 'per item' usage but for per 'album' usage. That field you need to check again in the add_image function if set, if set you don't display the shop's dropdown. If you sell an item, you mark it as sold in the admin... here you need to add code that add's to the pictures table in the above mentioned field.

darkpollo

Quote from: Stramm on December 09, 2007, 01:26:12 PM
Your desired modification to show only one specific picture size for a certain album surly is possible. You'll have to add another field to the shops config table, then modify the config/ admin backend to be able to mark one item per album (save in the above created field).
Then modify the add-item function to only show the above marked items.

For that you need to add a field to the pictures table cause the shop is not prepared for 'per item' usage but for per 'album' usage. That field you need to check again in the add_image function if set, if set you don't display the shop's dropdown. If you sell an item, you mark it as sold in the admin... here you need to add code that add's to the pictures table in the above mentioned field.

Sound easy :P
I will come back if stop on something im not sure how to solve. :D
Thanks!

darkpollo

Hi.
I managed to do the things in a easy way.

For the first thing, i will use only a generic type of price, as i have my pictures in diferents albums, all with the same price, so editing the price of each album seem easy. 

Also, i will use one of the custom profile data of each pictures to mark them as sold, and thsi way i did not touch the pictures database. :) I will onli need to add code to the add_image function.  :)

With that solution i need to make a custom price list, because each album has diferent prices.
It is possible to make an option to the plugin to add a custom price list?

Thanks

PerformanceImagery

Hello Stramm,

  Thank you for writting and supporting this plug-in for all of us non coders out here.  It really works well and is quite versable.  So far I've been able to get it to do every thing I need to to.  You really should have a way for us to send you donations to help offset you hard work.  I do have some layout questions that I'll post in the plug-in forums, but wanted to say thank you in this thread!

t.hagoort

Is there a possibility that customer won't register due checkout, but only fill in there name and e-mailadres (required)?

greetz thijs

Stramm

you'd need to modify a bunch of code in checkout.php... but why, change your registration form to only show name, email and nick. Then that's basically what you require.

t.hagoort

Do you mean the registration form of joomla or photo_shop?
Because I don't want any users on my site. it's a free public site and when the order i don't want messages like: username already exist.

thanks for your help!

Stramm

If you're bridged, then your bridge apps registration form should made use of. To save the user data is a necessary process. Creating just another user table while one already exists is redundant. Therfore the most logic thing to do
id to use the existing structure. If you do not want your users to be able to chose a username you probably can set it the same as the user id (a unique number). Means additional coding.

rterburg

I have tried to install the plugin into my Coppermine 1.4.14 gallery bridged with the Mehdi Bridge (http://www.mehdiplugins.com/misc/index.htm).
After installing I get the message "critical error retrieving data from the database and my gallery isn't working anymore. Can someone help me to solve this problem? I use the latest  shopping card version.

Thanks for your reply.

Regards,

Ron
~Ron~
www.terburg.net, Dutch landscape- and naturephotography