CaliforniaSea
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Ajax add/remove from cart buttonFirst one is easy enough, but I don’t even have a clue on how to accomplish the second one. Any resources on where to read up on how to do this?
Forum: Plugins
In reply to: [WooCommerce] Dividing the billing form with heading tags and DivsHere’s the best hack I’ve come up with so far that accomplishes what I’m looking for:
Added the following code to the last foreach loop within class-wc-countries$address_fields['billing_step_2'] = array( 'label' => __( 'Step 2 of 3: Billing Info'), 'required' => false, 'class' => array( 'step-2' ), 'clear' => true, );
I used css to style the label as well as to hide the input form for this field.
To achieve a div wrap, I’ve just added another class within the items on the array that starts around line 485.
I’d prefer to have a div inserted instead of masking a field with css but I don’t really know where to go from here. Any suggestions? Here’s a screenshot of how the form/checkout looks now.
Forum: Plugins
In reply to: [WooCommerce] Dividing the billing form with heading tags and DivsSorry I wasn’t clear on that! I’m not looking to separate the form onto different pages. I simply want to add headers to separate the sections. Everything will remain on the one page. For example:
At the top of the form say something like: Step 1 of 3 customer info.
Then before the billing fields say : Step 2 of 3: Billing Info.
Then before payment: Step 3 of 3: Payment Info
Forum: Plugins
In reply to: [WooCommerce] Dividing the billing form with heading tags and DivsSorry I wasn’t clear on that! I’m not looking to separate the form onto different pages. I simply want to add headers to separate the sections. Everything will remain on the one page. For example:
At the top of the form say something like: Step 1 of 3 customer info.
Then before the billing fields say : Step 2 of 3: Billing Info.
Then before payment: Step 3 of 3: Payment Info
Forum: Plugins
In reply to: [WooCommerce] Dividing the billing form with heading tags and DivsWhen the checkout is separated into multiple steps, it increases the conversion rates of the customer. I’m trying to give my customers more assurance and guidance. An extremely good example of this is AO.com
Can you give me any guidance on where to get started on this? I’ve been very heavily changing my theme and various plugins but this one has me a bit stumped.
I don’t necessarily want to create a separate form, but it would be nice to be nice to add headers to what I deem as different “sections”. I appreciate the support so far!
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageYeah, definitely not satisfied with using display:none; but I’m not really sure what is causing the problem. Changing how they’re sorted on the backend has no effect. Here’s what happens if I unset the reviews tab:
The reviews plugin displays, but it says there are no reviews until I change the sorting on the page (frontend) to something like “display most helpful” and then back to “display everything”.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageOk so here’s exactly what I did to come up with a solution:
- Copied the content of contributions.php to a custom content-single-product.php template
- Applied CSS to hide the review tab
If I removed the tab within function.php, the reviews weren’t showing up until you changed how they were sorted.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageI don’t see anything, but I’m not 100% sure what I’m looking for as I don’t fully understand hooks yet. I’ve been playing around with it a bit, and if I paste all code from contributions.php into my content-single-product.php template,some of the plugin shows up, but it’s a bit buggy. I.e reviews themselves dont show up until you change how the reviews are sorted. Working on fixing those bugs now.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageThe only thing within the /templates/ directory is the folder “single-product”, the contents of which are shown in the second screenshot.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageForum: Plugins
In reply to: [WooCommerce] Moving tab content to pageClose. Once the review tab is removed and this code added, it shows the original reviews. The plugin does not seem to be called.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageYes, it removes all the reviews as well as the entire tab.
Forum: Plugins
In reply to: [WooCommerce] Moving tab content to pageThis works perfectly if I were using the stock reviews, but I’m using a review plugin (Woocommerce Product Reviews Pro). Any other ideas? I’m reading up on hooks at the moment so I can have a better understanding.
Forum: Themes and Templates
In reply to: [Pinnacle] Infinite ScrollI noticed my theme needed an update and once I applied it, my problem was solved!
Forum: Themes and Templates
In reply to: [Pinnacle] Infinite ScrollHmm this is definitely getting me closer!
Now latest post display under “Page Content Options (if home page is latest post page)” doesn’t seem to be working properly.Normal full post displays nothing besides links for next page and grid/normal post excerpt display identically.