Don't miss the chance! Get Variation Price Display Range Plugin at 🎯$49 $39 onlyBuy Now!
Public Ticket #3038

Table Formatting + Button questions

MrVictor

Somehow I was unable to access the account for the original name I set up (MrV63) on my previous ticket (#3006) so I had to create a new ticket.

I was waiting to buy the pro version of PVT because of the couple things I was hoping you could help me work out with formatting but I hadn’t heard back in a week and I need to get this project finished.  So I went out on a limb and purchased PVT Pro last night before knowing that at a minimum we can remove the Select Options button from Quick View if we can’t get it to function otherwise.  FYI, I don’t need (or want) a variations table in the Quick View.  I like the simple interface there but it would be cool if the Select Options button could link to the table on the Product Page.  Refer to ticket #3006 for more detailed info if you need a refresher on exactly what I was asking for help with.

Anyhow, I created the new ticket because I had a question about formatting the tables.  I noticed on one of your demos the table doesn’t extend the width of the page on desktop.  I’d like to play around with table width that is responsive but don’t see an option in setting for that.  Guessing there are some CSS classes that I need to write some custom CSS for?  Also, I’m noticing that the tables are displaying weird on Firefox vs Chrome.  I’d like to try and work that out too.  Here are screenshots:

Firefox: https://drive.google.com/file/d/1BmAMjSE8u1SY0LUEqG2cb3zGJrBKYszL/view?usp=drive_link

Chrome: https://drive.google.com/file/d/1CBnpBjnMwjnyB_HwmFhYv9dv0XTplVWJ/view?usp=sharing

Thanks!

-Victor

wpx

wpx

Hi Victor,

Thanks for getting back to us. Sorry for the inconvenience.

I was waiting to buy the pro version of PVT because of the couple things I was hoping you could help me work out with formatting but I hadn’t heard back in a week

Our support team already responded to your ticket about 1 week ago- https://prnt.sc/C1nf2xsSYcFn

We have to do some research on this to redirect the single product from the archive/shop page. Unfortunately, it is not currently available.

For the quick view, did you try our shortcode- [pvtfw_table_display] to display the table on the quick view modal/popup? Which quick view plugin you are using on your site?

 I noticed on one of your demos the table doesn’t extend the width of the page on desktop

Can you please give me the link to check it further?

Guessing there are some CSS classes that I need to write some custom CSS for?

Yes, to modify the layout you have to write your own CSS. To check the classes, you have to inspect the variation table using the browser.

Also, I’m noticing that the tables are displaying weird on Firefox vs Chrome.

Can you please give me a link from your site to check it from our end? It will help us to check it further.

Hope to hear from you soon.

Best Regards

wpx

wpx

Hi Victor,

For the table width issue in Firefox, you can add the following CSS at Appearance > Customize > Additional CSS

table.variant {
table-layout: fixed;
}

I hope it will resolve your table width issue in Firefox.

Hope to hear from you soon.

Best Regards

MrVictor

MrVictor

 

Our support team already responded to your ticket about 1 week ago- https://prnt.sc/C1nf2xsSYcFn

Yes, I saw that reply but there wasn't a whole lot said.  In that reply you wrote you would be back with an update to see if it was possible.  So I meant I was waiting for that 2nd reply before buying pro version.

For the quick view, did you try our shortcode- [pvtfw_table_display] to display the table on the quick view modal/popup? Which quick view plugin you are using on your site?

I guess there is some confusion between us.  I don't want or need the tables in the quick view.  I want to keep the quick view simple.  The tables are for the product pages.  But in quick view, the select options button does nothing so I would like to remove it as it seems like it won't be possible to have that select options button take a visitor from the quick view page to the table on the product page.

For the table width issue in Firefox, you can add the following CSS at Appearance > Customize > Additional CSS

Thanks! The code worked and I did some inspecting and was able to set up some CSS for the table width.

wpx

wpx

Hi Victor,

Thanks for clarifying it. You can simply add the following CSS to hide the Select Options button from the Quick View Modal/Popup-

.quickview-wrap .available-options-btn {
display: none;
}

I have checked your theme code and tried it to block using PHP. Unfortunately, they didn't keep a separate hook to disable it only for Quick View Modal.

Please let me know if the above CSS snippet helps.

Hope to hear from you soon.

Best Regards

MrVictor

MrVictor

Well after doing some more digging and customizing, I realized that there is an option to remove the Avaliable Options button altogether!  I feel pretty dumb now.  But then I saw your message and tried your code and it worked perfectly so thank you!

I am having one issue and one question now and once that's worked out, my PVT will be fully set up and ready to go.

Issue:

option is not working for me.  I saw the Note: This feature will not work if you enabled Redirect to the cart page after successful addition from WooCommerce > Settings > Products > General > Add to cart behaviour.

I have checked that setting and it is not enabled so it should be working.

Question:

Where can I edit the Bulk Cart Note message?  I tried to dig through files to find it but didn't have any luck.  I would like to have instructions but I think I can rewrite the note to make it more clear for my visitors.

Thanks for all the help!!

MrVictor

MrVictor

Another brain fart:  I just found the field to change the Bulk Cart Note!  So just need to fix the Take me to to top of page after product successfully carted.