-
Posts
47 -
Joined
-
Last visited
buggindave's Achievements
Newbie (1/14)
5
Reputation
-
I have a Social Media module, but it only adds Facebook Like, Twitter Tweet, ect to the product page. I post regular blogs, caresheets, and other SEO articles on the CMS system of my Prestashop 1.5.6 store at SmallPetFeeders.com, so I would like to add Share, Like, Tweet, +1, ect buttons to the CMS pages. Is there a module out there, preferably free obviously, that would solve this? Thanks! -Dave
-
I've had a problem with the Featured Products module for a while now where the images seem to overlap one another, due to an incorrect margin spacing to the left of the image. I've included screenshots below so you understand what I'm speaking of. I can't seem to find the issue, can anyone help? Here's the code to homefeatured.tpl.... <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block clearfix"> <h4 class="title_block">{l s='Featured products' mod='homefeatured'}</h4> {if isset($products) AND $products} <div class="block_content"> {assign var='liHeight' value=250} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {math equation="nbLi/nbItemsPerLine" nbLi=$nbLi nbItemsPerLine=$nbItemsPerLine assign=nbLines} {math equation="nbLines*liHeight" nbLines=$nbLines|ceil liHeight=$liHeight assign=ulHeight} <ul style="height:{$ulHeight}px;"> {foreach from=$products item=product name=homeFeaturedProducts} {math equation="(total%perLine)" total=$smarty.foreach.homeFeaturedProducts.total perLine=$nbItemsPerLine assign=totModulo} {if $totModulo == 0}{assign var='totModulo' value=$nbItemsPerLine}{/if} <li class="ajax_block_product {if $smarty.foreach.homeFeaturedProducts.first}first_item{elseif $smarty.foreach.homeFeaturedProducts.last}last_item{else}item{/if} {if $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 0}last_item_of_line{elseif $smarty.foreach.homeFeaturedProducts.iteration%$nbItemsPerLine == 1} {/if} {if $smarty.foreach.homeFeaturedProducts.iteration > ($smarty.foreach.homeFeaturedProducts.total - $totModulo)}last_line{/if}"> <a href="{$product.link|escape:'html'}" title="{$product.name|escape:html:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')|escape:'html'}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" />{if isset($product.new) && $product.new == 1}<span class="new">{l s='New' mod='homefeatured'}</span>{/if}</a> <h5 class="s_title_block"><a href="{$product.link|escape:'html'}" title="{$product.name|truncate:50:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}</a></h5> <div class="product_desc"><a href="{$product.link|escape:'html'}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:65:'...'}</a></div> <div> <a class="lnk_more" href="{$product.link|escape:'html'}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> {if $product.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE}<p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p>{else}<div style="height:21px;"></div>{/if} {if ($product.id_product_attribute == 0 OR (isset($add_prod_display) AND ($add_prod_display == 1))) AND $product.available_for_order AND !isset($restricted_country_mode) AND $product.minimal_quantity == 1 AND $product.customizable != 2 AND !$PS_CATALOG_MODE} {if ($product.quantity > 0 OR $product.allow_oosp)} <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart')|escape:'html'}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a> {else} <span class="exclusive">{l s='Add to cart' mod='homefeatured'}</span> {/if} {else} <div style="height:23px;"></div> {/if} </div> </li> {/foreach} </ul> </div> {else} <p>{l s='No featured products' mod='homefeatured'}</p> {/if} </div> <!-- /MODULE Home Featured Products -->
-
Hello everyone, After attempting to fix the problem myself, and thoroughly checking the forums and the internet for an existing answer to my problem here. For example: http://www.smallpetfeeders.com/superworms/74-1000-superworms-bulk-order-free-shipping.html Please notice how the product price is simply displayed as "$". If you do a search for the item in the store, on the search page, the product price reads correctly. I'm not sure what I did, but before this problem started occurring, when I would select different combinations on the Product Page, it wouldn't alter the price, although I had the settings correct. These problems started occurring sometime around the last upgrade to 1.5.6. If someone could help me get started fixing this issue, I'd be most appreciative. -Dave
-
Hey Tomas, I recommend you edit your comment as you quoted the post I have now edited since we are seeking resolution. -Dave
-
*EDIT* This developer has contacted me and is seeking resolution behind this. Will update if any more problem arise, otherwise I believe this to be a misunderstanding. -Dave Cross, LMT
-
^ Same question. I need shipping method, email address, and customer correspondence for the order. And can you have links print on the invoice for each item? The link will be unique to each category of item. I sell live insects, and the link will be to a care sheet that will explain to the client how to care for their insects. I'd also like this link to be clickable when the client pulls up their invoice in their control panel. Also it would be nice if I could mark a certain type of item which I call a "Bulk Item" in the store so when you print the invoice, it says "Shipped Separately" Next to those items. Let me know if you can modify this invoice to do this and I will certainly put out the $27, as long as you're willing to do the customizations I've asked. Email me at Dave AT SmallPetFeeders.com (trade the AT with @). Thanks! Put "Invoice Template Mods" in the subject line. -Dave SPF
-
I need someone to make the GoogleBase module/script to work properly, and generate a readable document for the Google system to use. Currently it processes and outputs a document, but after putting it in the Google system it says it is unreadable. Google uses the document to make our products available in the "Shopping" tab, which would be a big boost of business for us, but we are unfortunately held together by a shoestring budget and need someone who can work efficiently with this. Please send offers to dave AT smallpetfeeders.com (replacing the AT with @). Thanks!
-
This is what popped up...no list, just an error... Declaration of Cart::getOrderShippingCost() should be compatible with that of CartCore::getOrderShippingCost() (Unknown, line 0) Edit: Also, this was before I even got a chance to press the Add to Cart button, occurred on load. When I went to backoffice, it popped up with this error... [php Strict #2048] Declaration of PayPal::validateOrder() should be compatible with that of PaymentModuleCore::validateOrder() (/home/smallpet/public_html/modules/paypal/paypal.php, line 48)