Re: Wordpress Integration
I'm guessing WP would be the best base for that? This sounds out of my league... Anyone need a job? lol
Jump to post- Sat Oct 25, 2008 1:16 pm
- Replies 2
- Views 1855
Wordpress Integration
Anyone have any idea how to integrate the user information of wordpress and opencart together. That way ppl don't have to login twice with 2 separate accounts?
Jump to post- Sat Oct 25, 2008 12:46 am
- Replies 2
- Views 1855
Re: item title not showing in paypal
They can't remove anything.
Jump to post- Tue Aug 05, 2008 4:52 pm
- Replies 6
- Views 2662
Re: item title not showing in paypal
I actually installed the plugin that he discussed above. Works perfectly and customizes paypal to integrate more with the site. The users get to review what they are paying for in a shopping cart style look. Each product is shown and not just a lump sum.
Jump to post- Tue Aug 05, 2008 1:04 pm
- Replies 6
- Views 2662
Re: Paypal Setup Help
i know, i'm in the process of working it out.... http://forum.opencart.com/index.php/topic,1266.0.html
Jump to post- Tue May 20, 2008 1:16 am
- Replies 23
- Views 8936
Re: Paypal List of Products Purcased
lol... http://forum.opencart.com/index.php/topic,1266.0.html
Jump to post- Tue May 20, 2008 1:15 am
- Replies 9
- Views 3395
Re: Paypal Shopping Cart Feature Plugin
I'll look into it. You mean if shipping is turned off for the entire store? The code I have isn't the best, like i said. What it does is select the shipping from the totals array. If there is no shipping it will take whatever is the second object in the array. foreach ($totals as $key => $total) { ...
Jump to post- Tue May 20, 2008 1:13 am
- Replies 54
- Views 40288
Paypal Shopping Cart Feature Plugin Hack
Alright the full hack. Keep in mind, this script does not allow the coupon code at this time: In /catalog/extension/payment/paypal.php Replace this (lines 69-90): $ouput = '<input type="hidden" name="cmd" value="_xclick" />' . "\n"; $ouput .= '<input type="hidden" name="business" value="' . $this...
Jump to post- Wed May 14, 2008 3:24 am
- Replies 54
- Views 40288
Re: Paypal Shopping Cart Feature Plugin
How can they do that? If you send the amount total there is no field at the paypal cart. Got to www.solidrockunltd.com, I think i got a sloppy working version, there is no edit field for the user with the cart option. I added this to checkout_confirmation.tpl if (!$product['discount']) { echo '<...
Jump to post- Sun May 11, 2008 10:03 am
- Replies 54
- Views 40288
Paypal Shopping Cart Feature Plugin
Okay, not very good at the whole changing opencart yet so I thought I'd bring what I got to the forums. Essentially what I want to do is take advantage of paypals shopping cart variables. Currently open cart only sends a lump sum to paypal, but paypal has features that enable a page to send items to...
Jump to post- Sun May 11, 2008 8:35 am
- Replies 54
- Views 40288
Re: Sample Config files
MySQL client version: 3.23.49
I keep getting the errors above. This is so frustrating.
- Sat May 10, 2008 3:44 pm
- Replies 10
- Views 8451
Re: Sample Config files
Well I already have a place for my client to go if they would want to switch. The problem is... they don't. Does anyone know if OpenCart works with remote databases. That is, after installation I went to the client's database and saw tables that had been created. I got it to "install" but I guess it...
Jump to post- Sat May 10, 2008 4:10 am
- Replies 10
- Views 8451
Re: Sample Config files
K. Still trying to install on this server. If I don't delete the install file (which i did correctly the first time) and this did in fact install correctly (which i don't think it did) should open cart still allow me to install?
Jump to post- Fri May 09, 2008 8:53 am
- Replies 10
- Views 8451
Re: Sample Config files
i'm getting the same problem.
Jump to post- Fri May 09, 2008 1:03 am
- Replies 10
- Views 8451
Re: Sample Config files
Yeah... i'm trying to help out a client that won't move their site to a better server. They're going through some guy that won't give up their control panel information so I can go in and change the mySQL. So I'm not sure if this even installed correctly. I'll try this and check back later. So frust...
Jump to post- Thu May 08, 2008 5:05 pm
- Replies 10
- Views 8451
Re: PHP 5 Open Cart Version 7
I ended up switching hosts...
- Thu May 08, 2008 5:03 pm
- Replies 6
- Views 2628
Re: How change colour of text in search box
It's still in the template section at least... go to /catalog/template/default/module/search.tpl give the input field a class of input search: <input type="text" class="input-search" name="search" value="<?php echo $search; ?>" /> <input type="text" class="input-search" name="search" value="<?php ec...
Jump to post- Thu May 08, 2008 3:09 am
- Replies 2
- Views 2765
Re: Need Help
http://www.thereptilounge.com/store/catalog/template/default/css/default.css #header { height: 70px; // needs to change clear: both; } #header .a { background: url('../image/logo.gif') no-repeat; behavior: url('catalog/javascript/png/iepngfix.htc'); width: 806px; height: 130px; // Because this is la...
Jump to post- Thu May 08, 2008 2:47 am
- Replies 2
- Views 1298
Sample Config files
Hey I was having trouble installing on one of my client's websites. It went through the installation progress but after it says: "Go to Administration" and "Go to Store" I get the following errors: For the Store Notice: Use of undefined constant DIR_LIBRARY - assumed 'DIR_LIBRARY' in C:\hosting\webh...
Jump to post- Thu May 08, 2008 2:15 am
- Replies 10
- Views 8451
Re: PHP 5 Open Cart Version 7
Yeah I hate life... i don't understand how it worked with the php 4 version of Open cart... why would it do that?
Jump to post- Fri May 02, 2008 10:55 am
- Replies 6
- Views 2628