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
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
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;
}
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.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.
Who is online
Users browsing this forum: No registered users and 4 guests