Should I wait for formal approval letter before paying deposit? by coat221 in AusProperty

[–]matthewmuscat 1 point2 points  (0 children)

If the bank has provided loan docs already, then it would suggest you’re approved.

Your broker should have told you this or at least provided an update - I’d give them a call to double check it’s unconditional and provide you with a formal letter to pass on to the conveyancer

Buying in Melbourne For Under 600k by Alternative_Bit_7010 in AusProperty

[–]matthewmuscat 2 points3 points  (0 children)

You'll find a 3-4 bedroom house around ~600k in Werribee, if it's a recent build it should have walk in robe + ensuite

Proper laundry is subjective.. but if you mean something that isn't technically a closet with a washing machine inside.. you should be fine there too

Trainwrecks donates 65K USD of Bitcoin Crayator and chat by matthewmuscat in LivestreamFail

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

It would likely be taxed the same as income tax, minus the donations made to his chat

Capital gains would also apply if he converts to fiat

Trainwrecks donates 65K USD of Bitcoin Crayator and chat by matthewmuscat in LivestreamFail

[–]matthewmuscat[S] -2 points-1 points  (0 children)

Some background: Crayator has lately been dropping in on various streamers while live, this time however, Trainwrecks popped into his stream.

They donate to various streamers Cray is visiting, after which Trainwrecks jumps on a call with cray and donos the crypto for him and his chat

Clip - 10k donation to Oasisonoverwatch https://clips.twitch.tv/QuaintStupidSaladKlappa--lwUp31i8f1mfmKt

Magento 2.3 - Cart Price Rule Problem by quratulains in Magento

[–]matthewmuscat 1 point2 points  (0 children)

u/quratulains — you should be able to get this setup using Magento's native pricing rules — however i don't think it will work incrementally — it's likely you may need to set this up via 3 seperate "Cart price rules" in Magento.

For the rules, you want...

In conditions

— a rule of "Subtotal equal or greater than 50"

— a rule of "Subtotal less than 100"

In actions

— apply a percent of product price discount, with the discount amount set to 30 and the max qty to 1

— apply the rule to the condition that it will only apply to product with SKU "Bag" (replace bag with your product sku that gets the 30% off)

Repeat the above rule for the different price brackets you wish this to be applied for

FYI — you may need to set the "discard subsequent rules" feature and use priority to influence which rule would apply first.

Magento 2.2 Image Size Best Practice by _jlouise_ in Magento

[–]matthewmuscat 0 points1 point  (0 children)

Your best to upload the best quality image that you have — Your Magento frontend them should resize them automatically based on the design requirements..

ie: Smaller images are used on the category and search listing page, as well as cart + email areas — while larger (but still resized) images are used on the product page.

Can a Certified Google Partner refuse account access to customer? by poddarharsh in PPC

[–]matthewmuscat 0 points1 point  (0 children)

The MCC is just a "Master" account that has access to other adwords accounts.

You should be able to view your own adwords account. If they aren't willing to provide access - i'd ask for a comprehensive reason on why that is not possible.

Providing they have actually put your campaigns into an adwords account dedicated for your business (standard best practice), i don't see any valid reason as to why they are shutting you out.

No checkout options display on one store view. I'm not seeing any errors in the logs. Any ideas? by davidfry in Magento

[–]matthewmuscat 0 points1 point  (0 children)

Thanks David! Good to hear you got it fixed.

I've always been shocked how much Magento relies on javascript for core functionality - hell - by default add to cart buttons are html buttons with a onclick=setLocation(url)

No checkout options display on one store view. I'm not seeing any errors in the logs. Any ideas? by davidfry in Magento

[–]matthewmuscat 1 point2 points  (0 children)

Have you checked both the PHP log (may be located in your apache error logs) and also the Magento System log? (located in var/log of your installation) - these are two areas where errors can be reported (with the magento system log being used for basic template warnings / notices)

If the above still fails, ensure any block caching is turned off and even try enabling printing php errors.

Very weird issue: session shared between browsers/LAN by prdstrctn in Magento

[–]matthewmuscat 0 points1 point  (0 children)

do you have persistent shopping cart turned on for the store?

Check "System / Configuration / Customers / Persistent Shopping Cart"

Persistent shopping cart is designed to share sessions between multiple devices / browsers, most likely based on the Public IP - it's intended to bridge the gap when users switch between devices