Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Creating New Pages - Turning Zencart into my only website!

Creating New Pages - Turning Zencart into my only website!

Views: 2,681

Results 21 to 24 of 24
22 Mar 2011, 8:10 PM
#21
thec0wboy avatar

thec0wboy

New Zenner

Join Date:
Mar 2011
Posts:
34
Plugin Contributions:
0

Creating New Pages - Turning Zencart into my only website!

kobra:

Paste code only when using the "plain text" editor

Looks like it's working now! Thanks for that.

The only thing missing is the images, but I'm going to need to upload those and have them point to the right location to get them to work. This is going to be great! I can do the codding in weebly, and paste it over into Zencart, talk about noobie friendly.

:clap:

22 Mar 2011, 8:37 PM
#22
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Creating New Pages - Turning Zencart into my only website!

If you cut & paste weebly-generated content, you will need to edit URLs and image locations for the Zen Cart context, e.g.```
<div ><div style="text-align: center;"><a href='/saying---kitchen.html'><img src="/uploads/3/6/7/0/3670872/909773.png?390" style="margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; border-width:0;" alt="Picture" class="galleryImageBorder" /></a><div style="display: block; font-size: 90%; margin-top: -10px; margin-bottom: 10px;"></div></div></div>

       <div ><div style="text-align: center;"><a href='/index.php?main_page=your-zc-page'><img src="/images/909773.png" style="margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; border-width:0;" alt="Picture" class="galleryImageBorder" /></a><div style="display: block; font-size: 90%; margin-top: -10px; margin-bottom: 10px;"></div></div></div>
```your-zc-page needs to be replaced with whatever ZC destination you want.
22 Mar 2011, 9:00 PM
#23
thec0wboy avatar

thec0wboy

New Zenner

Join Date:
Mar 2011
Posts:
34
Plugin Contributions:
0

Re: Creating New Pages - Turning Zencart into my only website!

Thanks for taking the time to detail that for me.

I'll get working on it more tonight, gonna get fired if I keep fiddling with my Zencart site haha :P

18 Apr 2011, 5:32 PM
#24
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: Creating New Pages - Turning Zencart into my only website!

kobra:

janissaire,

There are 8 files/edits required to create another define page
You can review what is required in the about us 3rd party module

Good to know - thanks Kobra!