w3bbysdesign Posted July 18, 2011 Share Posted July 18, 2011 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 More sharing options...
w3bbysdesign Posted July 19, 2011 Author Share Posted July 19, 2011 Is anyone able to help me out please.........!!! Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244550 Share on other sites More sharing options...
dcro2 Posted July 19, 2011 Share Posted July 19, 2011 It would be nice if your first link didn't lead to a 404 error Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244554 Share on other sites More sharing options...
WebStyles Posted July 19, 2011 Share Posted July 19, 2011 Did the same for me, but if you go though the homepage, and use the links, it works. Still, since the file doing all the formatting is zstore.php, it will be hard to help without it's code. Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244555 Share on other sites More sharing options...
w3bbysdesign Posted July 19, 2011 Author Share Posted July 19, 2011 I put in the wrong link, my mistake here is the correct link: http://www.w3bbysdesign.net46.net/pages/zazzle_store I have added include zip file and will add the css file that comes with it next if that will help out more..... [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244598 Share on other sites More sharing options...
w3bbysdesign Posted July 19, 2011 Author Share Posted July 19, 2011 Here is the CSS file [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244600 Share on other sites More sharing options...
w3bbysdesign Posted July 19, 2011 Author Share Posted July 19, 2011 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 More sharing options...
w3bbysdesign Posted July 19, 2011 Author Share Posted July 19, 2011 Could someone please see if they could help me out with this problem i have.......... Link to comment https://forums.phpfreaks.com/topic/242285-help-please/#findComment-1244896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.