Shopping cart - Page 30 Shopping cart - Page 30
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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.

Stramm

Quote from: gabzee on December 10, 2008, 10:15:02 PM
Hi I was search but can't find.
How can I move the shopping plugin buttons(images in cart, checkout...), somewhere else in theme?

Tnx

That info you can find in the first post of this thread.
QuoteNew version (1.1 uploaded on 08/09/2006)
- added shipping costs
- added support for a tag in template.html {CART_MENU}, either add that to your template or the cart will be inserted after the sub menu
- fixed all known bugs

animas

I was wondering if Modpack 1 ( http://stramm.st.funpic.org/displayimage.php?album=lastup&cat=0&pos=0 ) and Photo Shop (http://stramm.st.funpic.org/albums/userpics/10001/photo_shop_1_3_6.zip) are different. Does the modpack include photo shop plugin already?

Jasondt2001

Quote from: Stramm on December 09, 2008, 08:35:22 AM
In Germany tax is 19%
$tax = number_format(($tot_price/119*19),2);

For a tax of eg 25% change it to
$tax = number_format(($tot_price/125*25),2);

Hello again Stramm, I sure appreciate your help!

What I'm wanting to do is add the tax to the total amount tag.
I've added all the numbering (and function to create the correct tax amounts). I have "Tax" shown where i want it on the display screen, but, I want to add the $tax amount to the $total_price tags so it will show the tax in the TOTAL amount area.

I guess what I'm trying to do is to make it display $tax+$total_price= X

Thanks for the help, I'm learning alot! The keytags and info you put in the software really help me see what does what when I look through it!

- Jason

Stramm

the total price is including the tax... just read that line
$tax = number_format(($tot_price/125*25),2);

Jasondt2001

Quote from: Stramm on December 13, 2008, 09:26:28 AM
the total price is including the tax... just read that line
$tax = number_format(($tot_price/125*25),2);


Ok, Got it!! Thank you!

Looks like I'm going to have to learn how to add 2 classes together and display them as the total!

Thanks for your help, I just read it wrong. :)

Merry Christmas!

- Jason

metalguy639

I have 2 problems with this plugin. I've coded a skin for a client from a psd file. They already have this plugin installed on their site. I have 2 issues that I need to clear up.

1. How do I change the buttons to be links? Where is the code for this what file is it in? The little checkout menu and what have you has buttons but the theme we have done does not & I need to change this to make it stay all the same for my client.

2. After I click continue to checkout everything goes nuts in the theme. Its all out of whack. How do I solve this? Is the css meant to solve this problem that was provided in the plugin or is there some other way to solve it?

Thanks

Stramm

2. http://forum.coppermine-gallery.net/index.php/topic,53041.msg257802.html#msg257802
1. codebase.php - function photoshop_user_menu() - that's mainly pure html. So it should be no problem for you to modify it as needed.

metalguy639

Quote from: Stramm on December 16, 2008, 09:13:48 AM
2. http://forum.coppermine-gallery.net/index.php/topic,53041.msg257802.html#msg257802

Did not work it made it WAYYYY worse :( I've attached screen shots of before & after I click on the checkout button.

Quote from: Stramm on December 16, 2008, 09:13:48 AM
1. codebase.php - function photoshop_user_menu() - that's mainly pure html. So it should be no problem for you to modify it as needed.

Worked & its now fixed, thanks.

metalguy639

Sorry but apparently I cannot edit my last post...I attached the same shot twice, here's the other screen shot the after I click shot.

Stramm

in the before-viewcart.jpg I can't spot a problem... please point it out more clearly where you see an issue

metalguy639

Its in the after view cart. I put the before view so you could see what it should look like just to give you an idea.

Stramm

please zip your theme and attach it to your next post

metalguy639

I'm sorry but I cannot do that. As I said this is a theme for a client not a hobby site or just someone who is doing this in their spare time, this is a client's business site. I cannot post the theme in open forum for everyone to get it. This theme is a custom theme for that site only.

The theme is set in tables and I put the gallery code inside the center part of the table so just like the regular themes it should all fit in the center just like everything else. If you PM me your e-mail or something I can send you the files but I cannot post them on open forum. Thanks

metalguy639

Quote from: Stramm on December 16, 2008, 12:54:31 PM
please zip your theme and attach it to your next post

Stramm I talked to my client adn they gave the ok for me to upload a zip file of the skin. Please let me know if we can fix this problem. Thanks.

jaus

I have been experimenting with the paypal capability of the plugin on my test server and I am having trouble with making the paypal return url work.   I have specified a return url in gateway.inc.php, and when posting a payment to the paypal sandbox I get the "Return to ... " button.  Looking at the rollover url the root of my coppermine installation gets inserted at the front of my specified url (I assume thats intended), but when I click the return button the paypal sandbox url gets inserted as a prefix to that.

For example if I put 'index.php' in the url parameter, the return button in the sandbox will try to go to :

https://www.sandbox.paypal.com/us/cgi-bin/http%3A%2F%2Flocalhost%2FJoeAustinPhotography%2Fcpg1418%2Findex.php?merchant_return_link=Return+to+Joe+Austin%27s+Test+Store

Which results in a "404 - Webpage not found" error

Is there something I am missing in using the return url parameter?

I don't see any discussion of problems with it in this thread.

Thanks,
Joe.

georgeandjacks

Hello,

Thank you Stramm for making this excellent plugin and for all the support.

I was wondering if it is possible to add the "Add image to shopping basket" form to the top description bar on the Enlargeit plugin here http://forum.coppermine-gallery.net/index.php/topic,53290.0.html and if so, how would I go about doing it?

Link to my gallery is: http://ederphotography.site50.net/cpg1419/

Thanks in advanced

Stramm

Quote from: metalguy639 on December 18, 2008, 03:53:19 AM
Stramm I talked to my client adn they gave the ok for me to upload a zip file of the skin. Please let me know if we can fix this problem. Thanks.

I haven't had time to look into that till now. But I'll post the new shop version today. Most probably it'll fix your problem.

Stramm

Quote from: jaus on December 20, 2008, 11:03:16 PM
I have been experimenting with the paypal capability of the plugin on my test server and I am having trouble with making the paypal return url work.   I have specified a return url in gateway.inc.php, and when posting a payment to the paypal sandbox I get the "Return to ... " button.  Looking at the rollover url the root of my coppermine installation gets inserted at the front of my specified url (I assume thats intended), but when I click the return button the paypal sandbox url gets inserted as a prefix to that.

For example if I put 'index.php' in the url parameter, the return button in the sandbox will try to go to :

https://www.sandbox.paypal.com/us/cgi-bin/http%3A%2F%2Flocalhost%2FJoeAustinPhotography%2Fcpg1418%2Findex.php?merchant_return_link=Return+to+Joe+Austin%27s+Test+Store

Which results in a "404 - Webpage not found" error

Is there something I am missing in using the return url parameter?

I don't see any discussion of problems with it in this thread.

Thanks,
Joe.


The new version (somewhen up today) will fix that. It's a known problem.

Stramm