new100 Posted October 27, 2015 Share Posted October 27, 2015 Hello prestashop professionals, Honestly im very new for prestashop. is there anybody who can help with changing homepage product box layout please? im attaching two layouts, is it possible to do that? thank you (sorry for my english, im not native speaker) sincerely, Dilshod Link to comment Share on other sites More sharing options...
NemoPS Posted October 28, 2015 Share Posted October 28, 2015 You mean you want to go from the first to the second? The first one looks like vekia's template Anyway the amount of changes required is pretty much insane to think it can be held through a forum post. I'd go for changing the class from col-xs-3 to col-xs-6 if it's bootstrap. Otherwise hard to tell, it's a custom template. 1 Link to comment Share on other sites More sharing options...
new100 Posted October 28, 2015 Author Share Posted October 28, 2015 Hello Nemo1, first of all thank you for reply. yes correct, first one of Vekias layout, but i like it. yes i posted two layout images, i just want any one of them, but is it possible? Link to comment Share on other sites More sharing options...
NemoPS Posted October 30, 2015 Share Posted October 30, 2015 Yes, indeed, you just have to work out a bit of css and html. I'd start by removing all of the extra elements if you want to go for vekia's. Like remove price, description, etc, in the product-list.tpl file, then style what you have left 1 Link to comment Share on other sites More sharing options...
new100 Posted October 30, 2015 Author Share Posted October 30, 2015 Hi Nemo1, thank you again for your answer. Yes i understand html and css but abit not like you guys. Can you help me please to manage this? changing product box layout? I really need it Best regards, Dilshod Link to comment Share on other sites More sharing options...
NemoPS Posted October 31, 2015 Share Posted October 31, 2015 It's a bit tough to guide you as there is a lot to do. I'd say have a look at product-list.tpl, and get rid of this first <p class="product-desc" itemprop="description"> {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'} </p> {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))} <div class="content_price"> {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)} <span class="price product-price"> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} </span> {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} {hook h="displayProductPriceBlock" product=$product type="old_price"} <span class="old-price product-price"> {displayWtPrice p=$product.price_without_reduction} </span> {hook h="displayProductPriceBlock" id_product=$product.id_product type="old_price"} {if $product.specific_prices.reduction_type == 'percentage'} <span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span> {/if} {/if} {hook h="displayProductPriceBlock" product=$product type="price"} {hook h="displayProductPriceBlock" product=$product type="unit_price"} {/if} </div> {/if} Link to comment Share on other sites More sharing options...
new100 Posted November 3, 2015 Author Share Posted November 3, 2015 Hi Nemo1, thanks a lot for your reply, i really appreciate. May i ask you something else please? im having a problem with my payment, nothing is working at all. And by mistake i unhooked the paypal button, can you help please? Thank you, Dilshod Link to comment Share on other sites More sharing options...
NemoPS Posted November 4, 2015 Share Posted November 4, 2015 It's a bit too vague to try to help you out with the payment thing. Try opening a specific topic for it. As for paypal, you can smply reset it, it will re-hook to where it's needed 1 Link to comment Share on other sites More sharing options...
new100 Posted November 6, 2015 Author Share Posted November 6, 2015 Hi Nemo1, thank you for your time, appreciated! I did what you said, it works. I have another issue, i need to open topic for that but i cant somehow. I have created PAYPAL BUY NOW button, where i have to insert the code, thats what i cant solve, can you help please? Thank you for your time, Dilshod Link to comment Share on other sites More sharing options...
NemoPS Posted November 7, 2015 Share Posted November 7, 2015 The module should have an instant checkout button, can you check in the config? So that you don't have to add the code yourself.Anyway those spots are in product.tpl, one after usefull_link_block, the other before <div class="box-cart-bottom"> Link to comment Share on other sites More sharing options...
new100 Posted November 24, 2015 Author Share Posted November 24, 2015 Hi Nemo1, thank you for your reply, i fix it a bit but still some problems. I would chat with in private if you dont mind please, can you help? Thank you Dilshod Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now