Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 ECT Hosted Store
 Adding manufacturers page to hosted store
Author « Topic »  

rocketsupplies
Starting Member

USA
32 Posts

Posted - 02/01/2023 :  16:30:11  
RE: Make a copy of of categories.asp or categories.php and save it as manufacturers.asp or manufacturers.php

Can hosted stores have manufacturer pages? We don't have access to the ASP files, do we?

Vince
Administrator

42428 Posts

Posted - 02/02/2023 :  10:15:12  
Hi rocketsupplies
Sure, and this is already done for you. Just link to the page
/manufacturer/

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

rocketsupplies
Starting Member

USA
32 Posts

Posted - 02/02/2023 :  23:21:06  
Awesome! I was trying plural: /manufacturers

rocketsupplies
Starting Member

USA
32 Posts

Posted - 04/17/2023 :  11:17:57  
Thanks, it looks like others, such as /products are also linked that way.
Is this done via .htaccess?
I'd like to replicate that functionality on our PHP store.

Vince
Administrator

42428 Posts

Posted - 04/19/2023 :  01:39:42  
Hi rocketsupplies
quote:
I'd like to replicate that functionality on our PHP store.
The manufacturer page is working, no? I'm not sure which other functionality you are trying to replicate. Could you explain a bit more?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

rocketsupplies
Starting Member

USA
32 Posts

Posted - 04/19/2023 :  01:45:24  
It looks like there is some web server re-write to have
https://gotrocketmotors.com/products work instead of having to have the PHP version:
https://gotrocketmotors.com/products.php
https://gotrocketmotors.com/manufacturers.php works, but it would be nice to have
https://gotrocketmotors.com/manufacturers work also
As well as the other .php URLs, such as about.

Vince
Administrator

42428 Posts

Posted - 04/19/2023 :  06:02:35  
Hi rocketsupplies
Ok, I think part of the problem here is that you don't have the Hosted Store version. In that case you can add rewrites to your own .htaccess file to do anything you like. For instance...

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^manufacturer$ /manufacturer/ [R=301,QSA,nc,L,B]
RewriteRule ^manufacturer/?$ /categories.php?man=all [QSA,nc,L,B]
</IfModule>

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

rocketsupplies
Starting Member

USA
32 Posts

Posted - 04/19/2023 :  08:27:10  
Yes, that is what i'm looking for.
What is the .htaccess that the hosted store uses?
It does more than just manufacturer and I'd love to cover all bases.

insight
ECT Moderator

USA
4476 Posts

Posted - 04/19/2023 :  11:14:28  
The hosted store has quite a bit more going on with that, but maybe it's this sort of thing you are looking for (covers both dynamic and static pages);
https://www.ecommercetemplates.com/seo/search-engine-friendly-urls-php.asp

Peter


Professional ecommerce web hosting services
Shared hosting Windows & Linux | Dedicated servers | Domains | SSL
Ecommerce Templates specialists since 2003
https://servelink.com
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000