devlopez
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] How can I generate an invoice using the purchaseid?Do you think that the cart contents is deleted after checkout?
In the dashboard when you go to (wp-admin/index.php?page=wpsc-purchase-logs), you see the sales, and when you click on one sale, then, inside, you can always see packing slip.
You can do this:
wp-admin/index.php?page=wpsc-purchase-logs&c=packing_slip&id=[PURCHASE_ID]
But the output format is html, not pdf.
Forum: Plugins
In reply to: [WP eCommerce] How can I generate an invoice using the purchaseid?I am late for the answer, sorry.
Yes, I know that, the order is sent and the wp_wpsc_purchase_logs table has got a row for the order.
Now I want to generate the invoice programatically, using a php function I suppose, giving the purchase_id or similar value.
I want to get a button in the private user area to generate the invoice giving the purchase log id.
Forum: Plugins
In reply to: [WP eCommerce] How can I generate an invoice using the purchaseid?But how can I generate that invoice file?
Forum: Plugins
In reply to: [WP eCommerce] How can I use "wpsc_add_purchase_meta" function?Hi Justin
Thank you for yo answer.
I solved this issue in this way.
In my project the things bought are services and these are adquired from pages (my website is not a classic shop).
I have customized the wpsc-shopping_car_page.php and now it works with parameters (action and value):
my-checkout.php?action=buy_service_1&item_id=2The code reads the params and loads one specific product to the cart and then the process associates the item id with wpsc product in this way:
$wpsc_cart->empty_cart(false); $parameters = array('quantity' => 1, 'item_meta' => array ('my_item_id' => $_GET["item_id"])); $wpsc_cart->set_item( $global_contract_service_prodid, $parameters, true);But now I am in problems in the next step.
I working with paypal (sandbox mode), and when I do the checkout process with a test paypal account, when I finish the process the “processed” value of the purchase log is 1 (INCOMPLETE_SALE), I don’t know why. I use this to check that the order was payed by the customer after paypal process to show my things in relation to the item.
$sessionid = $_GET['sessionid']; $purchase_log = new WPSC_Purchase_Log( $sessionid, 'sessionid' ); $purchase_log->is_accepted_payment() => false $purchase_log->is_incomplete_sale() => trueDo you think that this value is because I am using the test environment of paypal?
Thanks you very much.
UDPATED:
Ok. I am working in localhost with my domain binded to 127.0.0.1 in localhost file. I think that the IPN of Paypal does not works in this scenario.
Do you know something about this?
Sorry, I can’t see the bug. When I obtaint the format of the csv with “post” pod, the sample given has got “publish” in “post_status”. I don’t know why the people use “published” in the csv.
Thank ap.koponen, I will fix that error soon.
Forum: Networking WordPress
In reply to: Reinstall multi-site in three domainsHello
I removed the previous multisite installation.
Now I have got 3 different WordPress installations in three folder, x.com, y.com, z.com (in three different databases).
I want to install new multisite with multidomain. But my question is how can I get started in this issue.
Here’s the solution:
<?php echo do_shortcode(“[wpsr_facebook type=send]”); ?>
http://www.aakashweb.com/docs/wp-socializer-docs/function-reference/
I am also on this.
There is not shortcode for share button.
Great plugin
Forum: Plugins
In reply to: [Theme My Login] "default_action=profile" doesn't works for meHowever I can confirm that a custom profile page, it doesn’t work.
I mean the profile_template option.
echo do_shortcode(‘[theme-my-login default_action=”profile” profile_template=”user-account-profile-form.php”]’);
I have got a copy of profile-form.php in my theme root folder but the shortcode shows the original file placed in plugin folder (profile-form.php). It’s important to say that the option “profile_template” is not in the documentation,
I’ve use that because I’ve seen it here:
http://ww.wp.xz.cn/support/topic/profile_template-path-does-not-working?replies=3
Forum: Plugins
In reply to: [Theme My Login] "default_action=profile" doesn't works for meI am sorry. It was my mistake. To see profile page it’s needed to activate the option “themed profiles”.
Forum: Plugins
In reply to: [Facebook Page Publish] [Plugin: Facebook Page Publish] Unable to configureIt do not see “”Deprecate offline access” in https://developers.facebook.com/apps/XXX_APP_ID_XXX/summary/. I have entered into Advanced option on the left but the option there isnt.
And what about the definitely remove of offline access, the plugin will work then?
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] Duplicate commentsOk, i know what is happening. I have got Super Cache plugin, and i think that the plugin is not compatible.
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] Duplicate commentsI though that is possible to set as unique these fields of comments table (content, date).
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] Duplicate commentsYes, i have got the same problem.
In some post of my web, the comments are duplicating, i dont know why.
Here, for example: