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

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/17/2018 :  13:24:30  
I've made the changes I'd like (I'll switch out the menu links later) for my clients site on their temp homepage: [url]https://www.shopstoneage.com/index.php[/url]

I'd like to use that page as the template for the other pages. Is there a simple way to determine which divs to switch out? I see the div mainWrapper is used twice and started getting a bit confused.

So I'd want to keep everything on top down to and including the offers bar and the blue footer and copyright bar, but for the main body have the left column items Our Products, Your Cart, Your Account, etc. like on the About page [url]https://www.shopstoneage.com/about.php[/url]
Thanks,
Deborah

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/17/2018 :  23:12:03  
Hi Deborah

The simplest way is take the home page and save it under a new name for each of the pages you need on the store. For the store pages it would be the same process as if you were using the Generic Version really https://www.ecommercetemplates.com/help/design.asp

Andy

Please feel free to review / rate our software

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2018 :  10:17:55  
Hi Andy,
That's what I tried to do, but somehow the left column isn't displaying.

For example, I'm trying to start off with the About page. I'm starting with this page: [url]https://www.shopstoneage.com/index.php[/url]

Then I'm pasting the following code in between the header and footer:
[code] <div class="midWrapper">
<div class="container">
<div class="row clearfix">
<div class="col-9 mid_right">
<div class="PL_box">
<div class="product_listing">
<!-- #BeginEditable "body" -->
<h1>About Ecommerce Templates</h1>

<p>This layout is responsive, CSS based and can be edited with the editor of your choice. The design is set up to adapt to screen size and is optimized for desktops, tablets and smartphones. You can try it yourself by dragging the corner of your browser to reduce the display size.The cart set up is well documented and we have a large number of tuorials and help files.</p>
<p>The download comes with this responsive design, premium css product and detail layouts, the side filter bar, drop down minicart and css widgets.</p>

<p>The software integrates with about 40 different payment providers and it's possible to enable more than one on checkout. The download also comes with its own control panel, residing on your server it's tablet friendly and simple to operate.</p>
<p>If you'd like to have a look at the control panel in action you can visit our demo store.</p>
<p><a href="http://www.ectdemostore.com/vsadmin/admin.asp">Demo store admin</a></p>
<p>User: mystore</p>
<p>Password: changeme</p>
<p>The database resets every couple of hours or so but you can add sample products and categories through the admin and check them on the front end store.</p>
<!-- #EndEditable -->
</div>
</div>
</div>

<div class="col-3 mid_left">
<div class="left_nav_wrap">
<h2>Our Products</h2>
<div class="left_nav">
<?php $menustyle='verticalmenu2' ?>
<?php include "vsadmin/inc/incmenu.php"?>
</div>
</div>
</div>

<!-- #BeginEditable "sidebar1" -->

<!-- #EndEditable -->

<div class="col-3 mid_left">
<div class="left_nav_wrap">
<h2>Your Cart</h2>
<div class="left_nav">
<?php $minicssaction="minicart"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>

<div class="col-3 mid_left">
<div class="left_nav_wrap">
<h2>Your Account</h2>
<div class="left_nav">
<?php $minicssaction="minilogin"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>


<div class="col-3 mid_left">
<div class="left_nav_wrap">
<h2>Newsletter</h2>
<div class="left_nav">
<?php $minicssaction="minisignup"?>
<?php include "vsadmin/inc/incminicss.php" ?>
</div>
</div>
</div>

<!-- #BeginEditable "sidebar2" -->

<!-- #EndEditable -->

</div>
</div>
</div>[/code]

Here is the result: [url]https://www.shopstoneage.com/_template.php[/url] It's not displaying the entire left column with Our Products, Your Cart, Your Account, etc. that display on the original page of the template: [url]http://www.wpect.com/prem-natura/about.php[/url] I even edited main.dwt to match the changes I made.

I'm clearly missing something....

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/18/2018 :  10:24:15  
You need to remove this from _template.php

<style>
.left_nav_wrap { display:none; }
.col-9 { width: 100%; }
</style>

As it removes the side column.

Andy

Please feel free to review / rate our software

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2018 :  10:51:11  
OMG, it's so obvious now. I kept looking at all of the code beneath the header section and working from there....
Thanks for showing me what I was missing!

Is this line necessary on the page?
[code]<!-- #BeginTemplate "/Templates/main.dwt" --><!-- DW6 -->[/code]

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/18/2018 :  10:58:16  
If you are making global changes via the dwt file, it is but otherwise not.

Andy



Please feel free to review / rate our software

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/18/2018 :  17:31:03  
Hi Andy,
Excuse my ignorance, but do you have documentation where I could learn more about using the Dynamic Web Template in conjunction with the responsive store? Once I'm done tweaking the header section, menu, left column and footer, I would like those elements repeated on all pages. It sounds like that's what the Dynamic Web Template would do, correct? But if I use it, I'm not sure how to create the other pages. Thanks.

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/18/2018 :  23:52:50  
If you are using Dreamweaver we have some help here https://www.ecommercetemplates.com/using-dreamweaver.asp - if it's Expression Web the file is https://www.ecommercetemplates.com/using-expression-web.asp

Andy

Please feel free to review / rate our software

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/19/2018 :  09:00:27  
Hi Andy,
I code in Notepad. Would this still work and is it something you would recommend, or is renaming a template page to create the other store pages the better option?

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/19/2018 :  09:15:49  
If you code in Notepad you wouldn't be able to use the dwt function so any mention of it in the files can be removed.

Andy

Please feel free to review / rate our software

dmwhipp
Starting Member

USA
40 Posts

Pre-sales questions only
(More Details...)

Posted - 11/19/2018 :  09:20:19  
Thanks for the fast response! Now I can focus on finishing up the site tweaks and getting this baby finished :)

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.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