Jump to content

TECHNICAL ERROR: unable to add the product.


vigel

Recommended Posts

Co se tyce prvniho obrazku tak jsem na to prisel staci v:
Preferences > nepovolit pratelske URL

Ale druhy problem stale mam:(
Pri vlozeni do kosiku viz obr.2 ,chybu to dela pouze kdyz je zobrazena cela kategorie a dam primo vlozit do kosiku,kdyz dam detail produktu tak tam to funguje bez problemu.

edit:
JOOOOOO tak jsem na to prisel,takze jestli nekdo bue mit problem staci vypnouot AJAX kosik.
Back Office >> Modules >>Blok košíku v1.0 >> konfigurovat a vypnout AJAX.
Nevim proc to dela,ale uz vse funguje :)

Link to comment
Share on other sites

nn zde to jen testuju az to bude pripraveno pretahnu to na placenej da se rict ,ze pracuju na designu.az to pretahnu bude nova databaze,jde me fakt jen vyladit styl.

P.S co presne znamena "pratelske URL a Ajaxovy kosik" ?

Link to comment
Share on other sites

  • 1 month later...
by "rewrite" you mean rename ?
I did both of those things and I still have the problem.
Thank you for your time and help.


1/ yes rename ..sry

2/maybe disable:
Modules >>cart>> disable AJAX.

3/ .htaccess
# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php

# adjust memory limit
php_value memory_limit 32M
php_value max_execution_time 18000



4/ PHP config > allow_url_fopen = On

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...