dashaluna
Forum Replies Created
-
This solution resulted in another issue. Please see here: http://wordpress.org/support/topic/plugin-cart66-lite-zip-files-arent-openingexctracting-after-downloading?replies=1#post-2048652
Would really appreciate any help!
Thanks,
DashaHave you had any luck with this?
Thanks a lot for that!! Worked like a charm π
Dasha
This works well! Thank you very much! π
Hey Joshua,
I don’t think you can set up such variations. I was trying to set up a physical product with a variations of a download. At the end I ended up setting up a seperate product for physical CD and for download.
Then on a page/post (whatever you use) just insert all the “variations of that products”, i.e. you’re treating the whole page as one product and all the [add_to_cart item=””] on that page as that product’s variations.
Hope that helps.
Let me know how you get on.Dasha
I found this comment on the thread here: http://www.seodenver.com/constant-contact-wordpress-widget/
To find your Form ID code, do the following:
1. Sign in to Constant ContactClick on the “My Settings” tabClick on the “Site Visitor Signup” sub-navigation link
2. Click on “Start Wizard to generate HTML code
3. “Click “Next” until you come to the “Get HTML Code” page — it doesn’t matter which type of form you choose
4. Once you’ve generated a form, look for the following code:For Forms: <input type=”hidden” name=”m” value=”[number]”>
For Buttons or Text Links: <a href=”http://visitor.constantcontact…%5Bnumber%5DYour [number] should be entered into the Form ID field. Once you enter the correct code into the Form ID field, the widget should work for you. If not, let me know.
P.S. I’ve added that number to the code
<?php do_shortcode('[constantcontact id="11****"]'); ?>in myfooter.phpfile. And I registered a sidebar to hold the widget, but it still doesn’t appear :SAlso,
Sorry to post the link over here, but I was wondering if you could help me out with this one too http://wordpress.org/support/topic/plugin-cart66-lite-error-at-digital-product-options-for-custom-downlod-folder?replies=1Thanks π
Hello Lee,
Thank you for very much for clarifications.
Regards question 3:
Let me know how you get on with the “return to seller” link, would be great if it’s possible to suppress that message.
Could you please investigate a case when a buyer doesn’t get an email when paid via PayPal standartd and not returning to the site. As I mentioned above I never got buyer emails in that case – which is strange.Is there a way to add/test something in the IPN message when it’s triggered to clear up the cart? So in that way it could be cleaned whether a buyer returns to the site or not. Because at the moment as you said logging the order in the Cart66 and sending emails doesn’t depend on returning to the site, but rather on triggering the IPN message. Can cart be cleared up then as well?
Thanks agian π
DashaHello,
Question 1
————————————
Ok, I’ve been thinking about this more and I think the reason was that it was PayPal sandbox’s email.
What I’ve done is created a test account manually, where I specified an email that I could access instead of using a preconfigured test account with emails that PayPal sets up for you.So now I’m receiving a receipt email as a buyers. At first I didn’t notice the downloadable link as it is at the very bottom, I was expecting it the first thing. Would be great if in settings you can specify email receipt format (it could be a future improvement :). So this question is solved.
Question 2
————————————
Still would be nice to know.Question 3
————————————
A bit more info on that. So using PayPal standard payment method when NOT returning to the site, but going off somewhere or even retyping the sites address (you never know what users will do) the following happens:+ Order appears in the Cart66 orders
+ Payment in PayPal accounts are coming thtough both for seller and buyer
+ Copy of receipt is sent to the seller!
– Cart is still full on returning to the website unless you press “Return to sellers website” after confirming PayPal payment, but it is NOT guaranteed that users will do that.
– Email receipt is never(!) delivered to buyer in this scenario, so the user can never see the downloadable licks and got email confirmation of payment even though the payment went through in PayPal.So if the user pays via PayPal standard method, confirms payment, but does not return to the site via clicking “return to seller website” on PayPal, but rather drifts off somewhere – he never resieves email receipt and links to downloads, on coming to the website he sees a full cart, but payment is made in PayPal. I think this is very confusing. I’d expect the email to be delivered and cart cleaned as soon as I paid in PayPal and shouldn’t depend on user’s returning to the site via PayPal. Even more confusing the fact that seller gets copy of the receipt, but not the buyer!
Is is something that could be fixed?? That’s the main of my concerns!! Would really appreciate if you could look into this.
P.S. The encrypted alert still appears when clicking on “return to the seller” button on PayPal.
Thanks for all your help π
Dasha
Hello Lee,
Thank you very much for the reply, I really appreciate it!
I’ve unlocked the website, so it’s visible to everyone on the Internet. As you said, now orders are appearing in the Cart66 “Orders” section. As a seller I am also receiveing an email with a receipt – I’ve set it up under “Email Receipt Settings ->Copy Receipt To”.
I have couple more questions as a results:
–
1. I’m receiving purchase notifications to my buyer and seller sandbox emails. However, I don’t seem to get an email with downloadable links to download purchased files. I’m assuming it’s because it’s trying to email them to PayPal sandbox email and not reaching it. How can I test this? I need to make sure that after paying a buyer can download files only specifed amount of times.
————————————
2. All my orders are marked as “new”. How do they became complete?
————————————
3. When I pay with the standard PayPal method and click “Pay now” I’m presented with a page with a link “Return to store”. When I click on it I’m presented with a security warning pop-up window saying “Although this page is encrypted, the information that you have entered is to be sent over an unencrypted connection and could easily be read by a third party”.I think lots of people might be relactant to agree and continue with that. If I say cancel, then I’m not redirected back to my store. Then if I type in my store url again then my cart will still have items that I’ve already paid for. I think this is quite confusing for buyers. At the back end the order and payments seem to appear ok. Is this a problem with PayPal standard payment method? Can this be fixed?
————————————Lee, thank you soooo much for all the help! I really appreciate it π
Dasha
Well, that was very silly of me! I had “Access to blog front-end with capability (role)” set to Administrator and was logged in – so it seemed as if maintenance page didn’t work as I couldn’t see it.
I’ve set that option to “No Access” to see and debug the maintenance page.
Forum: Fixing WordPress
In reply to: Hierarchical custom post type – can't specify parentI need them to be full CPT as I have some metadata that is associated with every Track post ( as well as CD post).
It’s a bit of a brainer… don’t know what to do π
Forum: Fixing WordPress
In reply to: Hierarchical custom post type – can't specify parentI think it’s definitely ‘parent_item_colon’ instead of just ‘parent’. A comma after the last array element can be omitted.
I found out the following: after I’ve added a track-1 and started to add track-2 suddenly the Parent drop down appeared. So the hierarchical custom post type is similar to WP Pages. When 1 or more posts of custom post type exist then any of them can be a parent of another post of the same (!) custom post type.
What I wanted – is to specify a parent for post of custom post type (ex. Track) to be a post of another custom post type (ex CD). I really don’t know how to do that one….
Forum: Fixing WordPress
In reply to: Hierarchical custom post type – can't specify parentIf you look at the code link in the Track custom post type. I have the following in the labels array:
'parent_item_colon' => __('CD'), 'parent' => __('CD')WP Codex http://codex.wordpress.org/Function_Reference/register_post_type refers to ‘parent_item_colon’. However, Parent drop down menu still doens’t appear.
I think I’m missing something out, but don’t know what π
Will appreciate any help!
ThanksForum: Hacks
In reply to: Ajax solution similar to WP Categories functioning in Admin area@sdh100shaun, thanks for your reply. I think I need something similar, the problem that I don’t understand very well what the code does, so still looking for a good tutorial that would explain it.
I’ve also posted this question on another forum:
http://wordpress.stackexchange.com/questions/3570/ajax-solution-similar-to-wp-categories-functioning-in-admin-areaI was given a good general directions, but stuck with adding AJAX form to a meta box in a custom post type edit screen… The first problem that I’m having is that I can’t have a form (for adding my track) within another form (the main post form). So I don’t know how to go on with this π
Would really appreciate if someone could help me out. Please have a look at the answer and comments for this post http://wordpress.stackexchange.com/questions/3570/ajax-solution-similar-to-wp-categories-functioning-in-admin-area
Many thanks,
Dasha