Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter candatsystems

    (@candatsystems)

    The code that you sent worked for the standard Woocommerce setup and Stripe. Unfortunately, we had to add an Order Approval plugin to the purchase plugin since the credit card fees are non-refundable. Now our problem is back. I think because the iframe name changed. But when I adjusted the code I could not make it work. Below is the new iframe code that IDs it. Any idea what new CSS code I might use? The other problem could be that I updated the CSS and not the PHP file code with the new target IDand that is why it is not working. Any ideas?


    <iframe name="__privateStripeFrame2075" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *; publickey-credentials-get *" src="https://js.stripe.com/v3/elements-inner-payment-

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    Sorry I meant to ask this question about how to print the current product currency using PHP. Right now we are using this:

                    echo '<br>(Unit Price: $' . $product->get_price() . ' ' .  . ')<br>';

    Our base currency is USD, but often customer shop in CAD. SO we need to print the currently selected currency in the new order email.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    Thank you! This worked on first try.

    https://gist.github.com/bekarice/50900986dc58f00ec765#gistcomment-3192064

    Now it is much easier to manage the emails that come in because we can identify the customer in the email subject. Now I will try to adjust the code to include the company name.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    I tired the PHP code that you mentioned and it did not work.

    In the settings for Woocommerce under Email, I am putting this:

    New Order {order_number} – {billing_first_name} – {customer_first_name} – {order_date}

    In the email output it shows the order number and date no problem. But I cannot get it to print the customer details in the subject.

    Any ideas?

    Thread Starter candatsystems

    (@candatsystems)

    I found a good working option for a pizza plugin that allows custom pizza creation and even has nice graphics. It is called WP Pizza Time. Works great.

    http://wppizzatime.com/

    We used it on our pizza website and it works with Woocommerce. Easy solution to the age old online problem when ordering pizza due to how the orders are created and how complex they are.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    Thanks for the information but I already went through the guides and followed the suggestions / double checked everything.

    What I need to know if how to tell which PHP files is allowing the file uploading without authentication?

    I did both the Securi scan and the Wordfence plugin install a while ago.

    Thanks.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    After checking, I do not see any errors in the PHP log file when uploading.

    I now suspect that the WordPress is not using the temp upload folder that I have defined in PHP.ini. So when I adjusted the settings on the new temp folder, that is why it did not solve the problem.

    Does anyone know how to show what folder WordPress is using for temp uploads when uploading JPGS to the website?

    Thanks,
    Matt

    Thread Starter candatsystems

    (@candatsystems)

    Just to be clear this is what happens. When a file is uploaded via the WordPress control panel using the Media Library for example, we can see it via the control panel. The uploaded file (JPG) is displayed in the confirmation page in the Media Library and it seems to upload fine. But when we copy the file URL from the Media Library file information screen and enter it into a browser in a new window, it produces a 500 error. Then we use Windows Remote Desktop to open the folder permissions for IUSR for the Uploads folder on the server, re-save the exact same permissions for IUSR and magically when we go back to the other browser window and refresh the exact same uploaded image it is then displayed properly and no more 500 error.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    I checked the control panel and there is no value for the price for the Call For Price products.

    When I look I see $0 not what you show me in the screenshot. I tried in two different browsers. It shows $0 for every Call For Price product.

    It used to work before. But it keep stopping and then working again then stopping again. Not sure why, I think maybe it is the Woocommerce updates.

    Thx.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    I fixed the GeoIp locating missing database problem. But the tax rate for Canada still always default to the home state/province which is BC where the company ships from.

    Still trying to figure out how to fix.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    I took three screenshots from the woocommerce settings. I see two errors but I am not sure if they are affecting our setup and causing this problem.

    http://camcentral.net/downloads/

    I think maybe adding the Geolocating database back in might help. We are currently using the geoplocating feature so the currency switches to the customer currency based upon where they are.

    Any suggestions would be greatly appreciated. Thanks.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    Yes, I tried adjusting that settings and it does not work. Adjusting none of the settings makes it work again.

    It worked fine when it was originally setup and for about 2 years. Then it just stopped working recently on its own.

    I still am unable to resolve the issue.

    Thread Starter candatsystems

    (@candatsystems)

    Hello Tom,

    Thank you for the update. We are using the Woostroid template from TemplateMonster.

    Our website is below:

    https://www.camcentral.net

    The products named Sentinal have no price entered in Woocommerce and used to read Call For Price.

    https://www.camcentral.net/product/silent-sentinel-oculus-rc3/

    We can buy the Pro version if that makes a difference. I was planning to do it anyways after I setup the Basic version of the plugin to get it working. It worked fine for about 3 months and stopped working only recently.

    It displays 0 in the price field when we leave it blank in Woocommerce.

    I just reinstalled the basic version of the plugin and it still does not work.

    Thanks.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    I know it looks a bit odd. It is a wordpress theme purchased from TemplateMonster. In order to make it work on our existing Sitefinity Content Management System I had to take a snapshot of the WordPress HTML output of the template then overlay it onto the SItefinity system. We asked TemplateMonster to help fix it and they said that they could, then we paid them and then they said that they could not work on it so they refunded the purchase. Now we are still looking for a fix. I have been trying to fix the display problem in Internet Explorer 11 for months now as we really like the template and are hoping that we could make it work with our setup. Still no luck figuring what is causing the problem so I thought that I would reach out to anyone in this forum who might know what the problem is. It looks fine in all browsers except IE 11.

    Many thanks.

    Thread Starter candatsystems

    (@candatsystems)

    Hello,

    Thanks for the suggestion. I tried that and it did not work.

    When I switch to the Twenty15 default theme it works and I can set the menu locations top and bottom.

    When I switch it to theme that we purchased from Template Monster it does not work.

    It used to work fine when we setup the website, but since I reinstalled the wordpress and all website files a few days ago the navigation setup stopped working when using the template that we purchased.

    Any suggestions would be greatly appreciated.

    Thx.

Viewing 15 replies - 1 through 15 (of 23 total)