Just found the issue!!!
After recreating in v14 and having the same issue. I started looking at the ID and object names. Once I changed the ID and name from 1hp to one, 3hp to three and so on it works as it should. It seems there may be a bug when using setting ID names.
Search found 13 matches
- Fri Jul 22, 2022 2:40 pm
- Forum: General Questions
- Topic: page display issue
- Replies: 3
- Views: 1942
- Fri Jul 22, 2022 1:32 pm
- Forum: General Questions
- Topic: page display issue
- Replies: 3
- Views: 1942
page display issue
I have created a very simple page using a layout grid and a editbuttons. When I preview or publish the page some of the buttons do not fill the screen nor keep some of the properties. If you look at the attached project the last 4 editboxes have the same settings, other than ID, but when viewing the ...
- Fri May 15, 2015 7:08 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
Thank you. I thought It had to be something like that but kept overlooking those settings.
- Fri May 15, 2015 4:20 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
On the cart page and I click on the "Check out" button how do I skip it going to custom_details page? I'd like for it to go straight to customer info. I have looked at the page html but do not see where this is called. Also on the same cart page I would like to have the "Continue shopping" button go ...
- Thu Feb 12, 2015 3:54 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
Navaldesign wrote:I'm sorry, no such feature is available at the moment.
I've sent you a couple of emails. Please respond when you are able.
Thanks,
Allen
- Thu Jan 29, 2015 7:57 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
I think I may have come across a small bug? If this has already been discussed I apologize. If I use your sample cart with no changes made. I can place an order and the Product code, desc, etc shows up in the cart but when I view the order in the back end all the billing details are there but the ...
- Thu Jan 29, 2015 4:59 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
I may have overlooked it or it may just not be possible but what about price break or discounts for quantities? Not coupon codes but say someone purchased more than 10 of this or 20 of that then the price per each item would be less than the price of just 1 or 2 items.
Allen
Allen
- Tue Jan 27, 2015 6:33 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
That was it. I edited my php.ini to enable short tags and it's displaying the correct information.
Thanks again,
Allen
Thanks again,
Allen
- Tue Jan 27, 2015 4:31 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1507513
Re: Webshop Plus! v.3.2 for WWB8
Hi, I just came across Webshop Plus! and it looks like it can do exactly what I have been looking for. I am pretty sure I followed the installation steps exactly but I get the following where I should be seeing my IP, which tells me something is wrong with my server or somewhere: '.'Your IP Address ...
- Sat Jul 14, 2012 6:36 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Convert CSV to simple HTML table
- Replies: 5
- Views: 12672
Re: Convert CSV to simple HTML table
see original post for latest (and final) v3 update
BTW, thanks for all of your great plugins Adendum.
Allen
BTW, thanks for all of your great plugins Adendum.
Allen
- Sat Jul 14, 2012 4:12 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Convert CSV to simple HTML table
- Replies: 5
- Views: 12672
Re: Convert CSV to simple HTML table
Will the sorting and pagination be optional? Thats one thing I wasnt needing and lead me to TRY and develop my own extension. I was looking at some table code last night and think i can easily add styles to make the tables look better and give a few more options. I'll keep watching for your ...
- Fri Jul 13, 2012 7:53 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Convert CSV to simple HTML table
- Replies: 5
- Views: 12672
Convert CSV to simple HTML table
I could not find what I needed so I threw this together. I wanted a way to dynamically import a csv file to a simple html table. This gives a coworker of mine an easy way to edit price lists, comparison charts etc.. without them having to edit the actually pages (or bother me :) ). I also did not ...
- Thu Jul 12, 2012 8:13 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: SUGGEST FOR EXTENSION DEVELOPMENT
- Replies: 638
- Views: 1788679
Re: SUGGEST FOR EXTENSION DEVELOPMENT
An extension similar to data viewer or dbts csv list but simpler. One that dynamically reads a delimited text file and populates a standard non-sortable table. Could be used for price/comparison matrix etc. A user would only have to make small changes to the text file to update prices, description ...