Search found 19701 matches

Search found 19701 matches

Re: NOINDEX for multi-store solution?

1. EDIT: catalog/controller/common/header.php 2. FIND: $data['title'] 3. AFTER, ADD $noindex_store_ids = array(1,4,6); // Add the store ids of the stores you want to have noindex $data['noindex'] = false; if (in_array($this->config->get('config_store_id'), $noindex_store_ids)) { $data['noindex'] = t...

Jump to post
  • Fri May 25, 2018 10:39 pm
  • Replies 1
  • Views 277
Re: Modifications in sidebar disappeared

"My Modifications" .. is that a menu option? or do you mean you made some custom modifications to the side bar and they are gone?
Assuming you used vqmod or ocmod to create the modifications, it might be that some other mod you added conflicts.

Jump to post
  • Fri May 25, 2018 10:19 pm
  • Replies 1
  • Views 328
Re: '500 Internal Server Error' sometimes occurs when going into Sales -> Orders or when viewing an actual order

Add the following to your admin/index.php, right after the <?php

Code: Select all

ini_set('display_errors', 1);
Next time you see the error, it should have a little more information

Jump to post
  • Fri May 25, 2018 10:11 am
  • Replies 8
  • Views 2503
Re: SEO URLs not working

You also need to update your config.php and admin/config.php files for the HTTPS_SERVER and HTTPS_CATALOG settings to have the "https://"

Jump to post
  • Fri May 25, 2018 4:15 am
  • Replies 4
  • Views 1895
Re: UK VAT - Tax Classes

I think I just said it..
If you sell things online but only offer pickup in store.. then you won't be collecting your customer's address, so you can't use that. Instead you want the tax rate to be based off your own store address

Jump to post
  • Fri May 25, 2018 4:14 am
  • Replies 3
  • Views 349
Re: No options under "Choose a template" in Theme Editor

hit f12 on your browser and see if you see any errors in the javascript console.

Jump to post
  • Fri May 25, 2018 3:28 am
  • Replies 6
  • Views 1115
Re: UK VAT - Tax Classes

Do you want to base tax calculations off the customer's payment address, shipping address.. or use the store address? Useful I suppose for situations where you only do pickups and no shipping or don't collect shipping address.

Jump to post
  • Fri May 25, 2018 3:07 am
  • Replies 3
  • Views 349
Re: SSL + Domainpointers

Any changes made to htaccess?

Jump to post
  • Fri May 25, 2018 3:06 am
  • Replies 2
  • Views 555
Re: Are those on old version 2.0 Opencart affected by Paypal New Security protocol?

It's a common misconception that the payment extensions are the entity that needs update. While there is a setting that could cause issues, most mods just use the default settings for curl calls which would use the webhost's decision of transport layer. https://stackoverflow.com/questions/30145089/t...

Jump to post
  • Fri May 25, 2018 2:29 am
  • Replies 1
  • Views 313
Re: Order is getting placed even though Order is not confirmed yet in OC3.0

This is correct behavior. OpenCart generates a temp order at Step 6 but doesn't assign it a valid order_status_id. After payment is confirmed, it will update this order to a valid status. If payment is never completed, this order will never update and just be a dead order with no status. You'll only...

Jump to post
  • Fri May 25, 2018 2:20 am
  • Replies 1
  • Views 602
Re: Checkout gets stuck on the 'Payment Method' section

Are you using IE or Edge? This is not likely an issue with the php code in that file. This is a known issue with either of those two browsers because of the ajax cache during checkout http://thisinterestsme.com/ajax-request-internet-explorer-cache/ The easiest solution for this is to edit catalog/vi...

Jump to post
  • Fri May 25, 2018 2:17 am
  • Replies 9
  • Views 6057
Re: OpenCart GDPR Code update

At the very least.. a "Delete Account" option should be in the account area. But I'm not sure how that should reflect existing orders. You likely don't want to remove the actual orders as that will mess up reporting and revenue reporting, but perhaps update the orders to delete the custome...

Jump to post
  • Thu May 24, 2018 4:42 am
  • Replies 45
  • Views 71981
Re: problem adding pruducts to submenu

Can you show a link to your site? Might be the category has no active products.

Jump to post
  • Thu May 24, 2018 1:10 am
  • Replies 1
  • Views 1968
Re: show view cart button instead of add to cart in product archive pages for all cart items (already exist in cart)

So if you add "Apple" to the cart
and you goto the category page.. you want the "Apple" product to show "View in Cart" but other items like Banana you want to say "Add to Cart" still?

Jump to post
  • Thu May 24, 2018 12:09 am
  • Replies 3
  • Views 14038
Re: Privacy Policy on Registration

This generally means the javascript on the page is broken and causing other javascript that handles the overlay to break. How about a link to your site?

Jump to post
  • Thu May 24, 2018 12:07 am
  • Replies 1
  • Views 376
Re: After installing opencart on AWS, i am able to view the admin screen, but the shop screen just shows Hi

"Hi" ?
What if you manually add /index.php to the url. Often times new servers default to the index.html file if it exists before the index.php file.

Jump to post
  • Thu May 24, 2018 12:05 am
  • Replies 1
  • Views 322
Re: Mail Alerts Separation

This would require some custom modding to add support for separate emails for each, and then assigning those emails to the different email templates.

PM me if you'd like a quote.

Jump to post
  • Thu May 24, 2018 12:04 am
  • Replies 1
  • Views 411
Re: Alternative Related Products image

There are a couple ways to do this.... but all will require some custom work. 1. You could have a common background image and your product images all have transparent backgrounds and overlap the background. 2. You could add some bg image to the image class so that only when it generates the "ma...

Jump to post
  • Thu May 24, 2018 12:02 am
  • Replies 1
  • Views 282

Search found 19701 matches