Studiofreya
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay with Vipps and MobilePay for WooCommerce] Betaling MislyktesVi hadde samme feilmelding “Amount is invalid” da vi testet med beløp under 1 krone, økte til litt over 1 krone og da gikk det gjennom.
Same here, did you resolve the issue?
Edit: our cache plugin was interfering with output.
- This reply was modified 8 years, 8 months ago by Studiofreya.
Forum: Plugins
In reply to: [SF Bootstrap Menu] Possible to translate the text “Menu” in responsive modeHello, are you trying to create a translation file?
Forum: Plugins
In reply to: [Amazon Link] Wrong price when product in saleOn another note this is an interesting read. Apparently, every item on Amazon has a parent and variations. Each product variation has also different prices for sub-variations like sizes. The plugin retrieves offer price if it’s available. It won’t be available if you choose the wrong ASIN. The plugin doesn’t seem to retrieve product variations.
Forum: Plugins
In reply to: [Amazon Link] Wrong price when product in saleIt looks like AWS is returning zeros as Offers. Here is what we see for our items with no offer prices:
[ListPrice] => Array
(
[Amount] => 4000
[CurrencyCode] => USD
[FormattedPrice] => $40.00
)
[OfferSummary] => Array
(
[TotalNew] => 0
[TotalUsed] => 0
[TotalCollectible] => 0
[TotalRefurbished] => 0
)[Offers] => Array
(
[TotalOffers] => 0
[TotalOfferPages] => 0
[MoreOffersUrl] => 0
)If you want to add SalePrice and your XML response have this item you ned to add it as a new keyword in amazon.php:
Here is the existing for price:
‘price’ => array( ‘Live’ => ‘1’, ‘Group’ => ‘Offers’, ‘National’ => ‘1’,
‘Position’ => array(array(‘Offers’,’Offer’,’OfferListing’,’Price’,’FormattedPrice’),
array(‘OfferSummary’,’LowestNewPrice’,’FormattedPrice’),
array(‘OfferSummary’,’LowestUsedPrice’,’FormattedPrice’),
array(‘ItemAttributes’,’ListPrice’,’FormattedPrice’))),This is a typical xpath annotation where you start from the top node and work your way down to the FormattedPrice item.
- This reply was modified 9 years, 8 months ago by Studiofreya.
- This reply was modified 9 years, 8 months ago by Studiofreya.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Fatal errorSame here.
Same problem here. We have 0 JavaScript errors in the console. There is a hook “pmpro_require_javascript_for_checkout” in checkout.php that returns false. What is that hook? We couldn’t find any documentation or implementation. Everything worked fine when we commented it out.
Forum: Plugins
In reply to: [WP Activity Log] Warning: Cannot modify header informationYes, I mean the latest from WordPress Plugin SVN repository.
Forum: Fixing WordPress
In reply to: Visual editor scrollsHi,
it was a theme issue, yes!
Thanks!Forum: Everything else WordPress
In reply to: WordPress 4.2 tag in svnHi,
Shortly after I posted, the tag was created (in both repos).
By the way, it seems like there is only one repository, in which both URLs point to it.
Repository Root: https://core.svn.ww.wp.xz.cn Repository UUID: 1a063a9b-81f0-0310-95a4-ce76da25c4cd Repository Root: http://svn.automattic.com/wordpress Repository UUID: 1a063a9b-81f0-0310-95a4-ce76da25c4cdThanks anyway!
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] W3C validation problemsHi,
Thank you. That did the trick!
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] W3C validation problemsDOCTYPE html.
That’s what I though that it will stop working if I change to amp
Here’s one of the pages that get errors:
http://studiofreya.com/2015/03/28/how-to-buy-a-website-on-flippa-list-of-actions-to-check-for-scam/Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Issue with the W3C validatorAlso default image without alt tag gives extra validating errors.