Jump to content

A bunch of tricky questions!


Recommended Posts

[FEATURED PRODUCTS]
1. How do I change place between the product name and the product photo? (I want product name below product photo)

[GENERAL]
2. I want to change the buttons SHOW, BUY, CART, CHECKOUT etc to my own designs (.png) - where do I do this?

3. Where do I find the H1 tag?

4. How do I move the H2 and H3 tags from where they are to editorial area?

5. I want customer login fields at the startpage, do I only need to paste the code from login.php to the place where I want it?

Link to comment
Share on other sites

1. You need to edit the homefeatured.tpl file and move the following code:

                    {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}



and move it below the following:

                    getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" />



2. All the buttons for your theme will be located in yourtheme/img/folder. To change the called button from .jpg or .gif etc to .png you will need to find the relevant code in the global.css file and change it to whatever file you want to call.

3+4. The editorial module has h1, h2 and h3 tags already included in them.

5. I presume you are refering to some kind of landing page for your site. I am not sure how to add a any login page to a landing page that isnt part of Prestashop. Otherwise you could add a module like http://www.prestashop.com/forums/viewthread/57675/third_party_modules/module_login___register_panel_ajax_based from Marghoob that shows a login/register panel on your site.

Link to comment
Share on other sites

Somehow my reply disappeared, anywayz...

1. I found the homefeatured, however, I only find the first:

{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}


and not

getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" />

And I've searched on both strings.


2. Yes of course, thanks! How do I do in order to get BUY and VIEW button on the same row?

3+4 : Okey, I will now try to extract/move them to the right place.

5. I will take a closer look at that module, thanks!

6. Do you have any clue how to re-design the pdf.php file? ;) I basically need a different logo, some alignment of the table widths (making them the same width = will look much better). I would also need to place the recipient address one more time, in the right-bottom corner, for easy labelling on package. As far as Im aware, this is not that easy 2 do, so I understand completely if you don't have time to help me on this one ;)
Thanks a million anywayz!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...