Search found 942 matches

Search found 942 matches

Re: move opencart to other hosting or dedicated server

I responded to your PM, and agreed to your budget. I'm looking forward to helping you out at any time!

Jump to post
  • Wed Nov 12, 2014 4:34 am
  • Replies 5
  • Views 1070
Re: Looking for Checkout Plugin

You're looking for a "login with paypal" style functionality in addition to the quick checkout. You'd probably have to do some work to combine the two into the checkout flow you're after, but it is doable. I'd be happy to quote you on it if you're interested in having that work done.

Jump to post
  • Mon Oct 27, 2014 11:56 pm
  • Replies 6
  • Views 1031
Re: Automatic salesperson's commission upon sale

Hi Dave!

I've PM'd you with a solution and some more information.

Jump to post
  • Sat Oct 25, 2014 4:16 am
  • Replies 1
  • Views 599
Re: Sales Fees

I've PM'd you!

Jump to post
  • Sat Oct 25, 2014 12:14 am
  • Replies 1
  • Views 739
Re: Delivery Address

I've PM'd you!

Jump to post
  • Sat Oct 25, 2014 12:02 am
  • Replies 3
  • Views 961
Re: Help with Paypal Please

It's likely the issue you're having is the "Missing Orders" one. Go to Sales -> Orders, and filter by "missing orders". Are all the orders there?

Jump to post
  • Thu Oct 23, 2014 11:56 pm
  • Replies 3
  • Views 533
Re: Creating a feed

This sounds like it would need to be custom developed. I've PM'd you with a quote.

Jump to post
  • Thu Oct 23, 2014 4:19 am
  • Replies 2
  • Views 597
Re: Can someone point out the media queries (responsive) in

You just need to Unminify the css. Then it'll look normal.

Just so you are aware, this minification is just done for file size so it loads faster. All that white space makes a very small difference in load times.

Jump to post
  • Sat Oct 18, 2014 5:05 am
  • Replies 3
  • Views 2070
Re: Can someone point out the media queries (responsive) in

OC 2.0 uses Bootstrap 3, so if you're asking about how to structure media queries, etc..knowing what's running the thing and having the docs handy is a good thing.

That said, I think you're looking for this file...

\catalog\view\javascript\bootstrap\css\bootstrap.min.css

Jump to post
  • Sat Oct 18, 2014 2:03 am
  • Replies 3
  • Views 2070
Re: Product Message

Are you familiar enough with PHP to do some custom dev work?

Jump to post
  • Sat Oct 18, 2014 1:58 am
  • Replies 2
  • Views 644
Re: Export/Import of table

Here's what I would suggest... Make a file and DB clone of your existing website, and reinstall in the subdirectory /new-shop/ or whatever you want to use. Be sure that this is on it's own DB (a carbon copy of what you have, but still seperate), then follow the steps to upgrade a store from 1.5.5.1 ...

Jump to post
  • Sat Oct 18, 2014 1:56 am
  • Replies 3
  • Views 1645
Re: Featured Module BG Colour Change

/catalog/view/theme/default/stylesheet/stylesheet.css around line 663 .box .box-content { background: #FFFFFF; -webkit-border-radius: 0px 0px 7px 7px; -moz-border-radius: 0px 0px 7px 7px; -khtml-border-radius: 0px 0px 7px 7px; border-radius: 0px 0px 7px 7px; border-left: 1px solid #DBDEE1; border-ri...

Jump to post
  • Sat Oct 18, 2014 1:52 am
  • Replies 4
  • Views 827
Re: Are email confirmations sent when inserting an order?

/admin/order/sale.php is the file containing the function that processes an admin inserted order. I've copied and pasted the code in it's entirety below. public function insert() { $this->language->load('sale/order'); $this->document->setTitle($this->language->get('heading_title')); $this->load->mod...

Jump to post
  • Sat Oct 18, 2014 12:44 am
  • Replies 2
  • Views 682
Re: Featured Module BG Colour Change

Post a link to your store. Can't help as of now as the post is to generic, and the module you're referring to indicates that you are not using the default theme...which would make assisting you even a bit more difficult.

Jump to post
  • Sat Oct 18, 2014 12:28 am
  • Replies 4
  • Views 827
Re: stockfeed problem

Well, it looks like you've properly setup a $nobuy variable, but just setting that up is not going to prevent the item from being purchased. There's a lot of ways you could do that, but probably the easiest one would be to wrap the add to cart button in an if statement, and not show it if $nobuy = 1...

Jump to post
  • Sat Oct 18, 2014 12:25 am
  • Replies 1
  • Views 425
Re: Default template

/webspace/siteapps/OpenCart-222036/htdocs/image/templates The file structure for opencart that you need to be aware of goes like this... /catalog /controller /language /model /view /javascript /theme /default /A NEW FOLDER THAT'S CREATED BY UPLOADING YOUR THEME So, you need to upload your theme to ...

Jump to post
  • Sat Oct 18, 2014 12:21 am
  • Replies 1
  • Views 1082
Re: shipping/handling popup not working

Check the console log for javascript errors. The issue you are describing would say to me it's an AJAX issue...but if it was it would likely show for me as well...but regardless, that's still my thought at this time.

Jump to post
  • Fri Oct 17, 2014 11:54 pm
  • Replies 3
  • Views 567
Re: Select option on product

Moving to a CMS is a step in the right direction! If your question is answered, please mark the topic [Solved] by editing the first post and putting that in the title.

Jump to post
  • Fri Oct 17, 2014 11:32 pm
  • Replies 3
  • Views 491

Search found 942 matches