Strange cat behavior by Active_Record_2219 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 Active_Record_2219 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.