Forum Replies Created

Viewing 10 replies - 31 through 40 (of 40 total)
  • Hi, @benjee94 I am having a similar issue. Did you find a solution to your problem? I reviewed your issue and the plugins, but it seems like the plugins still do not achieve what you were after.

    In my case I am selling photographs and I want the user/customer to have the option choose between two main options, Digital Downloads or Prints. Currently the user can select the download option (which sends them the file after purchase), which is great, but if they select the print options, then they have to select downloads as well in order to add that product to the cart. Is there a way to have two separate Pricing options (with their own additional options) for one single product? It seems I would have to create two products, one for downloads and the other for prints, which seems odd and unnecessary.

    Thread Starter Tflores57

    (@tflores57)

    Also, I tried creating a specific page for this (so that I could add my sub nav I created), but I noticed that I could not save the page template. Is this an option?

    Thread Starter Tflores57

    (@tflores57)

    1. Here is a screen shot of the url when I click the “Register” link when on the Login. (Image A)

    Thread Starter Tflores57

    (@tflores57)

    Hi Caleb, as with my other support question, I have had time to review your information and have additional follow up questions!

    1. I followed the instructions and have added the following to the bottom of my childtheme functions.php

    /*// Separete Login form and registration form */
    add_action(‘woocommerce_before_customer_login_form’,’load_registration_form’, 2);
    function load_registration_form(){
    if(isset($_GET[‘action’])==’register’){
    woocommerce_get_template( ‘myaccount/form-registration.php’ );
    }
    }

    Additionally, I created two php forms separating the Login and Registration forms:

    form-login.php AND form-register.php

    Now, the Login form displays by itself, and I successfully added a link for the “Register” page, but it does not link to a Registration Form Page, it pulls up Page not found

    2. What file is that you are referring to with the <body> tag? I tried looking under form-login.php file, and a fe others, but did not see the <body> tag to place my custom div.

    3. Out of curiosity, if the user doesn’t return for a few days, how long will the cart items be kept? Will it always be until they log back in? Also, would the cart items be overridden if they had items in the cart, logged out, selected a few additional items, and then logged back in or would they be added to the previous session?

    4. After testing to see if any pages are redirected back to whatever page the user was on after logging in / logging out, I found that the only page that works/reloads as it seemingly should is the Log In form “Returning Customer?” located on the checkout page. I understand that the code you referenced in the link is supposed to redirect users to pages they were on, or were trying to go, whenever possible, but the only redirect that seems to work is as mentioned before on the checkout page login form. I do notice the url trys to maintain the correct path when I am redirected to the log in page, it’s only after the log in is successful that the url path is changed and I am redirected to the Dashboard Account.

    Thread Starter Tflores57

    (@tflores57)

    Hi Caleb, I had some time to look into the information that you provided. Thanks! I do have a few follow up questions and will simply list them back out to keep some order ??

    1. As for the cart page, there still seems to be a button option that says “Update Cart”. I was under the impression there was no longer a need for the button since it would be updated automatically after adding or subtracting from the quantity. Is the correct?

    2. I decided to add my own media query to the custom css in order to override whatever other setting was hiding it.

    3. That worked, thanks for the advice/help!

    Thread Starter Tflores57

    (@tflores57)

    Is there any advice you could give? I would be most appreciative.

    Thread Starter Tflores57

    (@tflores57)

    Thank you, Caleb! I will look into your answers. I appreciate your time and help.

    Thread Starter Tflores57

    (@tflores57)

    Caleb! You are everywhere ?? Thank you for the response. I will check with the theme authors / support.

    Thread Starter Tflores57

    (@tflores57)

    Caleb, thank you for the information!

    This is how my page looked before.
    Before

    This is how it looks now.
    After

    I am still tweaking it altogether (haven’t styled the tables yet, but am much happier now.

    Thanks again, Caleb!

    Copy and paste this into the child theme css.

    .site-info {
    display: none;
    }

Viewing 10 replies - 31 through 40 (of 40 total)