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
Author « Topic »  

freewaytrailer
Starting Member

USA
43 Posts

Posted - 06/18/2024 :  15:49:40  
I'm having trouble trying to get my crosssell tabs to display the way i want them. Been going at this new site hard for the last 7 days and might just need a break but maybe someone can shed light on this. I have an item that I've setup relationships in admin please see here https://www.freewaytrailer.com/proddetail.asp?prod=39555-KTI-Hydraulic-Pump-2-Button-Pendant-Dump-Remote

What i want them to display like is like my products page layout, please see here
https://www.freewaytrailer.com/products.asp?cat=Dump+Controllers+%26+Solenoids

Save an old dying dinosaur please

dbdave
ECT Moderator

USA
10379 Posts

Posted - 06/18/2024 :  16:15:48  
Hi freewaytrailer, so if I understand correctly, you want the products under the related tab to show more like the layout on the products page, no?
If that's the case, this page https://www.ecommercetemplates.com/help/ecommplus/cross-selling.asp#related has some great info.

One thing that might help with styling is this parameter added to your includes - csstyleprefix="cs"
This way when you style the cross-sell stuff, the other elements are not impacted.
You also want to check if you have set the following parameter csproductpagelayout="productimage,productname,options,price,addtocart"
You can add/remove, and rearrange elements there.
If you want that different for the product details page, then add it to that page only, after the product includes.
<!--#include file="vsadmin/inc/incproddetail.asp"-->
<%
csproductpagelayout="productimage,productname,options,price,addtocart"
crosssellaction="related"
%>
<!--#include file="vsadmin/inc/inccrosssell.asp"-->


So really you should look to see what you have set for your products layout and duplicate that for the crosssell on the detail page

if productpagelayout="productimage,productid,productname,quantity,price"
make csproductpagelayout="productimage,productid,productname,quantity,price"

From there, it's just css styling and you should have a match for your products layout and the related on the details page.

Post back with questions you might have.

Thanks,
David

Edited by - dbdave on 06/18/2024 16:16:25
  « 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