Re: creinold Pinterest Button Addon
Hello i install creinold Pinterest works fine but not on some characters like á ã. exemple in Portugal we use câmara (its camera) and if the product have one of this characters i cant do the pint it.
I think they are utf-8 characters. is possible to place a line of php code to help convert these characters?
can someone help
Tanks
Re: creinold Pinterest Button Addon
First off, let me say thank you for this plug-in, it is a tremendous help to zen cart website owners.
I'm having the following problem, however. When users are pinning something from my site, the link being generated by Pinterest is always going to
/index.php?main_page=product_info and not to the individual page they are pinning from. Same thing happens when I personally try and pin something from my site using your addon. Any idea why this is happening?
Thanks again for the addon
Re: creinold Pinterest Button Addon
Every is working but the number of times pinned? I am adding the follwing to:
\includes\templates\My_Tempelate\templates\tpl_product_info_display.php
<!--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
<a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo $products_name; ?> <?php
// base price
if ($show_onetime_charges_description == 'true') {
$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
} else {
$one_time = '';
}
echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
?>" class="pin-it-button" count-layout="horizontal">Pin It</a>
<!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
Can't figure this one out!
Re: creinold Pinterest Button Addon
Has anyone used this with the facebook addon?
I would like to have both next to each other on the product page
Any help would be greatly apprecated.
PS I am a real new zenner ;)
my store is www.thecoinopshopinc.com
2 Attachment(s)
Re: creinold Pinterest Button Addon
Where I have Products Price (Net): and Products MSRP: added, I am getting the "<span class=" at the end of Product name?
Attachment 12247
Also where the price is set by attributes, I am getting <br>
Attachment 12248
Any ideas?
Re: creinold Pinterest Button Addon
does anyone know where "zen_get_products_display_price" is defined ?
When I take it out of the code <span class= and <br /> go away!
But the price disappears also.
Re: creinold Pinterest Button Addon
I suppose no one is supporting this add-on anymore??
Re: creinold Pinterest Button Addon
Sorry I quit using zen cart awhile back ago :(