I want to clean up sample data of nopCommerce 2.65. I don't want to re-install it.
If anybody have some idea or script then please suggest me.
This worked for me - it is based off an older script I found from another user. I too enjoy the ability to use the sample data during development, but I needed a way to remove all the products/orders/etc. prior to going live. The problem with recreating a new database is that I lose all my settings, custom text/languages/etc. which I want to keep. I just want to get rid of the products and orders.
Here is the post I made on the NopCommerce Boards:
http://www.nopcommerce.com/boards/t/23464/delete-sample-data.aspx#103867
Feel free to comment if I missed anything!
Related
I want to develop a job board website. I want specific feature in that is job posts will be created automatically by email parsing.
I tried Zapier, but it creates only blog posts.
And tried postie plugin to, but Gmail didn't allow it.
Willing to use job monster / work scout/ superio any one of these themes. If you have any suggestions, please let me know about it.
Is there any way to parse the email data and create a new job post. Please help me to resolve this issue.
No paid task. Need help to learn the things
There is a lot to unpack here.
The main problem you are going to encounter is that the emails you are parsing may not all be formatted the same. To pull the info out of an email you will need to be able to generate some rules to extract it.
If however, the emails are formatted the same then you can use the "split" function in Zapier to pull out the various bits of data from the email. Once you have these you can create a new post with your Zap.
I would recommend looking for a Wordpress plugin that allows you to create lists with custom post types. WP-Bakery does this from memory. You can set up a custom feed based on that post type.
Hopefully this helps narrow down the process for you. Good Luck.
I have installed a Everest GPlaces Business Reviews and have found the place id that is required to be added. But it comes back Saying:
The provided Place ID is no longer valid. Please refresh cached Place IDs as per https://developers.google.com/maps/documentation/places/web-service/place-id#save-id
I have read this but I have no idea where to add a field they talk about and am totally stuck. All the reviews plugins have this place id and I don't know what to do from here.
Hoping for some help with what to do. In basic language.
Thanks in advance
I'm no expert; I ran into this problem myself and to my knowledge it seems like reviews can't be pulled easily with most plugins, if the GMB is set up as anything other than a location with a physical address.
Instead of the Places API you'd want to use the My Business API... although if you are using a plugin (and don't want to add a physical location to your GMB) you're stuck.
I have searched this site and the ZenCart site and have come up with nothing I can use. I want to move orders from Zen Cart to Woocommerce. I have exported everything from Zen and already moved it to Woo, except for the orders. The csv and xml files do not contain the actual order information (with the exception of an order number, which isn't helpful to woo). I can only find one mapping system (Cart2Cart) but it is extremely expensive for over 130k orders.
So, my question is, do you know a better way to migrate this? If not, do you have a solution I've not thought of? If it were just a few hundred or thousand orders, it would be no problem migrating, but this amount of orders is one I'm not familiar with.
I'm well versed in phpmyadmin so I can export etc. Please let me know what other information I can give to you and thank you, in advance, for your help!
Thank you,
K
WordPress offers some WooCommerce migration plugins that can help you much in this situation.
Try this one: https://wordpress.org/plugins/nextcart-woocommerce-migration/
It allows to move orders from ZenCart to WooCommerce for free.
I have a few stores and did a bunch of migrations. I've tried different methods, but an automated way worked best for me, since I do not have much time to do that tech stuff by myself. I would advise you try Cart2Cart - it's my number one assistant. The guys are really great and make everything run smoothly. The price is affordable, so no need to worry about that. You can perform a free demo and make a final decision. Have a great one!
I am pretty new to meteor and I am trying to make my first app which should have a profile page, later also with picture upload depending on user group.
As I understand I do not need a extra collection and subscription.
I am using useraccounts:bootstrap package with accounts-password. I added some custom fields to the profile (firstName, lastName, country).
Now I want to create a update or edit page. I could not find any resources which could been helpful.
Do I need to write all the logic for example testing the email address by my self? Or is this included by the package.
Or is it better to create a new collection for users with meteor-collection2?
Thanks
Witali
Collection2 will just attach its schema to the original user collection (if you proceed like suggested in collection2 readme).
As far as I know, I'm afraid that you will have to create some publications. Since editing user should be considered as "must-be secure", I would advise you to take a look at the existing packages. I'm quite a newbie to so I didn't look into the code of alanning roles package (which is, I've been told, excellent).
I used https://github.com/perak/user-roles. I think the code is good and clear.
The same guy, perak, made a meteor code generator which is still a work in progress, but looks very promising to me. Get one of his examples with user account and look at the client folder. You will have, when considering his user-roles package, all the code to do what you want.
ps: for email testing, look at his files in the client/lib folder but it is just a regex
I hope I'm not using stackoverflow.com in the wrong way: asking this question!
Recently I ventured in to starting my own business to Sell software without realising the terrible implications that come with ecommerce - the only way to buy my software I offer. This would be fine if I was just selling the file downloads and/or shipping...But I'm not! I the hope that it would be easier (and alot cheaper) I am only offering digital downloads!
All this is fine, and I only have one hurdle to overcome - a big hurdle that is.. automating serial key disturbution!
By the way - the reason I'm using Drupal and Ubercart is, I wanted to make my business website look as professional as possible and I saw a CMS as the way to go. I picked drupal because its open source (free), flexible, very search engine freindly and I knew that lots of other sites with the same idea as me used it, among other reasons! AND I picked Ubercart because it seemed like there was more support for it and it seemed more up to date, etc. But I suppose I can turn to drupal ecommerce module if needs be.
Anyway. All I want is to be able to generate a serial key, add it to a MySQL database and sent it to the user via email as soon as I know that the payments gone through sucessfully - how ever they payed!
I've got the script for that!
I just don't know how to use it! How do execute it, when I some how know when the payments gone through? And How do I know the paying customers details like email, name and amount paid, etc...
Any advice or help appriciated...
Thanks in advance
This is can be done with no problems, i want to tell you that Ubercart as a choice is very good , and more organized than ecommerce, just wanted to tell you that so you know you are on a good track.
I hope you are familiar with hooks, and if not , you can understand them easily in no time, in Ubercart there is a hook_order which gives you the ability to add a functionality when the order is being newly added , saved, updated , or any other state , check this link :
http://www.ubercart.org/docs/api/hook_order
I hope that was helpful enough.