Search found 29 matches

Search found 29 matches

Re: Free shipping if order quantity = ..

Bump

ctellier wrote:Thanks Q it works. Now how do I have it auto select the free shipping and remove the others?

Jump to post
  • Thu Nov 05, 2009 5:40 am
  • Replies 5
  • Views 1444
Re: Free shipping if order quantity = ..

Thanks Q it works. Now how do I have it auto select the free shipping and remove the others?

Jump to post
  • Wed Nov 04, 2009 12:25 pm
  • Replies 5
  • Views 1444
Free shipping if order quantity = ..

Hi I was wondering if someone could help me set this up. I need free shipping if a customer's order = a certain number of products. Like if a customer orders 10 or more items then the free shipping will be available. I cant do it with a certain $ amount because the different customer groups have dif...

Jump to post
  • Wed Nov 04, 2009 11:43 am
  • Replies 5
  • Views 1444
Re: Ask a genius module?

I dont know how to do this, but I think you should have posted this in http://forum.opencart.com/viewforum.php?f=22 not General Support. You might want to move it.

Jump to post
  • Tue Oct 27, 2009 11:03 pm
  • Replies 5
  • Views 1265
Re: Sessions..cookies.. help

Remember i had this: <?php if (isset($_SESSION['customer_id'])) { include_once "logged.php"; } else { include_once "notlogged.php"; } ?> so if they are not logged it wont even run <span class="dark2">Welcome Back <?php echo ($_SESSION['firstname']);?>!</span> so is that...

Jump to post
  • Mon Oct 26, 2009 11:46 am
  • Replies 10
  • Views 1760
Re: Sessions..cookies.. help

Ok this is how I did the echo

Code: Select all

<span class="dark2">Welcome Back <?php echo ($_SESSION['firstname']);?>!</span>
And it works. Is that the right way to do it?
Thanks alot!

Jump to post
  • Sun Oct 25, 2009 2:38 am
  • Replies 10
  • Views 1760
Re: Sessions..cookies.. help

Yup, but now I need to figure out how to echo or print the firstname? I have it set up like this... In my main sites header.php i have this <?php if (isset($_SESSION['customer_id'])) { include_once "logged.php"; } else { include_once "notlogged.php"; } ?> Now if a customer is NOT...

Jump to post
  • Sat Oct 24, 2009 12:05 pm
  • Replies 10
  • Views 1760
Re: Sessions..cookies.. help

Thanks, works great ;D

Jump to post
  • Sat Oct 24, 2009 5:03 am
  • Replies 10
  • Views 1760
Re: SEO duplicated content

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.%{HTTP_HOST}/store/$1 [R=301,L]

Jump to post
  • Fri Oct 23, 2009 1:04 pm
  • Replies 34
  • Views 17081
Sessions..cookies.. help

Hi I have a question. I would like my homepage (not my store index.php) to be able to recognize if a customer is logged in. How would I do this? I know it has somthing to do with sessions and or cookies, but I just dont know how to go about it. ??? site is set up like this: Homepage: /index.php Stor...

Jump to post
  • Fri Oct 23, 2009 10:49 am
  • Replies 10
  • Views 1760
Re: Design the category menu with css

looks like a database problem.

Jump to post
  • Thu Oct 22, 2009 3:56 am
  • Replies 30
  • Views 12539
Re: Stable enough

Open Cart is my first cart system, and I have to say I am happy. I had a couple problems but They were solved within a day or two of asking on the support forum. :)

Jump to post
  • Thu Oct 22, 2009 3:00 am
  • Replies 2
  • Views 744
Re: Order Problem (paypal)

Works! Thanks alot to the both of you!

Jump to post
  • Tue Oct 20, 2009 5:49 am
  • Replies 14
  • Views 2639
Re: Order Problem (paypal)

Im in the pp_standard.php in catalog/controller/payment/

and that line already has it on it:

$this->data['item_name'] = html_entity_decode($this->config->get('config_store'), ENT_QUOTES, 'UTF-8');

Jump to post
  • Tue Oct 20, 2009 3:43 am
  • Replies 14
  • Views 2639
Re: Order Problem (paypal)

Thanks, could you tell me which file I need to edit and where to find it?

Jump to post
  • Tue Oct 20, 2009 3:37 am
  • Replies 14
  • Views 2639
Re: Order Problem (paypal)

figure out anything?

Jump to post
  • Mon Oct 19, 2009 10:53 pm
  • Replies 14
  • Views 2639

Search found 29 matches