Search found 72 matches

Search found 72 matches

Re: Change Username

It is not possible to change the username in 'edit account settings' - is there a way to do this as I would also like to change my username?

Jump to post
  • Mon Feb 03, 2020 8:55 pm
  • Replies 5
  • Views 1099
Re: Google - Mobile clickable elements too close together and Optimization

Has anyone found a fix for this yet? I'm using version 3.0.3.2 and Google says page https://www.personalisedxmasgiftshop.co ... nded-gifts has clickable elements too close together. I've had a dig about but can't find a solution.

Thanks

Jump to post
  • Mon Oct 07, 2019 11:45 pm
  • Replies 5
  • Views 1660
Re: opencart 3.x product links are shown in top menu

If you want help I would suggest you read Straightlight's post again! You need to let people know what version of Opencart you are using as well as other helpful information such as the address of your website :clown:

Jump to post
  • Mon Jul 08, 2019 6:39 pm
  • Replies 4
  • Views 635
Re: Different login for Dealer and Customer in Opencart

You can place your dealer and customer in different customer groups (look under customers in the admin menu). When you create products, there is a discount tab where you can create a seperate price and add the preferred customer group to that discount.

Jump to post
  • Mon Jul 08, 2019 5:56 pm
  • Replies 1
  • Views 537
Re: Option names on product page

Thanks Straightlight, I did clear the caches, but hadn't thought to refresh mods too. In doing that, DigitCart's original suggestion worked.

Jump to post
  • Thu May 30, 2019 6:55 pm
  • Replies 5
  • Views 994
Re: Option names on product page

I already tried the first suggestion but this didn't appear to work, perhaps because I'm using a mod which enables me to limit the amount of text entered in the boxes which might be affecting it?

I tried your CSS suggestion though and this did the trick, thanks very much :D

Jump to post
  • Thu May 30, 2019 6:16 pm
  • Replies 5
  • Views 994
Option names on product page

Some of my products have a large number of options, making the page a bit cluttered. As you can see in the attached image, the option name appears both within, and above the text box. Is there a way to change this so that the option name appears ONLY within the text box?

options.jpg

options.jpg (16.89 KiB) Viewed 994 times

Cheers

Jump to post
  • Thu May 30, 2019 5:00 pm
  • Replies 5
  • Views 994
Re: How to change email fonts ?

Problem solved, adding the inline style to the header was the simple solution. For some reason when I was saving the file it wasn't going to the correct location, doh!

Thanks for the help

Jump to post
  • Thu May 02, 2019 10:38 pm
  • Replies 6
  • Views 1301
Re: How to change email fonts ?

With HTML emails you also have to add most styles in-line: <body style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;"> <td style="font-size: 12px; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; text-align: left; padding: 7px;"> [...

Jump to post
  • Thu May 02, 2019 7:06 pm
  • Replies 6
  • Views 1301
Re: How to change email fonts ?

Have you followed these steps? viewtopic.php?f=176&t=200804#p718325

Yes I have, this was the first thing I thought of :)

Jump to post
  • Thu May 02, 2019 1:25 am
  • Replies 6
  • Views 1301
[SOLVED] How to change email fonts ?

I too am having problems with this. I am using OC 3.0.3.2 - In order_add.twig I have changed the existing style in the header to: <style type="text/css"> body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #000000; } </style> I have also carried out site-wide changes t...

Jump to post
  • Wed May 01, 2019 11:46 pm
  • Replies 6
  • Views 1301
Re: Warning: Shipping method required!

Great, thanks very much for your help, much appreciated!

Jump to post
  • Sun Apr 28, 2019 12:55 am
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

Replace: $this->log->write(print_r($this->request->post['shipping_method'], true)); if (!isset($this->request->post['shipping_method'])) { $json['error']['warning'] = $this->language->get('error_shipping'); } else { $shipping = explode('.', $this->request->post['shipping_method']); $this->log->writ...

Jump to post
  • Sat Apr 27, 2019 1:01 am
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

can you show me the code you are using now? It should at least write a timestamp to the log even if the data is empty and I do not see that. these are from the post data (the first log write) basically stating which shipping method you selected so that is fine. 2019-04-25 8:47:11 - flat.flat 2019-0...

Jump to post
  • Fri Apr 26, 2019 10:57 pm
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

letxobnav wrote:
Thu Apr 25, 2019 5:42 pm
well, when I mention the error_log I mean the php error_log, not the webserver error_log.
Still, these are from the oc error log? you are now using the $this->log->write(...) statements?
Yes that's right

Jump to post
  • Fri Apr 26, 2019 5:09 pm
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

well, then show your error_log. Sorry, I was looking in the server log rather than OC admin. I have tried checking out using three different methods, and this is the resulting entries in the error log: 2019-04-25 8:47:11 - flat.flat 2019-04-25 8:49:43 - total_based.total_based_0 2019-04-25 8:51:41 ...

Jump to post
  • Thu Apr 25, 2019 5:04 pm
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

There is a small chance that this is caused by the lack of cache control header in version 3. https://github.com/opencart/opencart/issues/7008 Try the changes here to see if it makes any difference. https://forum.opencart.com/viewtopic.php?f=201&t=207498#p737430 I did already look at that but i...

Jump to post
  • Thu Apr 25, 2019 5:02 pm
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

There is nothing to show, it's empty

Jump to post
  • Wed Apr 24, 2019 2:00 pm
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

the error is only initiated in two places: checkout/shipping_method.php and extension/total/shipping.php so add some error_logs (or use echo) in there to see what is (not) happening. for example controller/checkout/shipping_method.php function save(): if (!isset($this->request->post['shipping_metho...

Jump to post
  • Wed Apr 24, 2019 3:43 am
  • Replies 26
  • Views 7351
Re: Warning: Shipping method required!

I too have this problem. I am using OC 3.0.3.2. Products all have shipping required, geo zones are set up but no matter which shipping method I try I still get the error 'Warning: Shipping method required!' at checkout. I have tried using Clear Thinking's (2.x/3.x) Total-Based Shipping - I have set ...

Jump to post
  • Mon Apr 22, 2019 6:21 pm
  • Replies 26
  • Views 7351

Search found 72 matches