lord_dev
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Orders are being accepted even though transaction failedHi Justin,
WPEC 3.8.8.5
Payment gateway: Cardsave v1.3I can make an update… but older versions should still send transaction failed emails?
Thanks
Chris Scott – Works perfectly thanks!!
When will you release the new code with 1.5?
Cheers
Hi Chris Scott,
Thanks for your great plugin.
Have you updated this function yet: get_post_thumbnail_url($post_type, $id, $post_id = 0, $size = null)
I have just updated your plugin to the latest version and I cannot get this to work just like the original function at the top of this page.
Any help appreciated!
Forum: Plugins
In reply to: [WP eCommerce] wpsc_start_category_query loop problemUPDATE: I’ve found a way of looping the Categories by using the get_terms() function. Unfortunately I can only get the Category Titles to loop. Anyone have any idea how to get images and links via a get_terms loop?
$terms = get_terms("wpsc_product_category","hide_empty=0&parent=0", OBJECT, "display") foreach ($terms as $term) { $i++; $term_list .= '<a href="/term-base/' . $term->slug . '" title="' . sprintf(__('View all post filed under %s', 'my_localization_domain'), $term->name) . '">' . $term->name . '</a>'; if ($count != $i) $term_list .= ' · '; else $term_list .= '</p>'; } echo $term_list;Forum: Plugins
In reply to: [WP eCommerce] wpsc_start_category_query loop problemHi Pixaque,
Thanks for the input.
Unfortunately wpsc_print_category_classes_section(); does not print anything (maybe this is a bug?) Even if it did work, I doubt its much use – if my client deletes a category or moves the order then the styling will be irrelevant.
I have something slightly helpful – wpsc_print_category_id() – this just prints the category ID so you can style classes uniquely. However, same problem – if my client deletes or moves the order of the categories then this functionality is pointless.
I would really like a proper indexed solution. Does anyone know how to display all the Categories with a For Each or While loop?
Thanks
You sir, are a gentleman and a scholar!
Exactly what I was looking for, and may I suggest this is added to the next version? (I presume if there is an update, it will just override this code)
Hi roblagatta,
Thanks for getting back in touch. I never found out how to do this, although it would be quite useful if for example you have 12 months worth of events which you would like to revisit in the further (as an archive).
e.g. http://www.fcbarcelona.com/football/first-team/calendar
I see your point, but that is more for upcoming events
Another question..
Is there a clean way of specifying Latitude/Longitude coordinates for Google Maps locations in this plugin (52.1660, 1.5775)? At the moment I having to create my own textbox and code to allow this
Forum: Plugins
In reply to: [Attachments] Attachments not working for Products in WP-EcommerceHey,
I would just like to contribute my solution:
Follow these two tutorials: #1 explains the solution but #2 has the working code!
1) http://bloke.org/php/wp-ecommerce-product-downloads-checking/
2) http://automatica.com.au/2011/12/wp-ecommerce-downloads-and-bypassing-the-checkout-process/
Forum: Plugins
In reply to: [Attachments] Attachments not working for Products in WP-EcommerceHey jchristopher,
If a fix is not found, do you know which version of WP-Ecommerce will work with this plugin?
Thanks in advance.
Forum: Plugins
In reply to: [Attachments] Attachments not working for Products in WP-EcommerceThanks for your help jchristopher, please let me know if there is anything I can do to help?
My client has requested this feature and your plugin does the best/only job i’ve seen. Looking forward to seeing the fix!
Forum: Plugins
In reply to: [Attachments] Attachments not working for Products in WP-EcommerceYes…
I can see the Attachments box in the Products admin page and I am able to upload a file. However, once the file is uploaded it does not give me the option to ‘Attach’ the file to the product. It works and appears for Pages and Posts, but just not for Products.
I am using Wordpres 3.31, WP Ecommerce 3.8.7.5 and Attachments 1.6
Thanks in advance.
I’ve figured it out..
<?php echo do_shortcode(‘[newsletter]’); ?>
And you can do this for any shortcode in wordpress, brilliant!
Forum: Networking WordPress
In reply to: Duplicate main siteAndrea_r, I have created a second site and added a few new pages. But when I create a third site it does not inherit any of the pages created in the second site.
Am I doing something wrong, perhaps not enabling a checkbox?
(PS. This is using New Blog Defaults)
Forum: Networking WordPress
In reply to: Duplicate main siteYeah, unforunately it only sets the default configuration of a new site (e.g themes, permalinks) but not the actual content
I need something that copies the exact site: e.g. Content, menus, widgets theme etc.
Forum: Fixing WordPress
In reply to: Possible to duplicate a “template” blog using multisite in 3.0Anyone know if there has been any progress made on this? This idea would be so useful for my current project