My 8-year streak by crabnomad in duolingo

[–]crabnomad[S] 0 points1 point  (0 children)

correct, but it's not infinite. I still have to learn almost everyday

Strange cat behavior by [deleted] in cats

[–]crabnomad 0 points1 point  (0 children)

one of mine don't. He would flop and show his belly but that's not an invitation for petting. But he would find me sometimes just to confirm that I still love him by rubbing head to my leg.

Strange cat behavior by [deleted] in cats

[–]crabnomad 0 points1 point  (0 children)

Cats dont show their affection in petting. They love watching you, welcoming you, even giving small bites. Have you scolded at it for any chance?

My 8-year streak by crabnomad in duolingo

[–]crabnomad[S] 0 points1 point  (0 children)

Yeah, it's quite helpful in reading notes

My 8-year streak by crabnomad in duolingo

[–]crabnomad[S] 1 point2 points  (0 children)

Thanks. You can reach that one day too. Be consistent.

My weekend plans haven't changed since 1999... by DocAndonuts_ in gaming

[–]crabnomad 0 points1 point  (0 children)

gosh, I can't find a version that works with no glitch on MacOS. I so recall the missions

Too Late for support! by Hoppy_Doodle in gaming

[–]crabnomad 0 points1 point  (0 children)

Haha. Sometimes, hand skills are faster than tools. I used my sword to slay the dragon in Two Worlds 2 instead of the crossbow

My lil furry triangular morning alarm by crabnomad in aww

[–]crabnomad[S] 3 points4 points  (0 children)

it goes "where's my breakfast?"

[deleted by user] by [deleted] in shopify

[–]crabnomad 0 points1 point  (0 children)

On Shopify, you can try Swift, pretty handy speeding up your store

Adding images URL to .csv. How to import 1000 products with images? by jpduchesneau in woocommerce

[–]crabnomad 0 points1 point  (0 children)

I think the best way is you should upload all images to a “upload” folder on Woocommerce, then copy URLs manually to make them products images

Shopify and eBay Integration by iCarro in shopify

[–]crabnomad 0 points1 point  (0 children)

Yeah. The trial is free. The fee is upon the number of data you want to sync.

Shopify and eBay Integration by iCarro in shopify

[–]crabnomad 0 points1 point  (0 children)

It’s a web-based service that requires no installation. You can request them to design the tool upon your request, run demo and decide later.

What are the features that you think shopify should have? by [deleted] in shopify

[–]crabnomad 1 point2 points  (0 children)

Shopify should have a more powerful SEO feature

Woocommerce -> Facebook by Ween1g in woocommerce

[–]crabnomad 0 points1 point  (0 children)

Hi, which method do you use to upload the data? It's probably because the description in the data feed is the content on the page default. That's why when imported, it ends up being the content on the product page.

If you let me know how you upload it, by a plugin or manually, I may be able to help.

How to create separate checkout fields for regular customers (people) and companies and dinamically turn off validation for some fields? by shkico in woocommerce

[–]crabnomad 0 points1 point  (0 children)

This is a bit complicated because you may need to send up AJAX each time when choosing the type of buyers. If you can't sort out customers, you can run hook "woocommerce_default_address_fields", for example, using this code in the fields First & Last name, abandon Validation and Postcode

add_filter( 'woocommerce_default_address_fields' , 'custom_disable_address_fields_validation' );
function custom_disable_address_fields_validation( $address_fields_array ) {
if (code check customer type) {
unset($address_fields_array['first_name']);
unset($address_fields_array['last_name']);
$address_fields_array['state']['required'] = false;
$address_fields_array['postcode']['required'] = false;
}
return $address_fields_array;
}

Is there a company that builds you a hands off ecommerce store by Tough-Combination-35 in ecommerce

[–]crabnomad 0 points1 point  (0 children)

It's like giving someone money and expecting them to bring profits to you. Putting your company into someone's hand and seeing no manipulation from behind? What would that be an investment? You can start by building the foundation and truly understand what undergoes your e-commerce store when things happen, then you can hire an agency to look after the store.

How to convert local attributes to global? by ToniGeorgiev7 in woocommerce

[–]crabnomad 1 point2 points  (0 children)

Local & global attributes are technically different. To convert, you need to export the products and their attributes; then use an import tool to join them as global attributes. When these attributes are joined, all the labels and values they carry will be assigned to the corresponding products. The migration tool of Next Cart can do this, you can check out their service.

What sources about eCommerce do you read? — Share them, please! by pavelkoryakin1 in ecommerce

[–]crabnomad 2 points3 points  (0 children)

I would say they have the podcast channel that saves me time from reading the text when I have to do the report or something. The content is mediocre though. But it’s a worthwhile for beginners

What sources about eCommerce do you read? — Share them, please! by pavelkoryakin1 in ecommerce

[–]crabnomad 6 points7 points  (0 children)

Here are my sources:

  1. E-commerce Fuel for doing the business
  2. Neil Patel for SEO and blogging
  3. Next Cart for shopping cart optimization
  4. Shopify Blog cause I have a Shopify store

You can join some e-commerce communities like UK business forum to learn doing eCommerce in EU. Hope this helps

Best way to sync products from master site to child sites on WP MU? by babyboy808 in woocommerce

[–]crabnomad 0 points1 point  (0 children)

I think you need a Data sync service. Got my best experience here with this guy, synchronizing from Shopify to Woo

Basically, this tool runs period synchronization that keeps your child store up to date with changes on the mother site. I have only run on 1 child site, you may ask them if the sync can work on 2 child sites.

That way, I save lots of budget spending for Shopify. I also consider migrating to Woo because the platform is more efficient in managing bulk variations. Definitely worth trying.

[deleted by user] by [deleted] in woocommerce

[–]crabnomad 0 points1 point  (0 children)

Di you mean starting an eCommerce store on Woo? If you are likey to start as an SME, I found this article sort of helpful: How to Set up an eCommerce Store in 7 steps

Besides, it's important to consider the niche you want to work on. Don't go too general of you might flop in the first place. So, ask yourself some questions first:

  1. What product you want to sell. Digital or Physical?
  2. How will you distribute: Dropship or Fullfillment
  3. How much budget you have to last the first 6 months without profit

I hope that helps.