You are here: Home
Support site for Tips and Tricks HQ premium products
The mp3 url : http://gotarda.com/wp/wp-content/uploads/Piano_Sonata_Begin.mp3
I assume my hoster does something with the url since it works on Xampp?
Re. to search function: The only somewhat similar code DWeaver finds in above php (v3.9.1) is this :
$output .= ‘<tr><td>product_url.'”>’.$wp_eStore_db->name.’</td><td>’.$curr_symbol.number_format($wp_eStore_db->price,2).'</td></tr>’;
}
else
{
$output .= ‘<tr><td>’.$wp_eStore_db->name.'</td><td>’.$curr_symbol.number_format($wp_eStore_db->price,2).'</td></tr>’;
And my Finder cant find any other file containing above code ??
Thanks, I am having the extra short code plugin installed, I am using this shortcode though: [wp_eStore_fancy7 id=1] and this works well on my local WP installation, just not online.
I have tried the code with link and the result is the same . File Not Found. The file is in the WP Media Library and I also checked that its actually there. I am clueless ….
I have another question regarding the product search code [wp_eStore_product_search]
It finds products, but presents them w/o a hyperlink, which makes the whole exercise for the user quiet useless. Is there a way to solve this problem?
Thank you!