Search found 65 matches

Search found 65 matches

Re: How to pre-populate some fields when user adds new address

Hello, Thank you very much for replying. It seems that you are on of the last OC 1.5 heroes :D Your suggestion is great, but not quite what I need. I needed to pre-populate fields from an existing user data, when adding a new address. I was lucky enough to find a post which led me to solution. I end...

Jump to post
  • Tue May 23, 2017 5:44 pm
  • Replies 3
  • Views 1117
How to pre-populate some fields when user adds new address

Hello, I would like to pre-populate some fields when a user adds new address. Most of the clients are going to be companies and when Adding new delivery addresses some information like company name, copany id and VAT id, will always be the same and it would be great if these fields were already fill...

Jump to post
  • Wed May 17, 2017 7:15 pm
  • Replies 3
  • Views 1117
Re: Hide modules

It points to the same file and targets the same code line as in original mod though. If I understand correctly OC 2.3 changed module layout and file structure a little bit. Besides, in the newest OC version there is no module.php file in the original modification path admin/controller/extension/modu...

Jump to post
  • Fri Mar 31, 2017 5:23 pm
  • Replies 20
  • Views 4055
Re: Hide modules

I was wondering how I could make this work for OC 2.3?
I tried editing the original file by changing the path from

Code: Select all

admin/controller/extension/module.php
to

Code: Select all

admin/controller/extension/extension/module.php
But it just hides all modules, no matter the permissions.

Jump to post
  • Fri Mar 31, 2017 3:08 pm
  • Replies 20
  • Views 4055
Product configurator is this possible (example incl.)

Hello, I know that I will probably have to resort to some kind of extension but I wanted to ask for advice here first. And hopefully get recommendations which extension to use if needed. I would like to create a product builder/configurator similar to this http://bit.ly/1MU2ZG7 (please press the ord...

Jump to post
  • Tue Apr 26, 2016 6:09 am
  • Replies 2
  • Views 1460
Re: HTML module removes any custom html or CSS

I have 0 mods installed at the moment.

Jump to post
  • Mon Mar 14, 2016 9:20 pm
  • Replies 4
  • Views 1782
Re: HTML module removes any custom html or CSS

Thank you for replying. That is exactly what I was doing, trying to add some divs and classes via code view. But it all gets replaced with p tags and classes do get removed. I'm also on fresh OC v2.2.0, although my editor does look a little bit different. Edit: ok, I found the problem, I was pressin...

Jump to post
  • Mon Mar 14, 2016 8:45 pm
  • Replies 4
  • Views 1782
HTML module removes any custom html or CSS

Hello, I was very happy when I saw that I can add custom HTML with module. But unfortunately it seems that every custom css or html that I add, gets removed after saving. I wanted to wrap a section in div tag and add class to it, but it gets removed and replaced with p tag. Is there any way to preve...

Jump to post
  • Mon Mar 14, 2016 8:25 pm
  • Replies 4
  • Views 1782
Re: Install language for OC 2.2

Hello,

I'm having the same problem.

Official documentation states that it is enough to add language files in catalog->language in order for language to appear in front-end. But this doesn't seem to be true anymore in OC 2.2

Jump to post
  • Fri Mar 11, 2016 5:15 am
  • Replies 12
  • Views 4402
Re: Opencart 2.2 custom theme

Hello, I had the same problem untill I stumbled upon this thread. Sorry for hijacking this a little bit, I followed the same tutorial OP did. I understand that you can create a new template by creating new folder, that contains the following subfolders - image, stylesheet, template. And that you can...

Jump to post
  • Thu Mar 10, 2016 10:51 pm
  • Replies 10
  • Views 4021
How to change base currency, bet keep the correct prices?

Hello, I have a bit of a situation and I don't know how to best deal with this. This year currency in my country changed to Euro and previous currency is no longer used, so I have to remove it from shop. I have 2 currencies, base currency is my countries old currency, and the second currency is Euro...

Jump to post
  • Mon Dec 08, 2014 5:48 pm
  • Replies 2
  • Views 938
Different emails for orders, user reg and contact form

Hello! I would like to send information about orders only to email1 , information about registered users and contact form only to email2 I found this link which helped me a little bit http://forum.opencart.com/viewtopic.php?t=43385 Now information from contact form is being sent to email2 , but info...

Jump to post
  • Wed Apr 03, 2013 7:11 pm
  • Replies 0
  • Views 482
Re: Problem with custom user account fields

This worked perfectly.

Thank you very much!

Jump to post
  • Thu Jan 03, 2013 6:07 pm
  • Replies 7
  • Views 728
Re: Problem with custom user account fields

To answer the first question - Each time I created new user, information displayed was from another user, it wasn't a specific user. Thank you for providing these suggestions! When I added print_r($address_data); it caused some additional problems, but I removed it But when I used $address_query = $...

Jump to post
  • Fri Dec 28, 2012 3:54 pm
  • Replies 7
  • Views 728
Re: Problem with custom user account fields

Thank you for a fast response!

It seems that everything matches, I just tried creating account new account and data from custom fields did get written to database exactly as I wrote it.

I added the 2 files in a zip file.

new fields are:
reg_no
bank
account
swift
http

Jump to post
  • Fri Dec 28, 2012 5:05 am
  • Replies 7
  • Views 728
Problem with custom user account fields

Hello! I needed to create 5 additional fields for user, so I decided to add them after "company" field. I edited files in catalog/controller, catalog/model and catalog/view for front-end of the site and admin/controller, admin/model and admin/view for back-end of the site I also added new ...

Jump to post
  • Fri Dec 28, 2012 4:20 am
  • Replies 7
  • Views 728
Re: [RELEASED] Export/Import tool for OpenCart 1.5.3.x

Hello! I noticed one thing and was hoping you could help me solve it. When importing products, all letters "š" are converted to "š" in database. In store front this doesn't matter, but when receiving information about product in e-mail "š" is displ...

Jump to post
  • Wed Nov 14, 2012 8:47 pm
  • Replies 174
  • Views 119900
Re: Chosen shipping method isn't visible anywhere

I did as you suggested and it seems that problem is with template.

I have a modified checkout process, but shipping options are visible and selectable there
Maybe there is a way how I can add this information to order.tpl another way ?

Jump to post
  • Tue Nov 13, 2012 6:25 pm
  • Replies 7
  • Views 713
Re: Chosen shipping method isn't visible anywhere

Every product has "Requires Shipping: Yes". In checkout I can choose one from two shipping methods. order.tpl has this code as well: <?php if ($shipping_method) { ?> <b><?php echo $text_shipping_method; ?></b> <?php echo $shipping_method; ?> <?php } ?> I would actually just need to have sh...

Jump to post
  • Tue Nov 13, 2012 6:15 am
  • Replies 7
  • Views 713

Search found 65 matches