Show Posts


Messages - wortman72

Pages: [1]
1
Support / Re: Auto-disable of Out of Stock Products at Options Level
« on: July 10, 2015, 03:20:37 PM »
Thanks! Works perfect now

2
General Support / preg_grep(): Compiliation failed error.
« on: June 25, 2015, 05:51:02 PM »
I'm starting to get this message in the error log pretty frequently, but diagnosing it is over my head. Anyone care to help?


warning: AbanteCart core v.1.2.2 preg_grep(): Compilation failed: nothing to repeat at offset 0 in <b>*****/public_html/core/engine/language.php</b> on line <b>283</b>

3
Support / Re: Auto-disable of Out of Stock Products at Options Level
« on: June 16, 2015, 06:46:08 AM »
Product Page

4
Support / Re: Auto-disable of Out of Stock Products at Options Level
« on: June 16, 2015, 06:45:32 AM »
Basara, thanks for the response. I've verified this setting my admin settings and the issue persists. Can you double check my options? I am going to try and replicate the problem on a fresh install.

General Settings:
No Stock Auto Disable is off
Stock Status is Pre-Order


Checkout Settings:
Stock Checkout is Enabled


Product General Settings:
Track Stock = Yes
Quantity = 0
Out of Stock Status = Pre-order


Product Options Settings:
Track Stock = Yes


Product Page:
Shows only one available option...



5
Support / Auto-disable of Out of Stock Products at Options Level
« on: June 15, 2015, 08:07:12 PM »
This is one last feature I need to figure out before I can launch my store! I'd like to thank everyone at abantecart for making such a great product, and I will donate once the site is live!

I have stock tracking turned on at the option level and can't seem to get the "No Stock Auto-disable" setting to be disabled at the Product Option level (they still disappear if stock is 0) I'd like my customers to have the option to pre-order. Is there something I could be missing? I have searched pretty thoroughly and haven't found a thread on this issue...

6
Built-in Features / Re: Regular Expression help?
« on: June 10, 2015, 12:35:44 PM »
Does that if statement pull the option value of each option? The option values for option 354 are 785,786,and 787. Option values for 355 are 788, 789, and 790.

If that's the case, it would work if I could make the if statement:  option354 + 3 < option355

7
Built-in Features / Re: Regular Expression help?
« on: June 10, 2015, 12:14:42 PM »
It seems to display the alert whenever that product page is opened.

8
Built-in Features / Re: Regular Expression help?
« on: June 10, 2015, 11:49:06 AM »
I understand the script itself, I just need to know what file to add it to. Does it need to be edited into a php file somewhere? or is there space for custom javascript in my admin page somewhere?

9
Built-in Features / Re: Regular Expression help?
« on: June 10, 2015, 08:55:14 AM »
abolabo, can I get a little more help on where to put the js code?

10
Built-in Features / Re: Regular Expression help?
« on: June 09, 2015, 11:39:07 AM »
I've tracked down the option id's as option354 and option355, Now where would I put this code?

Thanks for your help!

11
Built-in Features / Regular Expression help?
« on: June 09, 2015, 10:14:06 AM »
I have very little background in web development, so I'm hoping someone can walk me through setting up a regular expression for one of my products.

The product has 2 options defined by dropdown menus, each is a 2 digit number. I would like to make a regular expression to ensure the larger number is chosen first, since pricing is based off of the larger number.

For example:

Option1 = 65
Option2 = 45
is a valid option combination

Option1 = 45
Option2 = 75
is not valid.

Seems like this should be pretty straightforward if I knew anything about javascript!  ;)  Can someone help me out with some example code? Thanks in advance.

Pages: [1]

Powered by SMFPacks Social Login Mod