steven.c84
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Auction Plugin] Shortcode don't workI bought the pro version and now it work. There is italian po file???
Forum: Plugins
In reply to: [WordPress Auction Plugin] Shortcode don't workI tried to disable all plugin, i tried to install the plugin to another site but it don’t work as well. what i can do?
Forum: Plugins
In reply to: [WordPress Auction Plugin] Shortcode don't workHello. thanks for the answer but it don’t work as well.
May be a plugin conflict or theme issue?Forum: Plugins
In reply to: [Replace Featured Image with Video] Don't workOK. but i can’t find the right place to paste the code in single.php page.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Localization in italianyou are right. it would be glad to have it in italian or at least in english.
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Import transaction from ebayok. For the transaction do i must to delete all my ebay items and recharge theme through wp lister? or there is a way to import theme in wp lister as well?
can i specify more than 2 custom categories?Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Import transaction from ebayMaybe i understand the reason cause it don’t import it. THe item was not published from wp-lister. Should be?
If yes, there is a way to import the item published on ebay to wp lister? Or other solutions?
I tried to activate order mode but it gave me an error in the price field showing the table as followig:
Date: 4 oct 2013
buyer: name of buyer
total: Fatal error: Call to undefined function woocommerce_price() in /homez.723/gabelpol/www/wp-content/plugins/wp-lister-for-ebay/classes/table/EbayOrdersTable.php on line 149payment method: empty
Stato : empty
order id: empty
last edit: empty
Im using wp ecommerce and not woocommerce as wrote in the error.
thanks
Forum: Plugins
In reply to: [WP eCommerce] IPN with Paypal Standard is not workingI got the same error, but i changed the api details and it work.
Try and let me know. I hope you will resolve your problem.Forum: Plugins
In reply to: [WP eCommerce] IPN with Paypal Standard is not workingI don’t know if it was my problem but i used the standard paypal platform connecting with a business account. than i changed in PayPal Express Checkout 2.0 and it work fine.
i’m wrong. sorry it work.
Thank you so much.Hello i’m sorry but it work as the previous and do not save invoice number.
thanks
It should be useful to register copy of the sales log details or at least the invoice number related to the order id.
for example
option_id | option_name | option_value | order_id
11111 | sm_wps.. | 185 | 289Cause i see that it create a temporary line and it don’t save the chronology of the invoices.
To show the list in the backend i found the following code that add a column named invoice number in the log sale page but it don’t work.
I don’t know if it should be the right way to do what i need.
Please let me know if there is a solution. If not it’s good as well.thanks
/*********************************** define the new column ***********************************/ function addPurchaseLogColumnHead( $columns ){ $columns['invoicenumber']=__('Invoice Number','haetshopstyling'); return $columns; } add_filter( 'manage_dashboard_page_wpsc-purchase-logs_columns', 'addPurchaseLogColumnHead') ); /*********************************** add content to the new column ***********************************/ function addPurchaseLogColumnContent( $default, $column_name, $item ){ if($column_name=='invoicenumber'){ echo getInvoiceNumber($item->id); } } add_filter( 'wpsc_manage_purchase_logs_custom_column', 'addPurchaseLogColumnContent',10,3 );
Wow thank you very much. It work perfectly. The last 2 thing.
I see that it don’t save the invoice history in the db. There is a way to do that? can i have an editable list in the backend??Thank you very much for your time.
Hello. Thanks for the answer. I’ll try this solution immediately but i think it will only change both number (invoice and order id number).
What i want to show is:
In the field <span><?php printf( esc_html__( ‘Packing Slip for Order #%s’, ‘wpsc’ ), $this->log_id ); ?></span> i want to display the invoice number.
In the field <th><?php echo esc_html_x( ‘Order ID’, ‘packing slip’, ‘wpsc’ ); ?></th> the order id (so what it show now).
So the numeration of the invoice number will be different to the order id; the id order will increment for every order and the invoice number will increment every time i need to print the invoice.
It should be possible? if yes how i can do it? do i need to create a new db query?
Hope you understand what i need and find a solution. If you need more info please tell me.Thanks in advantage for your time
Forum: Plugins
In reply to: [WP eCommerce] IPN with Paypal Standard is not workingHaving similar problem. IPN don’t work and i have to change the status manually.