Search found 373 matches

Search found 373 matches

Re: Catégories absent du main menu

Avez-vous active le module "Categories"?
Si oui, dans "Layouts" (Dispositions), avez-vous selectionne toutes les pages requises pour l'affichage du module?

Jump to post
  • Sun Oct 13, 2019 1:57 pm
  • Replies 2
  • Views 3375
Re: Checkout on cart page

A one page checkout form is relatively easy to implement as an alternate checkout.
However, I very much doubt it can be done as part as the Cart page ...

There are several "one page checkout" extensions available from the Marketplace, to get you started.

Jump to post
  • Tue Jan 29, 2019 8:15 pm
  • Replies 1
  • Views 572
Re: Very slow loading site

Your homepage (link you provided) looks clean enough, no html errors, but you have a very large quantity of Stylesheets, Javascripts, fonts, and images being called in your <header>, most of them not minified: <script src="catalog/view/javascript/jquery/jquery-2.1.1.min.js" type="text...

Jump to post
  • Tue Jan 29, 2019 8:02 pm
  • Replies 5
  • Views 1024
Re: Unable to view/edit product description

Make sure you have the following code at the bottom of: product-form.tpl, category-form.tpl and information-form.tpl <script type="text/javascript" src="view/javascript/ckeditor/ckeditor.js"></script> <script type="text/javascript"><!-- <?php foreach ($languages as $lan...

Jump to post
  • Fri Nov 16, 2018 5:02 pm
  • Replies 14
  • Views 3313
Re: Trying to migrate opencart from localhost to webserver [Notice: Error: Could not load config default!]

Yes, both your "config.php" must be edited with:
- the correct URLs for your live site.
- the correct Database credentials.

Obviously, this last point means that you have properly created your DB first.

Jump to post
  • Sun Nov 11, 2018 4:25 pm
  • Replies 3
  • Views 1028
Re: Unable to view/edit product description

I agree with OSWorX, it looks like your CKEditor script is not loaded, or the Token is missing (CKEditor needs the Token to work). Most likely the problem will be in your "product_form.tpl", at the bottom. It is also worth checking that CKEditor files are actually present in your "jav...

Jump to post
  • Sun Nov 11, 2018 3:43 pm
  • Replies 14
  • Views 3313
Re: Hack de mon site

En effet, ce serait bien de savoir de quelle version on parle ici, sinon les reponses a la question n'auront rien a voir.

En attendant, vous pouvez toujours contacter votre hosteur pour savoir si ils ont detecte des activites malicieuses sur votre serveur.

Jump to post
  • Sun Feb 18, 2018 11:01 pm
  • Replies 2
  • Views 4156
Re: OC 1.5.5.1 and PHP 7 compatibility

Hi Sander, None of the OC 1.5.+ versions are compatible with PHP 7. As you know since you have done your research, there is no PHP 6, so the best PHP version for OC 1.5.+ is PHP 5.6.+. The reason is that PHP 7 (and PHP 7.1 even more!) has evolved considerably and many key functions have since been d...

Jump to post
  • Mon Jan 29, 2018 10:17 pm
  • Replies 8
  • Views 9832
Re: Error 404 in localhost after enabling SEO url

mmc013 wrote:
Wed Jan 24, 2018 6:47 am
However I don't have a www directory in my in my server root.
Don't worry about the "www" folder!
I only created it myself so I can work with multiple versions of OC.
It is just me organizing my folders :)

Jump to post
  • Thu Jan 25, 2018 3:59 am
  • Replies 10
  • Views 10608
Re: Error 404 in localhost after enabling SEO url

This is how it should look like: ## SEO URL Settings RewriteEngine On RewriteBase /www/11100/ RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L] RewriteRule ^download/(.*) index.php?route=error/not_found [L] RewriteCond...

Jump to post
  • Mon Jan 22, 2018 6:30 pm
  • Replies 10
  • Views 10608
Re: totally new and stuck :(

OpenCart v1.5.6.4 is working OK.
The server's configuration is most likely the problem here.

Jump to post
  • Fri Sep 08, 2017 12:43 am
  • Replies 20
  • Views 6913
Re: totally new and stuck :(

OpenCart itself is not the problem, your server settings probably are. There are a few things to keep in mind when setting up an online business: First, is the right server solution for you: cPanel (shared), Cloud, VPS, or dedicated. Two, is the database type: MySql (deprecated), MySqli (recommended...

Jump to post
  • Thu Sep 07, 2017 9:07 pm
  • Replies 20
  • Views 6913
Re: Version 1.5.3.1 download

Alternatively you can also find it on my website:

https://villagedefrance.net/downloads

Jump to post
  • Wed Jul 19, 2017 1:59 am
  • Replies 3
  • Views 2676
Re: Requiring sign in on homepage

Possibly creating a "redirect" on the homepage pointing to "Customer > Account > Login".

Try looking at how the Admin login works and replicate for Front-end.

Jump to post
  • Wed Jul 19, 2017 1:35 am
  • Replies 1
  • Views 7560
Re: OC database / communication

Only one database obviously but each customer has a unique "customer_id".
So just call the ID. ;)

Jump to post
  • Mon Jul 17, 2017 6:09 pm
  • Replies 2
  • Views 948
Re: Opencart 1.5.5.1/1.5.6.1

As said above, v1.5.6.4 is the better choice.

However, be aware that v1.5.6.x code is not fully compatible with PHP 7+, so you should stick with at least PHP 5.4 or PHP 5.6 for better results.

Jump to post
  • Mon Jul 17, 2017 6:06 pm
  • Replies 4
  • Views 1849
Re: Ajouter une rubrique

Bonjour. Pour ajouter au pied de page, la seule solution (a moins d'utiliser ma version) est de creer une ou plusieurs pages "Information" en cochant la case "pied de page" lors de la creation. Pour creer un bloc de texte sur la page d'accueil il faut utiliser le module "htm...

Jump to post
  • Mon May 15, 2017 2:54 am
  • Replies 2
  • Views 2868
Re: problème avec les fichier config

Bonjour, Votre installation n'est pas sur la racine. Pour cette raison le fichier "startup.php" est introuvable. Il vous faut simplement deplacer tous les dossiers OpenCart sur la racine, comme ceci: /htdocs/system/startup.php ... au lieu de: /htdocs/admin/system/startup.php Apres ca, tout...

Jump to post
  • Mon May 15, 2017 2:47 am
  • Replies 1
  • Views 2969
Re: Problème catégories

Bonjour et bienvenue. La premiere chose a savoir c'est quelle version d'Opencart vous utilisez !? La seconde c'est de bien verifier que les categories sont bien attribuées à une boutique (store). En général c'est la boutique par défaut, mais il faut bien sur quand meme cocher la case "défaut&qu...

Jump to post
  • Sun Apr 30, 2017 10:12 pm
  • Replies 4
  • Views 3562

Search found 373 matches