adrianviz
Forum Replies Created
-
Hi,
Update to my post above. I have WP memory limit set to 768 MB. I am not getting any errors. When I manually change the order from on-hold to processing it generates and emails PDF invoice and customer can access the invoice from their Orders section when logged in to their dashboard.Hence the only issue is that it does not create invoice automatically immediately when new order is created with on-hold status.
Best,
AdrianForum: Plugins
In reply to: [Amazon Associates Link Builder] Showing {{Prime}} Icon after Price LinkTwo examples of products eligible for Prime shipping:
B073P3JHTH
B06XH113GYAttached are screenshots of two different templates i am trying yet Prime icon is not showing up after the pice.
First screenshot “Prime-PriceLink” only outputs price, but no link to the product page: https://snag.gy/7IMWBw.jpg
Second screenshots “Prime2-PriceLink” outputs price including a link to the product page: https://snag.gy/rmN1ek.jpg
Neither one displays Prime icon after price.
Ideally, what I would like to accomplish is to have two options to display Amazon prices:
1. For the first one, I would like to have most recent price (with link to product page) to show in BOLD with Prime icon (if eligible for prime) after the price e.g. $599.99 (prime icon)
2. For the second option (if possible), I would like to have original price with strikethrough and then current price in bold, with Prime icon after the price e.g. $799.99 (strikethrough the original price) $599.99 (prime icon)Would it be possible to show HTML and CSS for the two examples above.
Thank you.
Best,
?AdrianForum: Plugins
In reply to: [Amazon Associates Link Builder] Showing {{Prime}} Icon after Price LinkHi,
I apologize. In HTML it is added as:
In HTML section I added exactly:
{{#Items}}
{{#Item}}
{{#aalb}}
{{CurrentPrice}}{{#Prime}}<i class=”icon-prime-all”></i>{{/Prime}}
{{/aalb}}
{{/Item}}
{{/Items}}Prime icon is not showing for any product that is Prime eligible.
Best,
AdrianForum: Plugins
In reply to: [Amazon Associates Link Builder] Showing {{Prime}} Icon after Price LinkHi,
I have created a new custom template called Prime-PriceLink.
In HTML section I added exactly:
{{#Items}}
{{#Item}}
{{#aalb}}
{{CurrentPrice}}{{#Prime}}<i class=”icon-prime-all”></i>
{{/aalb}}
{{/Item}}
{{/Items}}And in CSS:
.icon-prime-all {
background: url(“https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png”) no-repeat;
display: inline-block;
margin-top: -1px;
vertical-align: middle;
background-position: -192px -911px;
background-size: 560px 938px;
width: 52px;
height: 15px;
}Please see screenshot: https://snag.gy/fElF7q.jpg
It only outputs a non-clickable price e.g. $599.99 without any Prime icon. Hence price is no longer clickable as when using the default PriceLink template, and no Prime icon is being added.
Have you tested the above or is there an error perhaps somewhere?
Thank you.
Adrian
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Register form showing up tick box 2 timesHi,
We have never used your plugin before and just installed it yesterday. We are using the latest WordPress 4.8 and latest WooCommerce 3.0.8. Just like other users we are getting two tick boxes on the account registration form. Only on registration form however. Elsewhere it is showing one tick box as it should. Given other users are experiencing the same exact issue since latest update it may have to do something with the latest plugin release.
Thank you! Plugin is awesome. Testing the free version since we are considering the paid one.
Hi,
I have set both pages https://example.com/wishlist and https://example.com/wishlist/view/ to bypass cache completely. Still issue remains that products remain in the wishlist even after they are deleted. It takes a while for them to disappear but time frame is not consistent.
Also products deleted from wishlist may disappear at different times from https://example.com/wishlist and https://example.com/wishlist/view/ For example while https://example.com/wishlist is empty https://example.com/wishlist/view/ may still be showing products.
Would love to use the premium plugin with extended functionality hence testing out this version but I cannot seem to solve the caching part. We use CloudFlare for caching and have a rule to bypass caching for both of these pages.
If you have any ideas please let me know.
Best,
AdrianThank you guys for very fast response. It is very much appreciated.
Adrian
Hello Again,
In addition I have noticed on our site as well as on your demo site https://live.yithemes.com/bazar that when you have added for example 7 or 8 or so items to your list only two items max are showing in your wishlist. But miraculously if you delete one of these two products from the wishlist all products you have previously added will all of the sudden appear in the wishlist.
Is this some kind of a bug?
Thank you.
Adrian
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Responsive designHi Tracy,
Looking forward to it!
Thank you.
Adrian
Brad,
In plugin settings we had “Always SSL” selected and while it prevents https:// version of the image being hot linked it does not prevent https:// version of the image being hot linked.
So i have tried to test it out with each setting checked:
– Same as request
When the request is https://, use https:// for the file URL as well.
– Always SSL
Forces https:// to be used.
You cannot use the “Bucket as a subdomain” domain option when using SSL.
– Always non-SSL
Forces https:// to be used.Regardless of the setting checked it still does not prevent https:// version of the image being hot linked only https://
We serve the entire site through https:// hence would like to serve all S3 files as https:// as well but want to prevent https:// version of the image to be hot linked as well. Not just http: version.
Could this be a limitation of the plugin?
Thanks.
AddyBrad,
I just tested this. It prevents https:// version of the image being hot linked but we serve the entire site through https. It does not prevent https:// version of the image being hot linked.
In your plugin settings we have Always SSL selected. Below is how the bucket policy is set up:
{
“Version”: “2008-10-17”,
“Id”: “0c762de8-f56b-488d-a4a4-20d1cb31df2f”,
“Statement”: [
{
“Sid”: “Allow get requests referred by domain”,
“Effect”: “Deny”,
“Principal”: {
“AWS”: “*”
},
“Action”: “s3:GetObject”,
“Resource”: “arn:aws:s3:::content.xyz.com/*”,
“Condition”: {
“StringNotLike”: {
“aws:Referer”: [
“https://xyz.com/*”,
“https://xyz.com/*”,
“https://www.xyz.com/*”,
“https://www.xyz.com/*”
]
}
}
}
]
}Any idea on how to prevent https:// version of the image being hot linked?
Thanks
AddyHi Brad,
Thanks for the link. I just tried your link and set up everything exactly as you suggested.
Your plugin works well. No issues there. We have it set up as:
We have bucket name e.g. content.xyz.com
Copy files to S3 – ON
Rewrite file URLs – ON
Bucket name as domain – is selected
Path – OFF
Always SSL – is selected
Under Advanced options everything is ON except Copy HiDPI which is OFFIn our AWS console everything looks exactly how it looks here: https://deliciousbrains.com/wp-offload-s3/doc/prevent-hotlinking/
I have tried to hotlink images and post them on another website to test it out and i have no problem hot linking any of the S3 images.
Is there something that needs to be clicked or selected in AWS console?
Thanks.
AddySame issue started for me yesterday. Had to turn the plugin off and uploading works fine. I only use a couple of plugins and no plugins have been updated or added. wp-smushit just stopped working correctly after the very latest update.
Hi. Great plugin.
Unfortunately file renaming based on post title does not work for us ??
I think WPGUS and oomskaap are having the same issue. Any workarounds you can think of?
Thanks!
Forum: Plugins
In reply to: [PressPay] Shipping AddressHi,
I just had a look on your website https://atomicbroadcast.net/press-pay-version-1-0-released/ and i see how you have checkout dialog, email dialog and shipping dialog if shipping address differs from billing. Is the shipping dialog part of the standard Stripe functionality? You seem to use the same style as Stripe does through all dialogs hence it seems like that’s how Stripe works.Thanks!
Adrian