Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: Paypal Item Description

I'm working on a solution to this, however it is still in the initial stages.

If you don't use coupons and don't charge tax, the 0.5 version should work fine for you :D

http://forum.opencart.com/viewtopic.php?f=13&t=4598

Stay tuned

Jump to post
  • Wed Jul 01, 2009 5:41 am
  • Replies 3
  • Views 1674
Hide "empty" manufacturers

I have a LONG list of manufacturers but the majority don't have any products yet. Is there an easy way to only show manufacturers that have products?

I don't want to re-invent the wheel if someone has already done this.

Jump to post
  • Wed Jul 01, 2009 5:36 am
  • Replies 1
  • Views 568
Reuse Product Options

I'm setting up a shopping cart for someone who is selling lingerie. Now, for bras there are lots of variations (sizes and colors). It will be far too tedious to key in the same options and option values for each bra so I'm wondering what is the best way to set up one product with all available sizes...

Jump to post
  • Tue Jun 23, 2009 6:59 am
  • Replies 2
  • Views 1298
Re: OpenCart v1.2.9

If I export my 1.2.8 database and do a clean install of 1.2.9, will I be able to import my database?

Is this the recommended way of upgrading?

Jump to post
  • Sun Jun 21, 2009 6:57 pm
  • Replies 62
  • Views 30648
www.beachwearhawaii.com

Still adding products...

www.beachwearhawaii.com

Jump to post
  • Thu Mar 27, 2008 8:15 am
  • Replies 2
  • Views 2050
Re: Auto return from Paypal

Log in to paypal
Click on "Profile"
Click on "Website Payment Preferences" (under "Selling Preferences" on the right)
Turn "Auto Return" on and use http://www.YOURSTORE.com/index.php?cont ... ut_success

Jump to post
  • Fri Mar 21, 2008 5:32 am
  • Replies 1
  • Views 1333
Re: how to get shipping cost..

UPDATE the way my shipping was calculated, i started getting amounts with more than 2 decimal places which caused paypal to error. here is my new code that fixes it: /catalog/extension/payment/paypal.php //$ouput .= '<input type="hidden" name="amount" value="' . $this->curre...

Jump to post
  • Thu Mar 20, 2008 6:33 pm
  • Replies 5
  • Views 5451
Re: Weight base shipping by pablohoney

i fixed this problem on my site. here's my code.


/catalog/extension/shipping/weight.php

Code: Select all

//'cost'  => $this->config->get('weight_cost') * $this->cart->countProducts(),
'cost'  => $this->config->get('weight_cost') * $this->cart->getWeight(),

Jump to post
  • Thu Mar 20, 2008 6:31 pm
  • Replies 13
  • Views 5107
Re: how to get shipping cost..

i just implemented the same functionality. here is my code, tell me what you think. i didn't know how to get the subtotal, so i just used ((total) - (shipping)) for the "amount" field /catalog/extension/payment/paypal.php //$ouput .= '<input type="hidden" name="amount" ...

Jump to post
  • Thu Mar 20, 2008 5:57 pm
  • Replies 5
  • Views 5451

Page 1 of 1

Search found 9 matches