Advanced search  

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

Pages: 1 ... 26 27 28 29 [30]   Go Down

Author Topic: Shopping cart  (Read 650931 times)

0 Members and 1 Guest are viewing this topic.

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #580 on: December 11, 2008, 08:14:58 am »

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.
Quote
New 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

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Shopping cart
« Reply #581 on: December 11, 2008, 09:13:18 am »

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?
Logged

Jasondt2001

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Re: Shopping cart
« Reply #582 on: December 13, 2008, 02:13:43 am »

In Germany tax is 19%
Code: [Select]
$tax = number_format(($tot_price/119*19),2);
For a tax of eg 25% change it to
Code: [Select]
$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
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #583 on: December 13, 2008, 09:26:28 am »

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

Jasondt2001

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 31
Re: Shopping cart
« Reply #584 on: December 13, 2008, 07:42:26 pm »

the total price is including the tax... just read that line
Code: [Select]
$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
Logged

metalguy639

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #585 on: December 16, 2008, 09:02:55 am »

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
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #586 on: December 16, 2008, 09:13:48 am »

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

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #587 on: December 16, 2008, 10:06:28 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.

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.
Logged

metalguy639

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #588 on: December 16, 2008, 10:07:55 am »

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.
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #589 on: December 16, 2008, 10:53:15 am »

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

metalguy639

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #590 on: December 16, 2008, 11:10:13 am »

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.
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #591 on: December 16, 2008, 12:54:31 pm »

please zip your theme and attach it to your next post

metalguy639

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #592 on: December 16, 2008, 01:46:42 pm »

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
Logged

metalguy639

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Re: Shopping cart
« Reply #593 on: December 18, 2008, 03:53:19 am »

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.
Logged

jaus

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 84
Re: Shopping cart
« Reply #594 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.
Logged

georgeandjacks

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Shopping cart
« Reply #595 on: December 21, 2008, 07:17:36 am »

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
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #596 on: December 21, 2008, 09:21:29 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

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #597 on: December 21, 2008, 09:22:28 am »

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

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Shopping cart
« Reply #598 on: December 21, 2008, 11:54:12 am »

Pages: 1 ... 26 27 28 29 [30]   Go Up
 

Page created in 0.027 seconds with 20 queries.