Search found 401 matches

Search found 401 matches

Re: VAT TAX EXEMPT FOR EU BUSINESS

Things described in previous post are available in default OpenCart.

Jump to post
  • Tue Nov 06, 2018 8:21 pm
  • Replies 5
  • Views 1496
Re: Manual order

Hi,

Is possible to choose product options when you decide to add an order as admin.
Please check attached gif.
Image

Of course you can also set some options selected by default.

Wish you many sales

Jump to post
  • Mon Nov 05, 2018 1:01 am
  • Replies 6
  • Views 568
Re: Comment In Email Confirmation for Specific Product

Hi, There's few ways to do this, from adding a custom field for products to the easiest way (modify order email) You can modify mail/order.tpl OR mail/order.twig (depending on your OpenCart version) like this: You have area: <?php foreach ($products as $product) { ?> <tr> <td> ... product_name ... <...

Jump to post
  • Mon Nov 05, 2018 12:38 am
  • Replies 1
  • Views 280
Re: Changing background color or adding background image for default 3.0 theme

Hi, File: catalog/view/theme/default/stylesheet/stylesheet.css find rule body { and add body { background-color: #000; background-image: url('path/to/background/image/file.png'); background-repeat: no-repeat; // or how you want } #000 = black color in bg; change it with color you want Good luck!

Jump to post
  • Mon Nov 05, 2018 12:27 am
  • Replies 2
  • Views 5583
Re: Options Stock Status Check (i dont want)

Hi, Do you use some custom extension for options? Or you don't want to check product stock at all? (in this case use option from store settings: Admin > System > Settings > your store > edit > tab Options > Stock checkout set to YES if you want to allow user to buy even products are out of stock) Wi...

Jump to post
  • Mon Nov 05, 2018 12:22 am
  • Replies 1
  • Views 424
Re: Related products not saved when editing

Hi,

Probably you have some OCMOD extension which overwrite some areas of controller or model, because by default opencart doesn't have this bug;
Have you checked log to see if there's any error(s) reported?

Ask a developer to take a look.

Wish you many sales!

Jump to post
  • Mon Nov 05, 2018 12:16 am
  • Replies 1
  • Views 349
Re: Notice: Error: Could not load mail adaptor

Hi,

Take a look in Store setings > tab Mail and check first which mail engine is selected. (Mail, SMTP, or maybe some custom class created for your store).

Wish you many sales

Jump to post
  • Sun Nov 04, 2018 11:53 pm
  • Replies 2
  • Views 438
Re: Problema Modul Fan Courier

Salut,

Verificati mai intai ce date trimite extensia catre FAN C.
Fan C. asteapta un request de forma prezentata in imagine
expeditor_nume|etc
Asigurati-va ca param. pe care ii trimiteti respecta ordinea/formatul.

Spor++

Jump to post
  • Sun Nov 04, 2018 11:48 pm
  • Replies 1
  • Views 1151
Re: VAT TAX EXEMPT FOR EU BUSINESS

Hi, Let's say you want to apply VAT for customers from Country X; and NO vat for others; In this case go to Admin > System > Localisation > Geo Zones and add new zone like this: - name : MyZoneX - description: some description - countries: here add your country (or countries) where you plan to add V...

Jump to post
  • Sun Nov 04, 2018 11:39 pm
  • Replies 5
  • Views 1496
OpenCart GDPR - General Data Protection Regulation extension

OpenCart GDPR General Data Protection Regulation - implementation/extension https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=33965 Make your store compatible with new data protection law (GDPR) coming into force on 25th May 2018 All companies with current (or futu...

Jump to post
  • Thu May 03, 2018 11:42 pm
  • Replies 0
  • Views 1140
Re: Fixing The Top Menu in Opencart 3

Hi, Depends on your theme, but you can do this by used css class for menu like this #menu { position: fixed; top: 0px; } Or if you want to make it fixed only after scroll x pixels you can use our method from oc-extensions.com You can find code in js file (use view source from browser) Wish you mane ...

Jump to post
  • Sun Oct 22, 2017 8:41 pm
  • Replies 1
  • Views 1194
Re: Inserimento video

Hi, In admin, in category description, switch to code view and you can add viceo like this: <video width="720" height="540" controls> <source src="http://www.yourstore.com/path/to/movie/file/movie.mp4" type="video/mp4"> </video> Whis you many sales

Jump to post
  • Sun Oct 22, 2017 8:28 pm
  • Replies 2
  • Views 1154
Re: ISSUE: System placing all new orders with "canceled" stat

Hi, You have a problem in sql (error message explain this thing) and because of this error, order status in not updates. (order_status_id from table "order" will remain on 0) According to file path i see you use vqmod and probably one of your vqmod files made some changes over model file. ...

Jump to post
  • Sun Oct 22, 2017 8:03 pm
  • Replies 1
  • Views 538
Re: How to perform a sql search on a custumer custom field?

Hi, Example: SELECT TIMESTAMPDIFF(YEAR, DATE(SUBSTR('{"1":"1977-04-07","2":"1"}',7,10)), DATE(NOW())) for your case SELECT * FROM customer WHERE TIMESTAMPDIFF(YEAR, DATE(SUBSTR(custom_field,7,10)), DATE(NOW())) BETWEEN 35 AND 40 Of course you have to replace 3...

Jump to post
  • Thu Apr 27, 2017 6:45 am
  • Replies 0
  • Views 667
Re: My Cart is showing on the Home page versus opening into a new page

Hi,

Without posting an link to your store nobody can guess what happend there.

Jump to post
  • Thu Apr 27, 2017 6:09 am
  • Replies 1
  • Views 423
Re: Subtract Stock Open cart set by default value

Hi, No no not like this. :) If you already have products (already saved) with option "Subtract stock" = No and now you want to change all to "Subtract stock" = YES then is enough to update table product In phpmyadmin run this command UPDATE product SET subtract=1 and will update ...

Jump to post
  • Thu Apr 27, 2017 6:07 am
  • Replies 1
  • Views 7794
Re: PHP Memory Issues

Hi, Probably you have an extension added on index page and that extension has a problem in code. e.g: can be an extension that get last 1000 products and for each product resize image If you are new to OpenCart (or you don't have php/mysql skills) then disable extensions from home page one by one to...

Jump to post
  • Thu Apr 27, 2017 5:45 am
  • Replies 2
  • Views 433

Search found 401 matches