Search found 418 matches

Search found 418 matches

Re: Multistore with different mail adresses

I have setup OC3.02 and I wanted to have a multistore set. I noticed not all tabs from the store are taken over. In the default store 7 tabes appear but when you create an additional store only 6 tabs are created (General, Store, Local, Option, Image and Server. The tab with the Mail settings does ...

Jump to post
  • Tue May 21, 2019 2:30 am
  • Replies 1
  • Views 361
Re: Upgrade problem from 1.5.3.1 to 3.0.3.1

upgrading from 1.5 to 2.x or 3.x version is not simply like upload files. it is like a surgery "in database" you need to keep connections links trough database tables so my suggestion would be to hire someone:)

Jump to post
  • Sat May 11, 2019 4:38 am
  • Replies 4
  • Views 739
Re: Adding information page to header

gatorslayer wrote:
Wed May 08, 2019 7:37 am
I would like to add an information page to the header bar on open cart 3.0.3.2. When I try It just wants to add a products page.
This is the module you may be interested

https://www.opencart.com/index.php?rout ... n_id=19609

Jump to post
  • Thu May 09, 2019 6:14 am
  • Replies 1
  • Views 426
Re: Display Tax Name on Pdf Invoice

$product['tax'].'%';

:) so simply present just tax value and add % to it

Jump to post
  • Wed May 01, 2019 7:47 pm
  • Replies 1
  • Views 297
Re: Need to replace point by comma while adding product

formating function itself then need to be checked. pm me and we can arrange the time for fixing

Jump to post
  • Mon Apr 29, 2019 7:47 pm
  • Replies 5
  • Views 449
Re: Multistore. Http and https works in substore. In main store https works but not http. Why?

in main httacess add:

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
at least i do have this in my website and it does the job for me:)

Jump to post
  • Mon Apr 29, 2019 7:22 pm
  • Replies 3
  • Views 369
Re: Different product sort order for specific Categories

By default you can set order how sort product in all categories, if you want to sort the same product assigned in 2 or more categories diferrent then you need an extra module with category sort rules. PM if you need it to be done or email

Jump to post
  • Mon Apr 29, 2019 7:19 pm
  • Replies 3
  • Views 1428
Re: How to keep change order status but hiding delete button

Yes possible by using a module what version of opencart you use?

Jump to post
  • Mon Apr 29, 2019 6:59 pm
  • Replies 3
  • Views 411
Re: Need help with PHP Variable name for Order Status

Hey guys, I would like to check my order status to see if it's "processing" When I use the following it won't detect the order is processing. Is my IF statement incorrect? Using in the model file. if($order_info['status'] == 'processing'){ $data['show_unpaid'] = false; $data['show_paid'] ...

Jump to post
  • Mon Apr 29, 2019 6:48 pm
  • Replies 3
  • Views 506
Re: Slider Banners

if they are mixed up i believe you assigned banner images not correct

Jump to post
  • Mon Apr 29, 2019 6:43 pm
  • Replies 3
  • Views 1171
Re: Need to replace point by comma while adding product

changing decimal point to , didnt helped? try:

$_['decimal_point'] = ',';
$_['thousand_point'] = '';

that is leave thousand point nothing

Jump to post
  • Mon Apr 29, 2019 6:41 pm
  • Replies 5
  • Views 449
Re: How to pass a parameter in URL to auto-login?

it is not as simple as it may look:) in the first plasce, do your opencart/joomla integration (once user registers to joomla) does he is autoregistered to opencart also? if no then you will not be able to pass anything in order to login user to opencart as he must have account on opencart shop itsel...

Jump to post
  • Sat Apr 27, 2019 10:44 pm
  • Replies 1
  • Views 192
Re: OCMod position after is replacing code.

<search trim="true"> simply leave <search>

Jump to post
  • Sat Apr 27, 2019 5:19 am
  • Replies 7
  • Views 976
Re: Show stock in front page

you mean with a badge ? in stock? on images?

Jump to post
  • Sat Apr 27, 2019 3:35 am
  • Replies 1
  • Views 221
Re: Guest Checkout orders

yes you can extract it from orders table:

Code: Select all

SELECT `firstname`, `lastname`, `email` FROM `oc_order` WHERE 1

Jump to post
  • Sat Apr 27, 2019 3:34 am
  • Replies 1
  • Views 296
Re: Rotate Text in Home page

Text rotate? where? what text?:)

Jump to post
  • Sat Apr 27, 2019 3:30 am
  • Replies 9
  • Views 1544
Re: Contact Form Displays Blank Page After Submission

Was this inspired by my blog: "How to Report a Bug the Right Way" Yeah, I decided to create such page for myself, because lots of customers think, that developers are spidermen or something and must understand "doesn't work" issue reports right away. Does spiderman understands i...

Jump to post
  • Sat Apr 27, 2019 1:37 am
  • Replies 14
  • Views 1464
Re: Contact Form Displays Blank Page After Submission

Here you go: https://thekrotek.com/support/reporting-issues Pay special attention to the bottom section about displaying errors. Nice informative text:) another one method you should write about :) is to add error_reporting(E_ALL); ini_set('display_errors', 1); in index.php or admin/index.php

Jump to post
  • Fri Apr 26, 2019 2:48 pm
  • Replies 14
  • Views 1464

Search found 418 matches