Search found 303 matches

Search found 303 matches

Re: Unit testing, Jenkins, code sniffing, github etc

Hi guys, I took the time to read your posts and I am very happy to hear that testing has been adopted for the project! I will try to get involved as much as I can. I also cloned the repo on my local machine and started checking the files from 'phpunit' folder. To my surprize, I found actual db queri...

Jump to post
  • Wed Jun 13, 2018 5:08 pm
  • Replies 18
  • Views 61398
Re: Journal Theme + Multi Vendor Problem

Hi, the issue seems to be caused by the module Multi Vendor Drop Shipper - Coded by waabay.com which may need to be adapted for one-page-checkout systems.

Please consult with the extension's developer for more information about any compatibility issues.

Jump to post
  • Thu Apr 21, 2016 5:23 pm
  • Replies 8
  • Views 2534
Re: Adding a new variable to products used in Journal2 categ

Hi, The field 'viewed' works because it already exists in the table and the model: http://take.ms/qrDLq If you want to add a new field, you must add it to: 1. database table 2. product model SQL query in catalog/model/catalog/product.php > getProducts() and in the returned array also 3. add it in th...

Jump to post
  • Fri Nov 27, 2015 10:54 pm
  • Replies 1
  • Views 6559
Re: How to Subscribe Email in my website

Hi, you can search for a custom module for this or copy paste HTML code from a 3rd party newsletter client. Nothing by default can be done here.

Jump to post
  • Tue Nov 24, 2015 9:43 pm
  • Replies 2
  • Views 564
Re: Checkout Steps

Hi, these steps need to be kept in order for the Checkout system to properly work. You can try a one-page-checkout module to make it easier.

Jump to post
  • Tue Nov 24, 2015 9:36 pm
  • Replies 2
  • Views 415
Re: Define default shipping and payment address

Hi, default addresses can only be specified my customers in their account page, when they edit an address: http://take.ms/3n3cv

After they are logged, the defaults are saved in session by OpenCart so it's easy for them to make orders again.

Jump to post
  • Tue Nov 24, 2015 9:28 pm
  • Replies 2
  • Views 2053
Re: Bold only Total value in Invoice

Hi, Maybe you can do something like this: <?php foreach ($order['total'] as $total) { ?> <tr> <td align="right" colspan="4"><b><?php echo $total['title']; ?>:</b></td> <?php if ( $total['title'] == 'Total' ) { ?> <td align="right"><b><?php echo $total['text']; ?></b></t...

Jump to post
  • Thu Sep 18, 2014 7:48 pm
  • Replies 1
  • Views 549
Re: change image instead of popup

This can't be done by default. You may need a custom module/extension developed.

Jump to post
  • Mon Aug 04, 2014 7:38 pm
  • Replies 1
  • Views 574
Re: Problem with update from 1.5.4.1 to 1.5.6.1

Did you have any previously custom work done on your store?

Jump to post
  • Mon Aug 04, 2014 7:37 pm
  • Replies 2
  • Views 637
Re: SEO URL Not Supported In Maintenance Mode

Wkat kind of error? Please copy-paste.

Jump to post
  • Mon Aug 04, 2014 7:36 pm
  • Replies 2
  • Views 972
Re: Not Showing > Total OC Shifted to another domain

Check the log for errors, also the vQmod log for errors and post them here. Try to re-install the module again. Is vQmod properly installed? You can check by accessing "your-site-url/vqmod/install"

Jump to post
  • Mon Aug 04, 2014 7:33 pm
  • Replies 1
  • Views 856
Re: Errors mysql

This is a hosting problem, please contact the company. I believe they have changed the MySQL version running on the server.

Jump to post
  • Mon Aug 04, 2014 7:30 pm
  • Replies 1
  • Views 541
Re: Permission level for admin users

You can only restrict access to certain sections of the admin, by defaul http://awesomescreenshot.com/07a396ggf4
There is no field that connects the user to the product that was saved.

Maybe you should ask for a custom extension/module?

Andy

Jump to post
  • Mon Aug 04, 2014 7:29 pm
  • Replies 2
  • Views 951
Re: newbie to opencart and DB's

Hi, If you would like to work offline on your store's content, you can install and use the Free import/export tool: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=17 It will generate an Excel/XLS file which you can use to manipulate data and then import the file ba...

Jump to post
  • Mon Aug 04, 2014 7:10 pm
  • Replies 2
  • Views 514
Re: problems with image upload

Please check folder permissions again. How did you set them? Using Cpanel or FTP client?

Jump to post
  • Mon Aug 04, 2014 7:02 pm
  • Replies 2
  • Views 717
Re: Help..How Do I replace Main Banner Image with SLIDESHOW?

Can you send a screenshot of the current state of the homepage?

You should remove any existing banners in Modules > Slideshow and add you banner by setting the same values as the default banner has set http://awesomescreenshot.com/0d53968wd1

Jump to post
  • Mon Aug 04, 2014 6:59 pm
  • Replies 2
  • Views 585
Re: how to get a child of a child on the home page

Open Cart support by default only 1-level children categories, so you will have to custom code a function for this. You can run the loop and find categories for each of the $child['category_id'] also and create a multidimensional array.

Andy

Jump to post
  • Mon Aug 04, 2014 6:55 pm
  • Replies 3
  • Views 1518
Re: Shoppingcart is nog working

I can see it works now. Is it fixed?

Jump to post
  • Mon Aug 04, 2014 6:51 pm
  • Replies 1
  • Views 421
Re: Display product prices with tax except at checkout ?

Tax is related to Geo zones, so you can't display Tax on a product without connecting it to a Geo Zone.
What you need can be custom coded, there is no default feature for this.

Andy

Jump to post
  • Mon Aug 04, 2014 6:51 pm
  • Replies 2
  • Views 1103
Re: *HELP* Removing Disqus comments box from home page

Hi,

Does it affect the style of your store? You can remove it using CSS with display: none

Jump to post
  • Mon Aug 04, 2014 6:48 pm
  • Replies 3
  • Views 735

Search found 303 matches