This is what i need help with. The store has blocks like recent products. Top products, Popular Products, Free Products and so on. I want those in homepage. Apprently i checked the database to see if i find the code and i used Danoes (sorry, cant spell it right) tools, but i don't see to find it. Can anyone please help. Maybe a Sql query that might be able to generate those blocks to appear on homepage. Please help. (: |
I don't recall the details, but someone posted on how to find block code in pages and the database and making copies for other areas.
You may want to give the search tool a try.
Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
I have 2 mods that can deal with PHP blocks.
1) Deanos Tools. You can insert new and edit existing php blocks.
2) Block Tools. Allows you to see all blocks of any type and copy blocks from one page to another if it can be copied.
Only block types of PHP, HTML and RSS can be copied.
HINT. If the block does not appear as a block that can be edited in Deanos Tools, then it's not a PHP block and thus most likely cannot be copied to another page. These other block types are called Special Blocks and make up 90% of dolphins blocks. These are blocks that are on a page belonging to a module, and uses code within the modules class and other supporting code with the module to render the block. Meaning the block will not work when placed on a different page as that page will not have the needed code that supports the function of the block.
https://www.deanbassett.com |
Is there anyway to generate and iframe code for the specific block and just add it to a new block using your tool and just add it to homepage? |
Because they are not php blocks, and are part of the page and cannot be rendered by itself, i would have to say no.
https://www.deanbassett.com |
Okay. Maybe this is out of topic but how to separate the Homepage Store Block. It has Featured, Recent, Free etc... how to make seperate blocks for them instead of filtering it? |