| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Link Bait on the Fly | SEO Marketing | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||||
|
|||||||||
![]() David,
Could you post the pieces that deal with the image. I'm not proficient enough to write this stuff, but I'm persistent enough and catch just enough to beat around until I find a solution. Thanks!
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10 |
|||||||||
#12
|
|||||||||
|
|||||||||
![]() vtonya,
you may want to change the link wording from "Available from Your Link Output Keywords" to "Available from MedsMarket" You'll find that here: Code:
Also, mine outputs the name of the product, and yours does not. ??? Have a look: http://www.heritagetoys.com/Boston-Red-Sox-Toy-Chest-pr-19598.html
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10 |
|||||||||
#13
|
|||||||||
|
|||||||||
![]() Thanks HWT, i did changes and fogot to paste my site name. Thank you.
Ys, we have the same problem, hope we will solve it soon.
__________________
X-card Gold 4.1.7 Batch Order Mod/Order Processing Detailed Order Management Mod Order Audit/Profit reports Advanced Product Search Ajax Username Checker Direct Product Enquiry Form FAQ Manager Social Bookmarking Tabs Mod v3 MagneticOne.com All-IN-ONE X-Cart Export Show Referrer Information on Order Details Page www.medsmarket.net |
|||||||||
#14
|
|||||||||
|
|||||||||
![]() Just my two cents. I would take a look at this line of code:
Code:
The 4.1.8 program could have changed the name of the tumbnail. Check in your database to see what it is called. It seems to be grabing the rest of the information. Good Luck -DS
__________________
4.4 Code:
|
|||||||||
#15
|
|||||||||
|
|||||||||
![]() In x-cart 4.1.7 in product_thubmnail.tpl there is the following code:
Quote:
__________________
X-card Gold 4.1.7 Batch Order Mod/Order Processing Detailed Order Management Mod Order Audit/Profit reports Advanced Product Search Ajax Username Checker Direct Product Enquiry Form FAQ Manager Social Bookmarking Tabs Mod v3 MagneticOne.com All-IN-ONE X-Cart Export Show Referrer Information on Order Details Page www.medsmarket.net |
|||||||||
#16
|
|||||||||
|
|||||||||
![]() That seems to be the same.
The problem could be with the following code: Code:
__________________
4.4 Code:
|
|||||||||
#17
|
|||||||||
|
|||||||||
![]() Problem can be anywhere, the question is how to find it...
__________________
X-card Gold 4.1.7 Batch Order Mod/Order Processing Detailed Order Management Mod Order Audit/Profit reports Advanced Product Search Ajax Username Checker Direct Product Enquiry Form FAQ Manager Social Bookmarking Tabs Mod v3 MagneticOne.com All-IN-ONE X-Cart Export Show Referrer Information on Order Details Page www.medsmarket.net |
|||||||||
#18
|
|||||||||
|
|||||||||
![]() I got this to work correctly on our site by changing the "Link to this" code that is to be placed in product.tpl
Replaced this. <P><A class="LinkToThis" href="javascript:void(0)" onClick="window.open('http://www.yoursite.com/store/linktothis.php?linkto='+escape(window.location.hre f),'','width=800,height=400,resizeable=true')">Lin k to this</a><!-- { $product.tmbn_url } --></P> With this. <P><A class="LinkToThis" href="javascript:void(0)" onClick="window.open('http://www.yoursite.com/store/linktothis.php?linkto=http://www.yoursite.com/store/product.php?productid={$product.productid}&tmbn_ur l={$product.tmbn_url}&product={$product.product|ur lencode|default:'#no_string_value_found'}','','wid th=800,height=400,resizeable=true')">Link to this</a></P> |
|||||||||
#19
|
|||||||||
|
|||||||||
![]() Quote:
Nice Work.......I totally forgot about this post......Thanks for resurecting it..........I hope people get full use of it. Its a damn cool mod (especially for products geared towards a younger crowd) -ds
__________________
4.4 Code:
|
|||||||||
#20
|
|||||||||
|
|||||||||
![]() FYI, I doubt this will now work on 4.1.11, since they changed the call to the thumbnail.....I am assuming the code will need to be altered.
__________________
4.4 Code:
|
|||||||||
|
|||
X-Cart forums © 2001-2020
|