castiblanco
Forum Replies Created
-
It seems I didn’t explain it good, the exact steps to reproduce are:
1. Add product to the cart.
2. Go to the checkout page.
3. Fill address and everything else.
4. Click on the Amazon button (I’ve been using the sandbox for testing)
5. HERE, when you land on Amazon and you login with your account, you are asked again to input the address.That is the issue, if someone uses free shipping (only for X countries) on checkout, they land on Amazon without any fee for shipping cost, and they can switch the address to their real address and the WooCommerce order will have the Amazon address. So there will be a huge problem with the shipping costs.
What did you test? It “works” ok, but the problem that we are having is that people is able to enter the address on Amazon, but the shipping rates are calculated before that happens, so they could select the cheapest shipping option and then on Amazon they can change the address to their real address, that is the issue, how can I do to stop Amazon to receive an address?
It seems like you stopped reading where I mentioned “pro”.
This is the reason I cannot open a ticket on my.elementor.com/support https://www.loom.com/share/dec8ccfed7ed4cd0ab9ed6559ce8b6b1
Is there a way I can open a ticket by email or another system because it’s clearly not working, please check my video, please…
Thank you so much, it did the trick! ??
So, what I have to do it to look into the theme files, the header thing was just for testing is guess then… Look, I found in templates/template-page-header.php the div that is showing the title.
echo '<div id="page-header-title">'; echo $ewf_modHeader_meta['title']; echo '</div>';
How should I include: echo apply_filters(‘the_content’, ‘{:es}Es text{:}{:fr}Fr text{:}’); to that code?
Look how my header.php looks like:
<?php wp_head(); ?> <?php echo apply_filters('the_content', '{:es}Es text{:}{:fr}Fr text{:}'); ?> </head>
And when I load https://162.241.239.69/~dibatica/portfolio/ it shows Es text on top to the page instead of changing the string.
Thanks Alex, don’t really get it.
When you said “multilingual string with language marks” is the way to write the portfolio title? If I write {:es}Portafolio{:}{:fr}Portfolio on Fr{:} it is showed like that on both languages ({:es}Portafolio{:}{:fr}Portfolioon Fr{:}).
Where I should include the filter?
I used the filter in the function file and use {:es}Portafolio{:}{:fr}Portfolio on Fr{:} on my page header tittle but it doesn’t work, what happen when I include that on functions is that I guess a message at the beginning of the page “Es text”.
Thanks for you help.
Forum: Plugins
In reply to: [Amazon Web Services] Fatal errorWell, at the end I just reinstalled the plugin and it worked again.
Forum: Plugins
In reply to: [Digg Digg] Notice: Underfined Variable – Displays at the top of each postI have the same problem with one of my sites, which is really odd since I have some other blogs that are basically the same, I mean, the same theme, the same plugins and configurations, anyone knows anything about it?