Show Posts


Messages - rnkwoodworks

Pages: [1]
1
How-to questions / Re: Sub Folders to Organise Media
« on: February 10, 2022, 04:03:22 PM »
This is a feature I'd also appreciate.

2
Built-in Features / Stock after cancelled order
« on: February 08, 2022, 09:49:25 PM »
I sell 1 of a kind items. I tested making an order of something I have one of. Then cancelled the order but AbanteCart did not place that item back in stock, it says I have 0.

Is this a bug or do I have to manually re-add the item whenever an order is not completed or it's cancelled?

3
Built-in Features / Re: Conditional options?
« on: February 07, 2022, 08:23:29 AM »
Issue... the above regex only allows ordering IF you input two words into the option. If not, it rejects the order. Same happens if I put a regex into the 10 word option.

I thought if an option wasn't marked required, the regex wouldn't even come into play?

Sorry about all this.

4
Built-in Features / Re: Conditional options?
« on: February 07, 2022, 06:50:08 AM »
Ok I found this elsewhere on the web and it seems to work. Just posting it for anyone else that might need similar down the road. Perhaps there are things in this Regex that will prove problematic but it's on the right track.

/^(?:\w+\W+){0,1}(?:\w+)$/

Replace the "1" in {0,1} with the number of words you want to allow over the first. In other words mine allows 2 words. To allow 6 words, change the 1 to a 5 like {0,5}

5
Built-in Features / Re: Conditional options?
« on: February 07, 2022, 06:26:58 AM »
You can also add a regex pattern to validate or limit the input

Yea I appreciate the idea but I just spent an hour trying to figure out the regular expressions to use but had no success. I tried downloading Expresso but it hasn't helped. I tried /[a-zA-Z]+ [a-zA-Z]+/i but it allows more than two words.

 Eventually I'll figure it out.

6
Built-in Features / Product image size crosshair
« on: February 07, 2022, 04:56:44 AM »
For the detail that needs to be seen on what I sell, the static images that you zoom into on the product page are too small.

I found the way to enlarge that window but if I make it too large it steps on the right column with price, etc.

I noticed there's a little crosshair icon in the upper right of the image. The cursor changes to a finger (as if it's a link) but it does nothing if I click on it. But I can right click on it and select "Open link in new tab" which will open the full size image. That fact leads me to believe there is some code attached to that crosshair.

I've tried in Brave, Firefox and Chrome but clicking the crosshair does nothing. Is it supposed to or am I missing something?

Thanks in advance.

7
Built-in Features / Re: Conditional options?
« on: February 07, 2022, 04:36:32 AM »
Thanks so much for the answer but I figured out an easier way to do it.

Instead of a select box with engraving options and then an input with what they want engraved, I am just going to have several inputs that explain what they're for. I believe this leaves no doubt as to what they're getting. Something like the screen snippet attached.

It's great that AbanteCart updates the total once they type something in any of the boxes.


8
Built-in Features / Conditional options?
« on: February 06, 2022, 08:12:27 AM »
Coming from Prestacart due to it's limitations on options.

We sell things like cutting boards, plaques, etc and offer custom laser engraving at an additional charge.

It's great that I can offer this in AbanteCart but I also need to get input about what they want engraved.
I have an input box but unless people realize they HAVE to choose an engraving option, I don't want them assuming anything.

Is there a way I can have a text input conditional based on whether they chose engraving or not?

Pages: [1]

Powered by SMFPacks Social Login Mod