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 »  

jimhuang
Advanced Member

Taiwan
247 Posts

Posted - 02/12/2021 :  22:34:28  
In project.dwt, I have these:
<h1>Main header</h1>
<div class="middle_product"> Body Content goes here
<div class="clear"></div>
</div>
</div>
<!-- #EndEditable -->
<div class="mid_contain_bottom"> </div>
</div>
</div>
<div class="right_contain"> <!-- #BeginEditable "right1" --> <!-- #EndEditable -->
<div class="left_contain_main">
<div class="left_contain_top">
<?php
$csproductpagelayout='productimage, productname, price, listprice, detaillink, quickbuy';
$quickbuylayout='productimage, productname, instock, reviewstars, productid, manufacturer, description, options, listprice, price, currency, detaillink, addtocart';
$csstyleprefix='bcs';
$crosssellsectionmax=3;
$csrecommendedtitle="Best Sellers";
$shortdescriptionlimit=100;
$crosssellaction='bestsellers';?>
<?php include "vsadmin/inc/inccrosssell.php" ?>
</div>
<div class="left_contain_bottom">  </div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<!-- #BeginEditable "manuf" --> <!-- #EndEditable --> </div>
</div>
</div>
</div>
</div>
<footer>

I want to remove right column in the store page.
Can anyone tell me what can I delete?

Jim

Vince
Administrator

42484 Posts

Posted - 02/13/2021 :  09:36:48  
<h1>Main header</h1>
<div class="middle_product"> Body Content goes here
<div class="clear"></div>
</div>
</div>
<!-- #EndEditable -->
<div class="mid_contain_bottom"> </div>
</div>
</div>
<div class="right_contain"> <!-- #BeginEditable "right1" --> <!-- #EndEditable -->
<div class="left_contain_main">
<div class="left_contain_top">
<?php
$csproductpagelayout='productimage, productname, price, listprice, detaillink, quickbuy';
$quickbuylayout='productimage, productname, instock, reviewstars, productid, manufacturer, description, options, listprice, price, currency, detaillink, addtocart';
$csstyleprefix='bcs';
$crosssellsectionmax=3;
$csrecommendedtitle="Best Sellers";
$shortdescriptionlimit=100;
$crosssellaction='bestsellers';?>
<?php include "vsadmin/inc/inccrosssell.php" ?>
</div>
<div class="left_contain_bottom"> </div>
</div>
</div>

</div>
<div class="clear"></div>
</div>
<!-- #BeginEditable "manuf" --> <!-- #EndEditable --> </div>
</div>
</div>
</div>
</div>
<footer>

The section marked in red is what I believe you need to remove, Jim. But do keep a backup !!

Vince

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

jimhuang
Advanced Member

Taiwan
247 Posts

Posted - 02/13/2021 :  18:54:01  
Hi Vince,

Dreamweaver seems not allow removing this section <!-- #BeginEditable "right1" --> <!-- #EndEditable -->

Jim

Vince
Administrator

42484 Posts

Posted - 02/14/2021 :  02:08:50  
Hi Jim
Ok, how about this then...

<h1>Main header</h1>
<div class="middle_product"> Body Content goes here
<div class="clear"></div>
</div>
</div>
<!-- #EndEditable -->
<div class="mid_contain_bottom"> </div>
</div>
</div>
<div class="right_contain"> <!-- #BeginEditable "right1" --> <!-- #EndEditable -->
<div class="left_contain_main">
<div class="left_contain_top">
<?php
$csproductpagelayout='productimage, productname, price, listprice, detaillink, quickbuy';
$quickbuylayout='productimage, productname, instock, reviewstars, productid, manufacturer, description, options, listprice, price, currency, detaillink, addtocart';
$csstyleprefix='bcs';
$crosssellsectionmax=3;
$csrecommendedtitle="Best Sellers";
$shortdescriptionlimit=100;
$crosssellaction='bestsellers';?>
<?php include "vsadmin/inc/inccrosssell.php" ?>
</div>
<div class="left_contain_bottom"> </div>
</div>

</div>
</div>
<div class="clear"></div>
</div>
<!-- #BeginEditable "manuf" --> <!-- #EndEditable --> </div>
</div>
</div>
</div>
</div>
<footer>

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « 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