Post by cringwell » Tue Jan 27, 2009 3:44 am

First off, I am sorry if this is the wrong forum.  I recently inherited a website because the guy that helped went MIA.  I have been able to do mostly everything, but one issue is that when an item is finalized and bought in the store - and paid for via paypal.

When I go into paypal.com, I can see the payment, but its asking for me to capture the item.  Paypal is saying its because of the button (which makes no sense to be, but I have basic html skills, so I could be wrong) and that its not authorizing corretly.

Any ideas on what that could possibly mean?

Secondly, I am trying to find the code so that the top image on the main page shows the whole image.  Is it locked into what size the top image needs to be (100 x 15 is my guess of what it looks like)?

lastly, how can I donate for this amazing resource?

Scott

Newbie

Posts

Joined
Sat Dec 06, 2008 12:07 am

Post by bruce » Tue Jan 27, 2009 7:47 am

Hi Scott,

The paypal question is answered in the forum (paypal were right) here.

The image is controlled in the file catalog\template\\css\default.css
is probably "default". I have included the code below

Code: Select all

#header .a {
	background: url('../image/logo.png') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 157px;
	height: 32px;
	float: left;
	position: absolute;
	top: 22px;
	left: 10px;
}

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm

Post by Qphoria » Tue Jan 27, 2009 8:03 am

cringwell wrote: When I go into paypal.com, I can see the payment, but its asking for me to capture the item.  Paypal is saying its because of the button (which makes no sense to be, but I have basic html skills, so I could be wrong) and that its not authorizing corretly.
This is an old version of opencart I take it.. The latest 0.7.9 RC6 and newer, as well as the newest "Paypal Improved" has the option of "sale" configurable in the admin, and set to "sale" by default. If possible, I would look into upgrading your store.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 4 guests