Jump to content

Help please....!!!


w3bbysdesign

Recommended Posts

Hi all,

 

I am trying to add zazzle store into my livesite page, liveSite is a easy website builder.

 

I have managed to add Dynamic Regions to the website builder, which allowed me to use php. So i added the php codes for the page i wanted.......

 

This is the codes below i have added and it works, you can view it here: http://www.w3bbysdesign.net46.net/pages/zazzlestore

 

// configure Zazzle Store Builder display

$_GET['useCaching'] = 'false';

$_GET['showPagination'] = 'false';

$_GET['showSorting'] = 'false';

$_GET['gridCellSize'] = 'medium';

$_GET['showHowMany'] = '5';

$_GET['defaultSort'] = 'popularity';

 

include "include/zstore.php";

 

 

// configure Zazzle Store Builder display

$_GET['showPagination'] = 'false';

$_GET['showSorting'] = 'false';

$_GET['showProductDescription'] = 'false';

$_GET['showByLine'] = 'false';

$_GET['showProductTitle'] = 'false';

$_GET['showProductPrice'] = 'false';

$_GET['gridCellSize'] = 'small';

$_GET['defaultSort'] = 'date_created';

$_GET['showHowMany'] = '80';

 

include "include/zstore.php";

 

The problem i got is as i could only add the php codes and no other codes other than php, it is all showing up in one single file and not how it should look. Does anyone know how i can sort that out by just adding to the php codes already in use, also for your information i can not use the open and closing tag of php <? ?>.

 

Here you can view how it should look when aligned right: http://www.w3bbysdesign.net46.net/two_grids_sample.php

Link to comment
https://forums.phpfreaks.com/topic/242285-help-please/
Share on other sites

This file is the index page i took the php out and add into the website builder i am using......

 

All the files are there, so please could someone have a look and see how it can be sorted. If you need anymore informations please let me know.

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244602
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.