mesc4line
Forum Replies Created
-
Hi,
I actually forgot that I unticked the option “Activate Responsive Slider” in the plugin settings. So after activating this, my problem was gone.
Hope that does the trick for you too.Thanks for the reply, but this is not relevant anymore.
Forum: Plugins
In reply to: [WooCommerce] No shipping cost when calculator is ignoredNope, all good. My fault while filling out the billing form.
Forum: Plugins
In reply to: [Open Currency Converter] Show cart total in different currencyThanks man. Unfortunately this doesn’t work. The return looks like this: Artiss Currency Converter Error: No number supplied for conversion.
Btw. to make the example work for now, I put it in a dirfferent table where it works with a fixed amount.
I guess the shipping calculation and the convert function collide or something which causes the loading issue.Forum: Plugins
In reply to: [Open Currency Converter] Show cart total in different currencyRegardless of the loading issue, could you tell me what I have to modify to automatically use $total for ‘number’ instead of a hard coded one?
Forum: Plugins
In reply to: [Open Currency Converter] Show cart total in different currencynope, as I said, the table gets stuck while loading, as if there is an error loop or something.
Forum: Plugins
In reply to: [Open Currency Converter] Show cart total in different currencyOk, considering the first issue, I found out that cart-totals.php is the wrong place for that, it has to go in review-order.php. Very confusing sometimes with where goes what.
But the cart total table doesn’t load with the code. It gets stuck with the loading gif.
Forum: Plugins
In reply to: [Open Currency Converter] Show cart total in different currencyHere is an excerpt of my cart-totals.php
<tr class=”order-total”>
<th><?php _e( ‘Total’, ‘woocommerce’ ); ?></th>
<td><?php wc_cart_totals_order_total_html(); ?></td>
<td><?php echo get_conversion( ‘number=49.99&from=eur&to=usd’ ); ?></td>
</tr>So the table cell is there, but it’s empty.
Forum: Themes and Templates
In reply to: [Customizr] Overriding Customizr breadcrumbYep I know, but I refuse to accept that my only options are to have crappy ones or none at all. Thanks though.
Forum: Themes and Templates
In reply to: [Customizr] Rearranging Single Product Page.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { float: right; width: 48%; } .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { float: left; width: 48%; }did the trick.
Forum: Themes and Templates
In reply to: [Customizr] Rearranging Single Product PageThanks, but nothing changed. I tried similar things and nothing changed ever although I can see with firebug that the changes register. It’s so frustrating.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal pro test mode without SSL?Hi, I figured it out. I had to change the necessary country settings and at least the directpayment works. But you know what, I also figured out that I’m a stupid SOB, because this was all basically just for fun since there is no use case for me here in Germany with this stuff. I don’t know what I was thinking, but I guess I learned something here about myself and PayPal :-).
Thanks for your help. A donation is definitely on your way once I go live.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal pro test mode without SSL?Thanks for your explanation. For some reason I expected a PayPal button, because the credit cards didn’t show up either on the checkout page.
I managed to get to that point and even fought through this horrible procedure of creating the manager account and the API user in the PayPal Manager and tried only 2.0 with that information which led to a checkout error (Payment error: 26-Invalid vendor account) although I put in my merchant ID, Psw, the API User and the Partner. No idea where I effed up.
The DoDirect version doesn’t show me the credit cards during checkout. I read somewhere it is supposed to work only in Canada, US and UK, could that be a problem?
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal pro test mode without SSL?Oooops, I think I got confused there for a moment with the different labeling. Ofcourse I have to fill out the form for pro 2.0 with my dev account. Trying now.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Paypal pro test mode without SSL?Well I’m not entirely sure. I deactivated express for now and activated pro 2.0 and the other one (I guess 3.0?) because I don’t know the difference. Although in pro 2.0 there are no fields for the sandbox login creds whereas in direct payments are fields for that.
Do I have to activate secure checkout although the site returns to http by itself per usual? I tried both no difference.
Do I need an actual PayPal business account? I guess not.
No matter what I don’t see the PayPal button on my checkout page.