Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: Returning customer cannot log in

Actually the problem was with "SEO friendly" redirections or smth like that.
Just redirected domain.com/login to domain.com/index.php?route=account/login&popup=login

Jump to post
  • Thu Jan 27, 2022 7:20 pm
  • Replies 6
  • Views 869
Re: Returning customer cannot log in

Seems that index.php?route=account/login&popup=login is not working at all.
Not sure what to do since error log does not show anything.

Jump to post
  • Fri Jan 21, 2022 10:10 pm
  • Replies 6
  • Views 869
Returning customer cannot log in

Hello everyone, Maybe someone had the same problem as me. Customer can successfully register on the website, however from the home page -> login pop up they cannot log in with valid credentials. It is strange but on the checkout page, you can select if you are returning customer, you can create new ...

Jump to post
  • Mon Jan 17, 2022 8:53 pm
  • Replies 6
  • Views 869
Re: Multilingual Export/Import for OpenCart 2.x / 3.x

Hello, I am using Preorder extension in my website. Any chances to gather the Pre-order date information to excel? I would like to do the opposite way: set the pre-order date in excel, upload the file with many products and it should update on that Pre-order extension also. Some pictures how it loo...

Jump to post
  • Mon Mar 02, 2020 6:50 pm
  • Replies 1155
  • Views 563083
Re: Multilingual Export/Import for OpenCart 2.x / 3.x

Hello, I am using Preorder extension in my website. Any chances to gather the Pre-order date information to excel? I would like to do the opposite way: set the pre-order date in excel, upload the file with many products and it should update on that Pre-order extension also. Some pictures how it look...

Jump to post
  • Mon Mar 02, 2020 4:30 pm
  • Replies 1155
  • Views 563083
Re: Multilingual Export/Import for OpenCart 2.x / 3.x

Hello, I was using this extension for quite a while and it worked perfectly. Now I face strange problem. Problem is "start ID must be higher than 0" . I fill 1,2,3...1000 no matter, the same problem remains. It was working perfectly more than 5 months and now I started to face that problem...

Jump to post
  • Tue Dec 10, 2019 3:50 pm
  • Replies 1155
  • Views 563083
Re: Make "Date Available" visible in front end OC v3

once you removed the condition from the queries, so that those products will also be selected, you can add this in the product controller: $data['date_available'] = false; $now = time(); if(strtotime($product_info['date_available']) > $now) $data['date_available'] = date("l jS \of F Y",st...

Jump to post
  • Fri Jul 26, 2019 12:57 pm
  • Replies 9
  • Views 954
Re: Make "Date Available" visible in front end OC v3

I have found a solution here viewtopic.php?t=132335, however .tpl files changed to .twig and I am not sure how this code:

Code: Select all

<?php if ( isset($date_available) && !empty($date_available) ) { echo $date_available; } ?>
should be updated to .twig format.

Jump to post
  • Tue Jul 23, 2019 9:26 pm
  • Replies 9
  • Views 954
Re: Make "Date Available" visible in front end OC v3

first you would have to remove the condition p.date_available <= NOW() in the queries for products/product in the product model. then you would have to map the date_available field from the controllers to the views (category, product) so you can display it. Then you could change the "add to ca...

Jump to post
  • Tue Jul 23, 2019 9:14 pm
  • Replies 9
  • Views 954
Re: Make "Date Available" visible in front end OC v3

Something like this? https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=19072 Yes, I have found that solution, however this is for v1.5. I checked the code and it's a bit different than in opencart v3. I am not very good in programming so I am a bit afraid to ruin ...

Jump to post
  • Tue Jul 23, 2019 9:12 pm
  • Replies 9
  • Views 954
Make "Date Available" visible in front end OC v3

Hello everyone, I was looking on internet, however cannot find a good solution to solve my problem. I would like to make "Date available" option, which is under product->data category, VISIBLE in front end (in product page). Now, "Date available" function hides the product until ...

Jump to post
  • Tue Jul 23, 2019 8:49 pm
  • Replies 9
  • Views 954
Looking for extension!

Hello everyone, I am looking for extension which can help to modify product page. All I need is to add additional table like pictures above the product name,price, etc. I am attaching a sketch. Also, it would be fantastic if extension let me to create templates depending on product categories. For e...

Jump to post
  • Mon May 28, 2018 2:12 pm
  • Replies 2
  • Views 330
Delete Postcode field

Hello, I am using Quick Checkout plugin (https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=15580&filter_search=quick%20checkout) I want to remove Post code field completely no matter if guest want to checkout or new customer want to create an account. This fiel...

Jump to post
  • Thu Apr 12, 2018 2:03 pm
  • Replies 1
  • Views 785
Cannot add to cart "Pre-order" or "Out of stock" Items

Hello, everything was quite good until I manage to add "Let encrypt" certificate to website. Now I cannot add "Pre-order", "Out of stock" or other status products, but only "In stock". I get no error messages, no errors in log or something. In front end you se...

Jump to post
  • Mon Jan 29, 2018 5:30 pm
  • Replies 1
  • Views 180
Shipping Extensions all the same name

Hello,
I have no idea why all my shipping extensions have been renamed and uses the same name. ANy solutions how to fix it?

Image

Jump to post
  • Tue Jan 02, 2018 9:16 pm
  • Replies 2
  • Views 266

Page 1 of 1

Search found 15 matches