-
Posts
129 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Flaunt
-
It's your shops meta description if I remember correctly. Try this: Go to Preferences > SEO & URL's and edit the 'index.php' page. You'll see there under 'meta description' that it says the 'Powered by......' part. Just edit it and that should do it.
- 4 replies
-
- 1
-
-
- remove
- powered by prestashop
-
(and 2 more)
Tagged with:
-
Unhooking Products Category from Header of Pages
Flaunt replied to TilenM's topic in Core developers
Hi, I've had a closer look and I can tell you that it is NOT the 'productscategory' module that is flashing up in the header. It is in fact your navigation bar. It's pre-loading unformatted (no css styling) for just a very brief second and then it is displaying correctly. -
Thanks, I'll be in touch shortly. Thanks for the advice, Mike. I will certainly give them a try
-
Hi, I'm a web developer/designer currently working with a client on an eCommerce project built using Prestashop (of course). The client has decided that they would like to incorporate a number of new features to the Product pages, none of which can be added or customised in the more traditional manner and unfortunately require some expertise a little way out of my own area of skills. The job will require complete re-working of how the current system works for each product on its individual page, incorporating such things as a custom price per weight checker, a postcode checker (for delivery costs) and a few other minor things. So with this in mind, I am seeking a talented and reliable programmer who preferably has a solid understanding of the Prestashop platform and its back-end. They need to be a great communicator as I expect to be in touch with them regularly throughout so as I can oversee things (mainly as I have already spent a great deal of time on the project so I'm kind of protective of it). I will provide a URL and more in depth details at a later time. For now, I'm looking to get the ball rolling. Please PM me with your best and most honest offer and costing (at a fixed rate). The client has a limited budget but is happy to pay what is needed to obtain these new features. No time wasting please and I would also like to see a solid portfolio if possible. Thank you for your time.
-
Unhooking Products Category from Header of Pages
Flaunt replied to TilenM's topic in Core developers
Something else is a problem here. The header hook means the header of the document which is not the same as the viewable content in the 'header area' of the page. For that, we use the 'tops of pages' hook. So I don't know what is happening at the moment. Besides, 'Products Category' module CAN NOT be hooked into the header area (tops of pages) by default. This is a little strange. I can look at it in more depth for you but not until later as I am busy right now. I'll respond to your PM later too. -
[SOLVED] Overlap problem in homefeatured
Flaunt replied to ThePatrickBay's topic in Addons, modules and themes developers
You're very welcome -
How to add a text page?
Flaunt replied to travelger's topic in Addons, modules and themes developers
Glad it worked for you. -
How to add a text page?
Flaunt replied to travelger's topic in Addons, modules and themes developers
You put the wrong link details in, that's all. Custom CMS pages are not quite the same as the 'contact', 'sitemap' etc pages. Easiest way to sort it is to go to view the 'Press' page and copy the link from your address bar, then change the code to this instead: <li><a href="http://www.yoursite.com/content/pagename"{if $page_name == 'press'} class="active"{/if}><span>{l s='press' mod='tmheaderlinks'}</span></a></li> Try that. Make sure you clear you cache too. -
How to add a text page?
Flaunt replied to travelger's topic in Addons, modules and themes developers
You would have to edit the .tpl file to add or edit any header links. Difficult to tell you exactly what as it sounds like you're using a Template Monster theme and module so it will be slightly different than the PS defaults. Can I see a link to your site? -
How to add a text page?
Flaunt replied to travelger's topic in Addons, modules and themes developers
Well you can add new pages to Prestashop via your back-office under 'Tools > CMS > Add a new page' You can create any page you need there with a full text editor. A little .html knowledge will let you add some extra functionality if you want. Is this the kind of thing you meant? -
[SOLVED] Overlap problem in homefeatured
Flaunt replied to ThePatrickBay's topic in Addons, modules and themes developers
Not 100% convinced .css will fix this alone. I can sort it out for you if you want but I will need .ftp access. Let me know by PM if you want some help. -
Unhooking Products Category from Header of Pages
Flaunt replied to TilenM's topic in Core developers
Actually, I'm a little confused by what you are saying. Firstly, do not confuse the 'header' hook with 'tops of pages'. All modules are installed to the header hook AND the relevant one to which they are to be positioned and show up in. Being on the header hook does not make anything show in the header of the website.......if you follow me. This module is only meant to show up in the product footer and nowhere else. It's hard to understand what your problem is exactly. Could you post a link to your site? -
Yes, but I can't remember how I did it! I'll get back to you if I remember
- 4 replies
-
- remove
- powered by prestashop
-
(and 2 more)
Tagged with:
-
You need to go into your modules folder, then into the 'blockpermanentlinks' folder and edit 'blockpermanentlinks-header.tpl' You'll see all the links in that file and all you need to do is duplicate one of them and then edit it to your liking.
-
Basically this only applies to people using the 'prestashop_new template'. It seems that for some unknown reason the whole section that allows the tax etc to be shown on the cart summary has been commented out in the .tpl file. I cannot understand why this was done because it is a vital function and nothing to do with design aesthetics. Anyway... First, open up 'shopping-cart.tpl' in your theme folder and around line 84 find this: <!-- {if $use_taxes} {if $priceDisplay} <tr class="cart_total_price"> <td colspan="5">{l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}</td> <td class="price" id="total_product">{displayPrice price=$total_products}</td> </tr> {else} <tr class="cart_total_price"> <td colspan="5">{l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}</td> <td class="price" id="total_product">{displayPrice price=$total_products_wt}</td> </tr> {/if} {else} <tr class="cart_total_price"> <td colspan="5">{l s='Total products:'}</td> <td class="price" id="total_product">{displayPrice price=$total_products}</td> </tr> {/if} --> Remove the '<!--' from the beginning and the '-->' from the end. Secondly, at around line 172 find this: <!--<tr class="cart_total_price"> <td colspan="5">{l s='Total (tax excl.):'}</td> <td class="price" id="total_price_without_tax">{displayPrice price=$total_price_without_tax}</td> </tr> <tr class="cart_total_tax"> <td colspan="5">{l s='Total tax:'}</td> <td class="price" id="total_tax">{displayPrice price=$total_tax}</td> </tr> --> And do exactly the same as before. (note: if you don't need it to show the sub-total price excl. tax then move the last comment up to line 175) Finally, to make it all show (only some of will after this first stage) open up your 'global.css' from your theme folder. About line 748 or there about you will find: .cart_total_tax {display:none} Remove this completely. Finally, add these two lines in its place to sort out the border styling: #total_product.price {border-right:none} #total_tax.price {border-right:none} All done. And it should look something like this: see attachment (obviously ignore my own styling and textual changes)
- 11 replies
-
- tax not showing
- separate tax
-
(and 3 more)
Tagged with:
-
How to fix prestashop_new theme to display tax in cart summary
Flaunt replied to etrfl's topic in Core developers
Add these two separate lines to the global.css. Anywhere around line 850 will do: #total_product.price {border-right:none} #total_tax.price {border-right:none} Work great for me -
Damn, I couldn't see the woods for the trees. Answer was staring me in the face all along I have a fix for this. Just working on a couple of styling issues and I'll post back. Very simple fix too.
- 11 replies
-
- tax not showing
- separate tax
-
(and 3 more)
Tagged with:
-
Exactly the same problem here too. The settings are correct, the code is all there in 'order-detail.tpl' but still nothing. Any clues anyone? Cheers
- 11 replies
-
- tax not showing
- separate tax
-
(and 3 more)
Tagged with:
-
Hi, Another random question from me. Does anyone know if anyone on the forum runs this website? >> www.webshopworks.com I've sent countless emails through both the shop and the PS store and no replies. Support is awful so far. Cheers
-
Quick Coriander Theme Question
Flaunt replied to Flaunt's topic in Addons, modules and themes developers
Yes, thanks Mike. I'm now in touch with them about it -
Quick Coriander Theme Question
Flaunt replied to Flaunt's topic in Addons, modules and themes developers
Tried that twice already but no luck. Anyway, it looks like it's a re-sale theme originally available at TemplateMonster. So I will try through them as they have the creators details. -
Hi, Does anyone happen to know who made this theme (Coriander)? >> http://addons.presta...op-tm34604.html I'm trying to get hold of them on behalf of a client (who has purchased it) but I'm not having much luck so far. It's rather urgent as well Thanks
-
Look for where the featured products section starts in your themes global.css (varies so ctrl-f to find it). Put the code right at the beginning of this section, like I did in my example below: /* ************************************************************************************************ HOMEPAGE ************************************************************************************************ */ /* BLOCK HOME FEATURED ************************************************************************* */ #index #center_column { width:971px; } #featured-products_block_center li { margin-right:13px; padding:10px 0; width:230px;
-
[SOLVED] Front Office Has Vanished and a Mess
Flaunt replied to Flaunt's topic in Configuring and using PrestaShop
I've fixed it somehow. I deleted a few unused modules and it came back. Don't know if that was the fix or not.... I couldn't find the php.ini file to increase memory either..