i have installed opencart 1.5.6 with oxy theme and im having a strange problem with the layouts..
i want to show the slider and the latest products in the homepage and in the layout i have selected "home" which routes to common/home
but the problem is when i go to all the inner pages the slider and the latest products are still visible
and secondly im having a problem with the left column and right column. im have set the category links on the left column and layout category but they are not visible.
can someone tell what might be wrong?
If there are multiple same route has been added then this problem
will happened.Go to admin -> system then go the Design->layouts and
check the other layout routes.If any other page have the same
'common/home' route remove it. I think then your first problem will
be solved.
Check the category template whether there is $column_left,
$column_right is present or not if not then echo it here. After that check it once.
Related
I have to create a custom page for only one product with declinations, so I have created "product-158.tpl" file with a new hook for a new module. (158 is the ID of the targeted product)
The page works well when the product is not to complicated to select, but if I need declinations as color or size, the new layout is replaced by classic product.tpl version and every customed things desapeared. The problem comes when the hidden "refresh" button is trigged and the "add-to-cart-or-refresh" form is submitted. If I erase the hidden button, I can select what I need to select, the cart recognise my order, I can buy the right declination, but If I click the "continue shopping" button, the same problem is displayed.
The problem comes when url change, maybe because of the new ID of the product, I really don't know. I'm searching from two month.
Thanks a lot to who will help me.
Why not park the base tpl, and call your hooks, and apply only changes that the product ID is 158?
Regards
I have a Opencart 2.0.1.1 installed on my server with a few modules installed but I cant seem to assign them to the category layout.
for an example, I have a banner and I have assigned it to the category layout but it doesnt show. But when I assign it to any information page or home page it shows.
none of the a modules work for the category layout. There are no errors in the error log either
Can someone let me know what might causing this problem and how can I fix it?
I have the same problem with Version 2.3.0.2. Maybe you already solved it; but in case anyone else needs a solution I found a workaround: Create a new Categories Layout to which you assign your modules. Next, assign your new layout to each category by overriding the standard layout of each of your categories with the one you just created.
In case you need some directions, here's how to do this:
In the admin section go to Design > Layouts. Create a new layout for your category pages by clicking on the plus sign in the rop right of the screen (it says 'Add New' when you hover over it). The new screen will show a fresh layout; give it a unique name in the field 'Layout name'. Now click on the plus sign below the line that says 'Store' and 'Route'. This creates two empty fields in which you can fill in your store and route. Select the name for your store (mine is simply 'default') and in the route field enter 'product/category' (without the quote marks). Now assign the modules of your choice in this new layout. When you are done save the layout by hitting the save button in the top of the screen.The next step is that you assign your new categories layout to all your existing categories. Go to Catalog > Categories and open the first category on your list by hitting it's edit button. In the edit screen, go to the tab 'Design' and select your newly created layout in the dropdown list under 'Layout Override' . Hit the Save button and edit the next Category in the same manner. Go through the entire list and you are done. …That's it :)
I'm using Sitecore 7.2. I have a center column placeholder where users can select from a list of components using the Page Editor, set data source and edit the content of the data source.
I'm experiencing a strange problem where if I have components on this placeholder and if I try to add other components below it they jump to the first position in the placeholder. I'm not sure what is going here and looking to see if someone else has come across this same issue?
Thanks
I wanted to create a theme in Prestashop 1.6. So to do that I just copied Prestashop 1.6 default theme and renamed it as custom-theme. From backend I made custom-theme activeted. As per my design I wanted to make left column for the home page. So to that I made index to left column from backend APPEARANCE OF COLUMNS settings but I did not see any changes. But if I don't make any copy of the deafult theme and make change the left column in index page then the left column is coming without any problem. So can someone kindly tell me whats the issue here when I make the copy of default theme and made the left column settings for index or any other pages it is not coming? Any help and suggestions will be really appreciable. Thanks
what worked for me is doing a reset(down arrow menu, just above delete) of the module I wanted to display on the left column eg. Categories block
The columns are activated by backend:
Preferences->themes->advanced options
and there "aspect columns"
active in "index"
I'm modifying an osCommerce site (started by someone else) and on the homepage, there's a box (called infobox I believe, or new_products box). It's currently showing nine (9) products, and I want to change it to show six (6).
How can I do this? Is it a code thing or something I can change through the admin section?
Is it also possible to add a second infobox showing six (6) products from another category?
I'm modifying an osCommerce site
(started by someone else) and on the
homepage, there's a box (called
infobox I believe, or new_products
box). It's currently showing nine (9)
products, and I want to change it to
show six (6).
How can I do this? Is it a code thing
or something I can change through the
admin section?
The setting is in the Admin section: Configuration -> Maximum Values -> New Products Module.