

gsmiley007
Members-
Content count
54 -
Joined
-
Last visited
Profile Information
-
Real Name
Guy Smiley
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
I didn't see 7 parms for tep_image includes/modules/content/index_nested/templates/tpl_cm_in_category_listing.php <?php foreach ($category_array as $k => $v) { echo '<div class="col">'; echo '<div class="card is-category mb-2 card-body text-center border-0">'; echo '<a href="' . tep_href_link('index.php', 'cPath=' . $v['id']) . '">' . tep_image('images/' . $v['image'], htmlspecialchars($v['title'])) . '</a>'; echo '<div class="card-footer border-0 bg-white">'; echo '<a class="card-link" href="' . tep_href_link('index.php', 'cPath=' . $v['id']) . '">' . $v['title'] . '</a>'; echo '</div>'; echo '</div>' . PHP_EOL; echo '</div>'; } ?>
-
Hi @Jack_mcs Is there a version that supports phoenix v1.07.1? Is there a version that supports phoenix v1.07.12?
-
Hi @raiwa Is there a way just to water mark product images and not categories? Thanks
-
gsmiley007 started following Purchase without account for 2.3.4 and BS2334
-
Purchase without account for 2.3.4 and BS2334
gsmiley007 replied to ArtcoInc's topic in General Add-Ons Support
Just wondering if anybody seen this message on 1.0.7.3. This happens when checkout_shipping.php is called. on the url. Warning: Invalid argument supplied for foreach() in /public_html/osc/includes/system/versioned/1.0.0.0/shipping.php on line 98Warning: Cannot modify header information - headers already sent by (output started at /public_html/osc/includes/system/versioned/1.0.0.0/shipping.php:98) in /public_html/osc/includes/functions/general.php on line 46 -
gsmiley007 started following Kirod
-
Is there a function that calls database entries?
-
Hi I tried the line, but I get: Notice: Use of undefined constant STORE_OWNER_EMAIL_ADDRESS I want to display the email in an html page. So I'm trying to understand how to retrieve values from the database. I would like to use other values in the database as well.
-
Hi I'm trying to modify an addon and I can't figure out how Os commerce assigns database entries to variables? Ie How do I use the variable: STORE_OWNER_EMAIL_ADDRESS? The file is in a subdirectory ie /catalog/newmod/ Thanks