

Aarsvaars
Members-
Content count
13 -
Joined
-
Last visited
Everything posted by Aarsvaars
-
ULTIMATE Seo Urls 5 - by FWR Media
Aarsvaars replied to FWR Media's topic in General Add-Ons Support
I put the uri format to standard and added the htacces code "AcceptPathInfo on". I still get the error messages when clicking on categories and products. -
ULTIMATE Seo Urls 5 - by FWR Media
Aarsvaars replied to FWR Media's topic in General Add-Ons Support
Hi Robert, Could you please help me with my problem as stated below: EDIT: Can't seem to quote my whole previous message. The problem is that when I enable your contribution the product and category links aren't working. I tried to adjust every option in the control panel and I edited the htaccess as instructed. -
ULTIMATE Seo Urls 5 - by FWR Media
Aarsvaars replied to FWR Media's topic in General Add-Ons Support
I also figured out that when I put the "Choose the uri format" to standard, the links to products and categories don't work aswell. If someone can point me in the right direction, please. Gr, Aarsvaars -
ULTIMATE Seo Urls 5 - by FWR Media
Aarsvaars replied to FWR Media's topic in General Add-Ons Support
Hi, I installed your contribution and everything works fine except for the categories and products. The main page and the menu items work perfectly, when I click on a product and/or category it shows an "page not found". I also edited the .htaccess file with the following code: # If you are getting errors you may need to comment this out like .. # Options +FollowSymLinks Options +SymLinksIfOwnerMatch <IfModule mod_rewrite.c> RewriteEngine On # RewriteBase instructions # Change RewriteBase dependent on how your shop is accessed as below. # http://www.mysite.com = RewriteBase / # http://www.mysite.com/catalog/ = RewriteBase /catalog/ # http://www.mysite.com/catalog/shop/ = RewriteBase /catalog/shop/ # Change RewriteBase using the instructions above RewriteBase / RewriteRule ^([a-z0-9/-]+)-p-([0-9]+).html$ product_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-c-([0-9_]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-m-([0-9]+).html$ index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pi-([0-9]+).html$ popup_image.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pr-([0-9]+).html$ product_reviews.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-pri-([0-9]+).html$ product_reviews_info.php [NC,L,QSA] # Articles contribution RewriteRule ^([a-z0-9/-]+)-t-([0-9_]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-au-([0-9]+).html$ articles.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-a-([0-9]+).html$ article_info.php [NC,L,QSA] # Information pages RewriteRule ^([a-z0-9/-]+)-i-([0-9]+).html$ information.php [NC,L,QSA] # Links contribution RewriteRule ^([a-z0-9/-]+)-links-([0-9_]+).html$ links.php [NC,L,QSA] # Newsdesk contribution RewriteRule ^([a-z0-9/-]+)-n-([0-9]+).html$ newsdesk_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nc-([0-9]+).html$ newsdesk_index.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nri-([0-9]+).html$ newsdesk_reviews_info.php [NC,L,QSA] RewriteRule ^([a-z0-9/-]+)-nra-([0-9]+).html$ newsdesk_reviews_article.php [NC,L,QSA] </IfModule> I am working the the 2.3.1 version. Can someone please help me? Gr, Aarsvaars -
Display stock quantity images in product_listing.php
Aarsvaars posted a topic in Add-Ons Development
Hi all, I was wondering if anyone could tell me how to display stock quantity images in product_listing.php. For example: 0 items in stock yellow image and +1 items in stock a green image. Kind regards, Aarsvaars