Show Posts


Topics - Sam_78

Pages: [1] 2 3 ... 6
1
General Support / Add class to image uploaded
« on: April 24, 2023, 07:36:21 PM »
Hi on product page admin side if we add media (image) into product_description text_editor it takes full size on product page (storefront) is it possible to add a class to it? Not in html but via visual section as soon as they add media that class gets assigned

2
General Support / incomplete order email template
« on: April 20, 2023, 12:47:02 AM »
Hi I went to sales -> Abandoned Orders  and there are two options automatic emailing and email selected. Where is the template that will be used for sending this email   How can I customize it   I am using v 1.3.1

3
General Support / Extension for donation
« on: February 22, 2023, 10:55:24 AM »
Hi, I am looking for an extension which is similar to  https://marketplace.abantecart.com/donation  but instead of product it will be on checkout where customer can round off their total with few custom options like Donate: $1, $2, $5, $10 or ROUND-UP   


4
General Support / Automated email
« on: January 22, 2023, 10:22:35 PM »
Hello,

One of customer is getting automated emails with "subject": "Product with ID #283 is out of Stock."  Can you tell me when is it triggering or where is setting for this? for AbanteCart Version 1.3.1

Thanks

5
General Support / Language not displaying
« on: December 05, 2022, 11:37:07 PM »
Hi I am trying to add a radio button on \storefront\controller\pages\account\subscriber.php Line #138

Code: [Select]
$this->data['form']['newsletter_type'] = $form->getFieldHtml(array(
            'type'    => 'radio',
            'name'    => $this->language->get('text_newsletter_type'); // tried  'label'    => $this->language->get('text_newsletter_type'); // 'name'    => 'Newsletter Type:', // nothing displays label
            'value'   => '1',
            'options' => array(
                '1' => 'Digital',
                '0' => 'Print',
            ),
        ));

added this to storefront\language\english\account\newsletter.xml

   <definition>
      <key>text_newsletter_type</key>
      <value><![CDATA[Newsletter Type:]]></value>
   </definition>

on the form I am not able to get label to display, options are displaying. I don't mind hardcoding this word in subscriber.php but I need a label for those radio button.  I did clear browser cache and system cache
Can someone point my mistake? or help me how to fix it

6
General Support / No Credit Card fees on selected products
« on: September 30, 2022, 09:21:17 AM »
Hi,  is there any extension that accomplishes what we want to do?

We would like to waive Credit Card fees for certain products only.  Is it possible ?

7
General Support / Main banner click not working on Phone
« on: September 21, 2022, 12:23:18 PM »
Hi,  I have plain image banners and the clicks are not working. Swipe is changing banner to next one but when we click on it nothing happens. Is there any solution to this?

8
General Support / payPal standard success page redirect
« on: August 17, 2022, 11:11:39 PM »
Hi I am working on writing orders on third party site and I have implemented a function which works on Cheque / Money Order payment extension but it is not working on default_pp_standart extension.  My function is in storefront\controller\pages\checkout\success.php 

inside 
class ControllerPagesCheckoutSuccess extends AController
{
    public $data = array();
    public $errors = array();

    public function main()
    {

/*my custom function */

Can someone please tell me why it is not working after payPal redirects to success page??

is there someplace else where I can call that function??

9
General Support / disable auto update check
« on: July 11, 2022, 09:26:26 AM »
Hi,  we have made a custom abanteCart version for client and they clicked on update in production and our custom code was gone. We had a backup and restored it but what function can I comment so that abanteCart doesn't check for update or it doesn't popup in notification.

10
General Support / NEW Chrome update about CORS
« on: June 14, 2022, 10:27:34 AM »
Hi,

Does anyone have an idea where to update this https://developer.chrome.com/blog/private-network-access-preflight/  I am getting errors in browsers for some images which are on the same server and on refresh that error goes away

error example : has been blocked by CORS policy: Request had a target IP address space of `unknown` yet the resource is in address space `unknown`.
Image is on the same server

How or where to set this ? Access-Control-Request-Private-Network: true

11
General Support / turn OFF products with no image
« on: May 25, 2022, 10:10:06 PM »
Hello, can someone tell me if there is any easy way to turn off a product if there is no image. We have a team of people who puts product another person adds image to it and in latest product block it appears without image so it there a small code edit that I can do to achieve this? I can also hide the product if there is no image I am looking for an easy solution

Thanks

12
General Support / Bitcoin extension
« on: May 10, 2022, 06:47:56 PM »
Hello,

is there any Bitcoin payment extension for USA ? I bought this one https://marketplace.abantecart.com/bitcoinpay_payment  but it doesn't allow US people to create account. I need any extension that allows US accounts so I can accept Bitcoin on my website

13
General Support / Getting value of 'call_to_order' on product page
« on: March 12, 2022, 12:52:11 PM »
Hello,
I am using AbanteCart Version 1.3.0 and in \storefront\view\default\template\pages\product\product.tpl  I am not getting value for $product_info['call_to_order']  infact  if I do var_dump($product_info) all I get is array(1) { ["blurb"]=> string(0) "" }   Can someone guide me how can I pass all the values into product_info because I also see in product.tpl there are other values used which are not working $product_info['free_shipping'] && $product_info['shipping_price']

if I do var_dump($product_info); after this https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/product/product.php#L924  I am getting all the values correctly but not in \view\default\template\pages\product\product.tpl.

Thanks


14
General Support / Make Telephone required
« on: March 01, 2022, 04:04:59 PM »
Hi I need to make Telephone required field on edit page url = index.php?rt=account/edit
How can I make it so that it shows astrick(*) next to it and is compulsory

 

15
General Support / Paypal Standard add fees
« on: February 28, 2022, 10:56:59 AM »
Hello I am using AbanteCart 1.3.0 and I have a question about standard paypal extension.
Right now the extension is working fine but is there a way I can add 4% to all the paypal transactions so customer would pay that fees.


Pages: [1] 2 3 ... 6

Powered by SMFPacks Social Login Mod