Matteo Legittimo
Forum Replies Created
-
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Not show SKU numberHi Jacob,
im using the last wordpress and WP e-Commerce Style Email version.
My product have 2 kind of variation.
I saw the wpecommerce generated 1 page for each variation and i tried to put the SKU code also in that page, but no solution found!Thanks
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Disable some email notificationHi Jacob,
im running wpecommerce 3.8.9.4, but i saw just now thaht on 3.8.9.5 they fixed the error:Fix: Transaction result emails are sent when an order is closed.
🙂
Thanks!Forum: Plugins
In reply to: [WP e-Commerce Style Email] Disable some email notificationHi Jacob,
exactly!Thanks!
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Disable some email notificationHi Jacob,
thanks to reply me!
I recive the email “Purchase Receipts”!I don’t konw to 🙂 thanks
Forum: Plugins
In reply to: [WP e-Commerce Style Email] How to show custom field in email?Yes it’s worked for me!
Just last question, what if the field dosen’t not exist?
For example if in the chekout i select “same as shipping” billingfirstname doesn’t not exist, and get the error.
So should use someting like if_isset?Thanks a lot
Forum: Plugins
In reply to: [WP e-Commerce Style Email] How to show custom field in email?okay, this is what i did, maybe can help.
In wpsc-transaction_results.php$request_id = str_replace(“‘”, “”, $_REQUEST[‘sessionid’]);
$select_pur_id = “SELECT id FROM
".$wpdb->prefix."wpsc_purchase_logsWHEREsessionid='”.$request_id.”‘”;$return_pur_arr = $wpdb->get_row($select_pur_id,ARRAY_A) ;
$purchase_id = (int)$return_pur_arr[‘id’];ECSE_purchase::get_purchase($purchase_id)
echo ‘
'; print_r( ECSE_purchase::get_the_checkout_prop() ); echo '
‘;
Forum: Plugins
In reply to: [WP e-Commerce Style Email] How to show custom field in email?Hi,
i need to!Thanks!
Forum: Plugins
In reply to: [WP eCommerce] Please help! Error in Checkout pageI forgot that i selected the country into the product category!
Forum: Plugins
In reply to: [WP eCommerce] Please help! Error in Checkout pageIf im shipping just to italy no error message display.
If i check in general settings other country i get this error!
What do u mean “to reactivate your targeted markets”Thank u so much!
Forum: Plugins
In reply to: [WP eCommerce] wpsc_add_to_cart ActionI tried before, not working.
<<< It’s heredoc syntax for string
Look at:http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
Forum: Plugins
In reply to: [Simple Fields] After update not working anymore!I did it!
Forum: Plugins
In reply to: [Simple Fields] After update not working anymore!It works for me to!
Thanks a lot!
Are you thinking to implemet the plugin with export/import settings!
With this utils your plugin is gonna be perfect!
Im using it in all my site! Really good job!Forum: Plugins
In reply to: [Simple Fields] After update not working anymore!Hi, thanks to reply me!
– what version of WP? => 3.4.2
– what version of simple fields? => i was using 1.0.5. and it was working. After update to 1.1.1 not working. Now i have again the 1.0.5 and everythink it’s ok
– what post type are you editing? => i have this error when im in new group or new connector. Can’t do nothing (for example add field) because of this error.Thanks again
Hi!
really nice and simple plugin!
When do u think are you gonna publish the update?
Thanks so much and good job!This is the answer:
=====================================
Here is a great tutorial on that
http://wpml.org/documentation/support/language-configuration-files/here is a sample for custom types
<custom-types>
<custom-type translate=”1″>book</custom-type>
<custom-type translate=”1″>DVD</custom-type>
</custom-typeshere is sample for custom fields
<custom-fields>
<custom-field action=”copy”>quantity</custom-field>
<custom-field action=”translate”>custom-title</custom-field>
<custom-field action=”copy”>weight</custom-field>
<custom-field action=”translate”>custom-description</custom-field>
<custom-field action=”ignore”>date-added</custom-field>
</custom-fields>What type did the yoast team say it is.
=============================================
If u can explain me how to change the xml it’s great!
I looked at the database, but i coundn’t find the record in wp_postmeta about template description for home page, tag ecc ecc!thanks a lot!
I’m sur it’s usefull for so many people!