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
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Adding "More Info" button on Category Pages
Author « Topic »  

midvalleydrifter001
Ecommerce Template Expert

USA
945 Posts

Posted - 02/23/2025 :  14:03:42  
Is it possible to add a "More Info" button on each of the category pages with a URL direction to get to the next category page?

I have some customers who can't figure out that they need to either click on the Picture or the Description link to get to another Category page or detail page.

Examples:

https://www.badmanbullets [DOT] com/OnlineStore/categories.php?cat=Hard+Cast+Lead+Bullets+for+Reloading

https://www.badmanbullets [DOT] com/OnlineStore/categories.php?cat=32+Caliber

Patrick
ECT v7.8.4

Phil
ECT Moderator

United Kingdom
7737 Posts

Posted - 02/24/2025 :  01:37:56  
Hi Patrick,

You could add a link to the category description in code view. Would that work for you?

<a class="button"href="categories.php?cat=32+Caliber">More Info</a>

and add this to your style.css file

.button {
background: #000;
color: #fff;
width: 100%;
padding: 6px 12px;
border: 0;
border-radius: 4px;
cursor: pointer;
font-weight: normal;
-webkit-appearance: none;
}



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 02/24/2025 02:18:02

midvalleydrifter001
Ecommerce Template Expert

USA
945 Posts

Posted - 02/24/2025 :  06:55:46  
I thought of that but I'd have to do it on every category.
  « 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